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 86c8207 commit e1aa530Copy full SHA for e1aa530
client/styles/layout/_ide.scss
@@ -28,20 +28,34 @@
28
padding: 0.5rem;
29
font-weight: bold;
30
border-bottom: 1px dashed #A6A6A6;
31
+ color: #FFF;
32
+
33
+ // @include themify() {
34
+ // background-color: getThemifyVariable('logo-color');
35
+ // & a {
36
+ // color: getThemifyVariable('logo-background-color');
37
+ // }
38
39
40
@media (max-width: 770px) {
41
min-height: 3.3rem;
42
}
43
44
-.banner-close-button{
45
+.banner-close-button {
46
display: flex;
47
flex-direction: column;
48
align-items: center;
49
justify-content: center;
50
height: 20px;
51
width:20px;
52
float: right;
53
54
+ // & path {
55
56
+ // fill: getThemifyVariable('logo-background-color');
57
58
59
60
61
@media print {
0 commit comments