parent
2d757c6726
commit
312b2d8599
@ -0,0 +1,4 @@
|
||||
:host {
|
||||
text-align: center;
|
||||
padding: 0.5em;
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
@import "light";
|
||||
@import "dark";
|
||||
@import "red";
|
@ -0,0 +1,44 @@
|
||||
#big_container {
|
||||
|
||||
&.theme-dark-crystal {
|
||||
background: #222;
|
||||
color: #ddd;
|
||||
|
||||
main {
|
||||
background: #444;
|
||||
}
|
||||
|
||||
h1::after {
|
||||
background-color: #1b6d85;
|
||||
}
|
||||
|
||||
.btn--primary:focus, .btn--primary:hover, .btn--primary:active,
|
||||
.btn--primary {
|
||||
background-color: #1b6d85;
|
||||
}
|
||||
|
||||
.btn--warning:focus, .btn--warning:hover, .btn--warning:active,
|
||||
.btn--warning {
|
||||
background-color: #554685;
|
||||
}
|
||||
|
||||
select {
|
||||
background: #1b6d85;
|
||||
border-color: #1b6d85;
|
||||
|
||||
&:hover {
|
||||
color: #ccc;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.lang_icon, .menu_icon {
|
||||
fill: #1b6d85 !important;
|
||||
color: #1b6d85 !important;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
#big_container {
|
||||
&.theme-hot-covid {
|
||||
background: #ffbca4;
|
||||
color: #501016;
|
||||
|
||||
h1::after {
|
||||
background-color: #850003;
|
||||
}
|
||||
|
||||
.btn--primary:focus, .btn--primary:hover, .btn--primary:active, .btn--primary {
|
||||
background-color: #850003 !important;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue