Commit fe31bf10 authored by Simon Knox's avatar Simon Knox

Resolve builds.scss conflicts

parent 4f34d471
...@@ -50,35 +50,12 @@ ...@@ -50,35 +50,12 @@
position: relative; position: relative;
} }
<<<<<<< HEAD
=======
>>>>>>> upstream/master
.build-trace { .build-trace {
@include build-trace(); @include build-trace();
} }
.top-bar { .top-bar {
@include build-trace-top-bar(35px); @include build-trace-top-bar(35px);
<<<<<<< HEAD
=======
&.affix {
top: $header-height;
// with sidebar
&.sidebar-expanded {
right: 306px;
left: 16px;
}
// without sidebar
&.sidebar-collapsed {
right: 16px;
left: 16px;
}
}
>>>>>>> upstream/master
&.sidebar-expanded { &.sidebar-expanded {
margin-right: calc(#{$gutter-width} - 16px); margin-right: calc(#{$gutter-width} - 16px);
...@@ -121,15 +98,6 @@ ...@@ -121,15 +98,6 @@
} }
} }
<<<<<<< HEAD
=======
.with-performance-bar .build-page {
.top-bar.affix {
top: $header-height + $performance-bar-height;
}
}
>>>>>>> upstream/master
.build-header { .build-header {
.ci-header-container, .ci-header-container,
.header-action-buttons { .header-action-buttons {
......
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