use the dark-gray variable

This commit is contained in:
Justin Cooper 2025-03-31 15:59:36 -05:00
parent f089a99cd9
commit 3595c71752
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
@use "../base/variables"; @use "../base/variables";
#mobile-header { #mobile-header {
background-color: #333; background-color: variables.$dark-gray;
.header-contents { .header-contents {
padding: 9px 5px 5px 8px; padding: 9px 5px 5px 8px;

View file

@ -1,3 +1,5 @@
@use "../base/variables";
.cp-installer-dialog { .cp-installer-dialog {
min-width: 300px; min-width: 300px;
min-height: 100px; min-height: 100px;
@ -30,7 +32,7 @@
content: ' '; content: ' ';
height: 25px; height: 25px;
width: 2px; width: 2px;
background-color: #333; background-color: variables.$dark-gray;
} }
&:before { &:before {
transform: rotate(45deg); transform: rotate(45deg);