summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/repo.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 6010e0fc0c0..c4a90b9bd84 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -120,7 +120,6 @@
#repo-file-buttons {
background: $gray-light;
border-bottom: 1px solid $white-normal;
- padding: 5px;
padding: 10px 5px;
position: relative;
border-top: 1px solid $white-normal;
@@ -333,12 +332,14 @@
@keyframes swipeRightAppear {
0% {
- transform: scaleX(0.00) ;
+ transform: scaleX(0.00);
}
+
45% {
- transform: scaleX(0.26) ;
+ transform: scaleX(0.26);
}
+
100% {
- transform: scaleX(1.00) ;
+ transform: scaleX(1.00);
}
}