summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/builds.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index a20ecc89a22..d931a78e112 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -95,6 +95,7 @@
display: flex;
align-self: center;
font-size: 15px;
+ margin-bottom: 4px;
svg {
height: 15px;
@@ -102,16 +103,19 @@
fill: $gl-text-color;
}
- a,
+ .controllers-buttons,
.btn-scroll {
color: $gl-text-color;
- margin: 1px 10px;
height: 15px;
vertical-align: middle;
padding: 0;
width: 12px;
}
+ .controllers-buttons {
+ margin: 1px 10px;
+ }
+
.btn-scroll.animate {
.first-triangle {
animation: blinking-scroll-button 1s ease infinite;