use the dark-gray variable
This commit is contained in:
parent
f089a99cd9
commit
3595c71752
2 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@use "../base/variables";
|
||||
|
||||
#mobile-header {
|
||||
background-color: #333;
|
||||
background-color: variables.$dark-gray;
|
||||
|
||||
.header-contents {
|
||||
padding: 9px 5px 5px 8px;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
@use "../base/variables";
|
||||
|
||||
.cp-installer-dialog {
|
||||
min-width: 300px;
|
||||
min-height: 100px;
|
||||
|
|
@ -30,7 +32,7 @@
|
|||
content: ' ';
|
||||
height: 25px;
|
||||
width: 2px;
|
||||
background-color: #333;
|
||||
background-color: variables.$dark-gray;
|
||||
}
|
||||
&:before {
|
||||
transform: rotate(45deg);
|
||||
|
|
|
|||
Loading…
Reference in a new issue