organizr: loginpage
This commit is contained in:
parent
f7e5d20b30
commit
65920aec92
@ -310,21 +310,30 @@
|
|||||||
}
|
}
|
||||||
/* loginpage sidemenu */
|
/* loginpage sidemenu */
|
||||||
.login-box {
|
.login-box {
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
|
||||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
.login-box .panel-body {
|
.login-box .panel-body {
|
||||||
background: rgba(0, 0, 0, 0.25) !important;
|
background: var(--main-bg-color) !important;
|
||||||
}
|
}
|
||||||
.login-register {
|
.login-register {
|
||||||
background: var(--main-bg-color)!important;
|
background: var(--main-bg-color)!important;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
.login-sidebar {
|
.login-sidebar {
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin-top: 500px;
|
margin-top: 300px;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
.bounceInDown, .flipInX, .flipInY, .hvr-wobble-bottom:hover, .revealIn, .rubberBand, .showSweetAlert[data-animation=pop], .slideIn, .slideInDown, .slideInRight, .tada {
|
||||||
|
-webkit-animation-name: none;
|
||||||
|
animation-name: none;
|
||||||
|
}
|
||||||
|
.loginLogo {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 250px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
@ -310,21 +310,30 @@
|
|||||||
}
|
}
|
||||||
/* loginpage sidemenu */
|
/* loginpage sidemenu */
|
||||||
.login-box {
|
.login-box {
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
|
||||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
.login-box .panel-body {
|
.login-box .panel-body {
|
||||||
background: rgba(0, 0, 0, 0.25) !important;
|
background: var(--main-bg-color) !important;
|
||||||
}
|
}
|
||||||
.login-register {
|
.login-register {
|
||||||
background: var(--main-bg-color)!important;
|
background: var(--main-bg-color)!important;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
.login-sidebar {
|
.login-sidebar {
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin-top: 500px;
|
margin-top: 300px;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
.bounceInDown, .flipInX, .flipInY, .hvr-wobble-bottom:hover, .revealIn, .rubberBand, .showSweetAlert[data-animation=pop], .slideIn, .slideInDown, .slideInRight, .tada {
|
||||||
|
-webkit-animation-name: none;
|
||||||
|
animation-name: none;
|
||||||
|
}
|
||||||
|
.loginLogo {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 250px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user