authelia base
This commit is contained in:
parent
7be652873d
commit
f5e6b709c9
22
dbb-css/base/authelia/authelia-base.css
Normal file
22
dbb-css/base/authelia/authelia-base.css
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
|
||||||
|
body {
|
||||||
|
background: var(--main-bg-color);
|
||||||
|
background-repeat: repeat, no-repeat;
|
||||||
|
background-attachment: fixed, fixed;
|
||||||
|
background-position: center center, center center;
|
||||||
|
background-size: auto, cover;
|
||||||
|
-webkit-background-size: auto, cover;
|
||||||
|
-moz-background-size: auto, cover;
|
||||||
|
-o-background-size: auto, cover;
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.MuiButton-root {
|
||||||
|
background-color: var(--button-color);
|
||||||
|
color: var(--button-color-text);
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.authelia-1oyo6v6 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user