install
This commit is contained in:
70
public/assets/css/auth.css
Normal file
70
public/assets/css/auth.css
Normal file
@@ -0,0 +1,70 @@
|
||||
.lowecase {
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
.bg-img {
|
||||
background: url(/assets/images/login-bg.jpg) no-repeat fixed var(--sc-login-bg-position, 50% 50%);
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.logo {
|
||||
text-align: -webkit-center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.login-section {
|
||||
padding: 0px 120px 0px 0px;
|
||||
}
|
||||
|
||||
.object-cover {
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.text-underline{text-decoration: underline;}
|
||||
|
||||
@media screen and (max-width: 1024px){
|
||||
.d-none {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px){
|
||||
.d-center {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1024px){
|
||||
.d-center {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-img{
|
||||
position: absolute;
|
||||
top: 90px;
|
||||
left: 338px;
|
||||
}
|
||||
@media screen and (max-width: 1024px){
|
||||
.shadow-none {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 640px){
|
||||
.d-none-copyright {
|
||||
display: none;
|
||||
}
|
||||
.padding-none {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px){
|
||||
.d-none-mobile {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user