displaying fields labels

This commit is contained in:
2023-04-17 14:00:45 +02:00
parent 592f358cab
commit a940012b6e
7 changed files with 97 additions and 18 deletions

View File

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