commit 726b68d1572abecaa6779bb00d3c53b1879961e7
parent 013a6270fd1b26e177280d1b79da54576f8469d7
Author: Brennen T. Mazur <brennen@madis.cool>
Date: Wed, 22 Feb 2023 11:06:50 -0700
fix css bug, change login bg and border
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/static/css/main.css b/app/static/css/main.css
@@ -20,7 +20,7 @@
html,body {margin:0;padding:0;background-color:var(--rootbg);}
.appview {margin:0;padding:0;}
-/* min-height: 100vh;
+/* min-height: 100vh; /**/
a,a.visited,a.hover {
text-decoration:none;
color:#000;
@@ -73,7 +73,6 @@ header {
/********** LOGIN PAGE **********/
.login-grid {
display: grid;
- grid-template-rows: 1fr 2fr 1fr;/*repeat(3, 1fr);*/
grid-template-columns: repeat(3, 1fr);
}
@@ -87,7 +86,8 @@ header {
grid-column-end: 3;
padding-top:5rem;
padding-bottom:4rem;
- box-shadow: 0px 0px .1em .1em var(--accent);/* probably shouldn't have box-shadow for clean ui at intermediate page sizes (between laptop and phone off ratio) */
+ background-color:var(--maincolor);
+/* box-shadow: 0px 0px .1em .1em var(--accent);/* probably shouldn't have box-shadow for clean ui at intermediate page sizes (between laptop and phone off ratio) */
}
/********** WIDGETS **********/
.permissions, .reportswidget, .activeusers, .agreements, .fleet, .punchclock {