Skip to content

Commit e1aa530

Browse files
committed
potential colors
1 parent 86c8207 commit e1aa530

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

client/styles/layout/_ide.scss

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,34 @@
2828
padding: 0.5rem;
2929
font-weight: bold;
3030
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+
// }
3139

3240
@media (max-width: 770px) {
3341
min-height: 3.3rem;
3442
}
3543
}
3644

37-
.banner-close-button{
45+
.banner-close-button {
3846
display: flex;
3947
flex-direction: column;
4048
align-items: center;
4149
justify-content: center;
4250
height: 20px;
4351
width:20px;
4452
float: right;
53+
54+
// & path {
55+
// @include themify() {
56+
// fill: getThemifyVariable('logo-background-color');
57+
// }
58+
// }
4559
}
4660

4761
@media print {

0 commit comments

Comments
 (0)