Commit dc5e7f3e authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Fix repo.scss lint offenses

parent 37526da7
...@@ -120,7 +120,6 @@ ...@@ -120,7 +120,6 @@
#repo-file-buttons { #repo-file-buttons {
background: $gray-light; background: $gray-light;
border-bottom: 1px solid $white-normal; border-bottom: 1px solid $white-normal;
padding: 5px;
padding: 10px 5px; padding: 10px 5px;
position: relative; position: relative;
border-top: 1px solid $white-normal; border-top: 1px solid $white-normal;
...@@ -333,12 +332,14 @@ ...@@ -333,12 +332,14 @@
@keyframes swipeRightAppear { @keyframes swipeRightAppear {
0% { 0% {
transform: scaleX(0.00) ; transform: scaleX(0.00);
} }
45% { 45% {
transform: scaleX(0.26) ; transform: scaleX(0.26);
} }
100% { 100% {
transform: scaleX(1.00) ; transform: scaleX(1.00);
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment