We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f089a99 commit 3595c71Copy full SHA for 3595c71
assets/sass/layout/_header_mobile.scss
@@ -1,7 +1,7 @@
1
@use "../base/variables";
2
3
#mobile-header {
4
- background-color: #333;
+ background-color: variables.$dark-gray;
5
6
.header-contents {
7
padding: 9px 5px 5px 8px;
assets/sass/pages/_espinstaller.scss
@@ -1,3 +1,5 @@
+@use "../base/variables";
+
.cp-installer-dialog {
min-width: 300px;
min-height: 100px;
@@ -30,7 +32,7 @@
30
32
content: ' ';
31
33
height: 25px;
34
width: 2px;
35
36
}
37
&:before {
38
transform: rotate(45deg);
0 commit comments