BigW Consortium Gitlab

Commit c8407a15 by Filipa Lacerda

Remove unused css, align buttons with top button

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