Frio: add login background color admin option

This commit is contained in:
fabrixxm 2018-01-17 16:33:27 +01:00
commit fc8e8feec1
5 changed files with 34 additions and 17 deletions

View file

@ -3018,6 +3018,7 @@ section .profile-match-wrapper {
.mod-home.is-not-singleuser,
.mod-login {
background-color: $login_bg_color;
background-image: linear-gradient(to right, rgba(0,0,0, 0.7) , rgba(0,0,0, 0.4)), url($login_bg_image);
background-size: cover;
background-attachment: fixed;
@ -3034,29 +3035,29 @@ section .profile-match-wrapper {
}
.mod-home.is-not-singleuser .login-content,
.mod-login .login-content {
color: #eee;
margin-top: 2.5%;
color: #eee;
margin-top: 2.5%;
}
.mod-home.is-not-singleuser .login-form > #login-form label,
.mod-login #content #login-form label {
color: #eee;
color: #eee;
}
.mod-home.is-not-singleuser .login-panel-content,
.mod-login .login-panel-content {
background-color: rgba(255,255,255,.85);
background-color: rgba(255,255,255,.85);
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.mod-home.is-not-singleuser #content,
.mod-home.is-not-singleuser #content,
.mod-login #content {
margin-top: 100px!important;
}
margin-top: 100px!important;
}
.mod-home.is-not-singleuser .login-form > #login-form,
.mod-home.is-not-singleuser .login-form > #login-form,
.mod-login #content #login-form {
background-color: #fff;
padding: 1em;
@ -3064,10 +3065,10 @@ section .profile-match-wrapper {
margin-top: 4em;
}
.mod-home.is-not-singleuser .login-form > #login-form label,
.mod-login #content #login-form label {
color: #444;
}
.mod-home.is-not-singleuser .login-form > #login-form label,
.mod-login #content #login-form label {
color: #444;
}
.mod-home.is-not-singleuser .login-form > #login-form::before,
.mod-login #content #login-form::before {
@ -3093,7 +3094,7 @@ section .profile-match-wrapper {
top: -10%;
left: 10%;
z-index: -1;
}
}
}