remove css selectors

This commit is contained in:
ubudzisz 2016-09-06 13:03:48 +02:00
parent 790d7cce96
commit 651f4c8e9b
2 changed files with 10 additions and 11 deletions

View File

@ -226,14 +226,3 @@ header.header-pinned-nav {
.right-sidebar {
border-left: 1px solid $border-color;
}
.js-build-variable {
color: $code-color;
}
.js-build-value {
padding: 2px 4px;
font-size: 100%;
color: $black;
background-color: $white-light;
}

View File

@ -115,6 +115,16 @@
width: 100%;
}
.js-build-variable {
color: $code-color;
}
.js-build-value {
padding: 2px 4px;
color: $black;
background-color: $white-light;
}
.build-sidebar-header {
padding: 0 $gl-padding $gl-padding;