BigW Consortium Gitlab

Commit c8407a15 by Filipa Lacerda

Remove unused css, align buttons with top button

parent 5806678e
...@@ -21,10 +21,6 @@ ...@@ -21,10 +21,6 @@
white-space: nowrap; white-space: nowrap;
} }
.btn {
margin: 4px;
}
.table.ci-table { .table.ci-table {
min-width: 1200px; min-width: 1200px;
table-layout: fixed; table-layout: fixed;
...@@ -48,6 +44,10 @@ ...@@ -48,6 +44,10 @@
.pipeline-actions { .pipeline-actions {
width: 20%; width: 20%;
} }
.pipeline-actions {
padding-right: 0;
}
} }
} }
...@@ -207,19 +207,20 @@ ...@@ -207,19 +207,20 @@
} }
.pipeline-actions { .pipeline-actions {
min-width: 140px; padding-right: 0;
.btn { .btn-default {
margin: 0;
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
} }
.cancel-retry-btns { .btn.btn-retry:hover,
vertical-align: middle; .btn.btn-retry:focus {
border-color: #c4c4c4;
background-color: #f0f0f0;
}
.btn:not(:first-child) { svg path {
margin-left: 8px; fill: $gl-text-color-secondary;
}
} }
.dropdown-menu { .dropdown-menu {
...@@ -242,10 +243,6 @@ ...@@ -242,10 +243,6 @@
} }
} }
.btn-remove {
color: $white-light;
}
.btn-group { .btn-group {
&.open { &.open {
.btn-default { .btn-default {
...@@ -267,11 +264,8 @@ ...@@ -267,11 +264,8 @@
} }
} }
.build-link { .build-link a {
color: $gl-text-color;
a {
color: $gl-text-color;
}
} }
.btn-group.open .dropdown-toggle { .btn-group.open .dropdown-toggle {
......
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