Commit 277cada2 authored by Nick Thomas's avatar Nick Thomas

Resolve SCSS conflicts

parent b6feafe4
...@@ -26,19 +26,18 @@ ...@@ -26,19 +26,18 @@
margin-left: 5px; margin-left: 5px;
} }
<<<<<<< HEAD
&.split { &.split {
display: flex; display: flex;
align-items: center; align-items: center;
} }
=======
.panel-empty-heading { .panel-empty-heading {
border-bottom: 0; border-bottom: 0;
} }
.panel-body { .panel-body {
padding: $gl-padding; padding: $gl-padding;
>>>>>>> ce/master }
.left { .left {
flex: 1 1 auto; flex: 1 1 auto;
......
...@@ -459,7 +459,6 @@ ...@@ -459,7 +459,6 @@
margin: 5px; margin: 5px;
} }
<<<<<<< HEAD
.boards-title-holder { .boards-title-holder {
padding: 25px 13px $gl-padding; padding: 25px 13px $gl-padding;
...@@ -480,8 +479,6 @@ ...@@ -480,8 +479,6 @@
border-top: 1px solid $border-color; border-top: 1px solid $border-color;
} }
=======
>>>>>>> ce/master
.page-with-layout-nav.page-with-sub-nav .issue-boards-sidebar { .page-with-layout-nav.page-with-sub-nav .issue-boards-sidebar {
&.right-sidebar { &.right-sidebar {
top: 0; top: 0;
......
@import "./issues/issue_count_badge"; @import "./issues/issue_count_badge";
<<<<<<< HEAD
@import "./issues/related_issues"; @import "./issues/related_issues";
=======
>>>>>>> ce/master
.issues-list { .issues-list {
.issue { .issue {
......
...@@ -564,9 +564,7 @@ ...@@ -564,9 +564,7 @@
} }
.build-content { .build-content {
<<<<<<< HEAD
@include build-content(); @include build-content();
=======
display: inline-block; display: inline-block;
padding: 8px 10px 9px; padding: 8px 10px 9px;
width: 100%; width: 100%;
...@@ -580,7 +578,6 @@ ...@@ -580,7 +578,6 @@
background-color: $stage-hover-bg; background-color: $stage-hover-bg;
border: 1px solid $stage-hover-border; border: 1px solid $stage-hover-border;
color: $gl-text-color; color: $gl-text-color;
>>>>>>> ce/master
} }
// Connect first build in each stage with right horizontal line // Connect first build in each stage with right horizontal line
......
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