Commit 65578953 authored by Miguel Rincon's avatar Miguel Rincon

Runner type CSS cleanup

This change removes unused CSS to display the runner type as blue or
green. This was replaced by info/success badges respectively.
parent 44fb7c26
......@@ -26,7 +26,6 @@
@import './pages/projects';
@import './pages/prometheus';
@import './pages/registry';
@import './pages/runners';
@import './pages/search';
@import './pages/service_desk';
@import './pages/settings';
......
.runner-state {
padding: 6px 12px;
margin-right: 10px;
color: $white;
&.runner-state-shared {
background: $green-400;
}
&.runner-state-specific {
background: $blue-400;
}
}
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