cleanups + optimizations

This commit is contained in:
2023-01-03 11:09:20 +01:00
parent 8a6d1516ec
commit 68c4f2ab54
29 changed files with 38 additions and 229 deletions

View File

@ -105,7 +105,7 @@ h6, .h6 {
background: #ffab08;
color: #ffbc3b; }
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
@ -461,6 +461,10 @@ details[open] summary {
.termin-tc {
width: 25%; } }
#wc-canvas {
width: 100%;
height: 600px; }
.top-header {
font-size: 12px;
transition: transform .2s ease;