Commit e276b21e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Resolve conflicts in pipelines.scss

parent f6f1eb40
...@@ -202,25 +202,6 @@ ...@@ -202,25 +202,6 @@
} }
} }
/**
* Play button with icon in dropdowns
*/
.no-btn {
border: none;
background: none;
outline: none;
width: 100%;
text-align: left;
.icon-play {
position: relative;
top: 2px;
margin-right: 5px;
height: 13px;
width: 12px;
}
}
.duration, .duration,
.finished-at { .finished-at {
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
...@@ -498,13 +479,11 @@ ...@@ -498,13 +479,11 @@
@extend .build-content:hover; @extend .build-content:hover;
} }
.ci-action-icon-container { // Action Icons in big pipeline-graph nodes
.ci-action-icon-container.ci-action-icon-wrapper {
position: absolute; position: absolute;
right: 5px; right: 5px;
top: 5px; top: 5px;
// Action Icons in big pipeline-graph nodes
&.ci-action-icon-wrapper {
height: 30px; height: 30px;
width: 30px; width: 30px;
background: $white-light; background: $white-light;
...@@ -538,7 +517,6 @@ ...@@ -538,7 +517,6 @@
} }
} }
} }
}
.ci-status-icon svg { .ci-status-icon svg {
height: 20px; height: 20px;
...@@ -995,7 +973,6 @@ a.linked-pipeline-mini-item { ...@@ -995,7 +973,6 @@ a.linked-pipeline-mini-item {
} }
} }
<<<<<<< HEAD
/** /**
* Play button with icon in dropdowns * Play button with icon in dropdowns
*/ */
...@@ -1217,8 +1194,6 @@ a.linked-pipeline-mini-item { ...@@ -1217,8 +1194,6 @@ a.linked-pipeline-mini-item {
vertical-align: top; vertical-align: top;
} }
=======
>>>>>>> ce-com/master
.ci-header-container { .ci-header-container {
min-height: 55px; min-height: 55px;
......
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