Revamp CSS template system using var() feature

This commit is contained in:
djmaze 2021-02-05 10:42:20 +01:00
parent 92bbaadbf3
commit d9bece04b2
30 changed files with 317 additions and 530 deletions

View file

@ -1,8 +1,4 @@
body {
background-color: transparent;
}
label {
cursor: pointer;
}
@ -184,10 +180,6 @@ select {
margin-bottom: 0;
}
.dropdown-menu {
border-radius: 0;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.dropdown-menu * + .dividerbar {
margin-top: 9px;
padding-top: 9px;