summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/pipelines.scss
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 10:26:28 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 10:26:28 -0500
commit36143d414fd25c7f82fa95987fa89643bc4e5ce3 (patch)
tree3931b63500d703261594b0314fe50c0a04d94800 /app/assets/stylesheets/pages/pipelines.scss
parente8490c4121f80af9b39903c0a1be393e1ab99e1a (diff)
downloadgitlab-ce-36143d414fd25c7f82fa95987fa89643bc4e5ce3.tar.gz
Ran migration script
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss24
1 files changed, 12 insertions, 12 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index ce2f1482456..f335b190419 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -18,7 +18,7 @@
.ci-table {
- .label {
+ .badge.badge-pill {
margin-bottom: 3px;
}
@@ -33,7 +33,7 @@
.pipeline-actions {
min-width: 170px; //Guarantees buttons don't break in several lines.
- .btn-default {
+ .btn-secondary {
color: $gl-text-color-secondary;
}
@@ -64,7 +64,7 @@
.btn-group {
&.open {
- .btn-default {
+ .btn-secondary {
background-color: $white-normal;
border-color: $border-white-normal;
}
@@ -82,7 +82,7 @@
}
}
-@media (max-width: $screen-md-max) {
+@include media-breakpoint-down(md) {
.content-list {
&.builds-content-list {
width: 100%;
@@ -151,14 +151,14 @@
color: $gl-link-color;
}
- .label {
+ .badge.badge-pill {
margin-right: 4px;
}
- .label-container {
+ .badge.badge-pill-container {
font-size: 0;
- .label {
+ .badge.badge-pill {
margin-top: 5px;
}
}
@@ -220,14 +220,14 @@
box-shadow: none;
}
- .pipeline-tags .label-container {
+ .pipeline-tags .badge.badge-pill-container {
white-space: normal;
}
}
.stage-cell {
&.table-section {
- @media (min-width: $screen-md-min) {
+ @include media-breakpoint-up(md) {
min-width: 160px; /* Hack alert: Without this the mini graph pipeline won't work properly*/
margin-right: -4px;
}
@@ -823,7 +823,7 @@ button.mini-pipeline-graph-dropdown-toggle {
display: block;
}
- @media (max-width: $screen-xs-max) {
+ @include media-breakpoint-down(xs) {
max-width: 60%;
}
}
@@ -910,7 +910,7 @@ button.mini-pipeline-graph-dropdown-toggle {
transform: translate(-50%, 0);
border-width: 0 5px 6px;
- @media (max-width: $screen-sm-max) {
+ @include media-breakpoint-down(sm) {
left: 100%;
margin-left: -12px;
}
@@ -932,7 +932,7 @@ button.mini-pipeline-graph-dropdown-toggle {
&.dropdown-menu {
transform: translate(-80%, 0);
- @media(min-width: $screen-md-min) {
+ @media(min-width: map-get($grid-breakpoints, md)) {
transform: translate(-50%, 0);
right: auto;
left: 50%;