Update CSS variable architecture

This commit is contained in:
schmelczerandras 2020-08-30 14:06:21 +02:00
parent d77aabf966
commit 7e75685b0e
39 changed files with 585 additions and 1952 deletions

View file

@ -1,18 +1,16 @@
@use '../../style/include' as *;
@use '../../style/mixins' as *;
@include responsive() using ($vars) {
canvas#background {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -10;
canvas#background {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -10;
@media print {
& {
display: none;
}
@media print {
& {
display: none;
}
}
}