first draft of gradient+trame background

This commit is contained in:
2023-02-22 19:20:33 +01:00
parent e1978d8e58
commit 0979917d25
8 changed files with 268 additions and 14 deletions

View File

@@ -1,7 +1,8 @@
$pad_btn: 0.5em;
@mixin btn() {
padding: $pad_btn;
padding: $pad_btn/2 $pad_btn;
border-radius: 5px;
background-color: $btns_back;
cursor: pointer;
line-height: 1.5;
}