empty page fix

grid fix
auth page fix
This commit is contained in:
Čarodej
2021-10-29 17:22:33 +02:00
parent b1a6fc3bf2
commit 06bb51989e
6 changed files with 162 additions and 75 deletions
@@ -45,7 +45,7 @@
.border-theme {border-color: {{ $color }}}
.border-top-theme {border-top-color: {{ $color }} !important;}
.border-left-theme {border-left-color: {{ $color }} !important;}
.hover-border-theme:hover {border-color: {{ $color }}}
.hover-border-theme:hover {border-color: {{ $color }} !important;}
.focus-within-border-theme:focus-within {border-color: {{ $color }} !important;}