remove css selectors
This commit is contained in:
parent
790d7cce96
commit
651f4c8e9b
2 changed files with 10 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue