at the end of the day, it was inevitable

This commit is contained in:
Mo Elzubeir
2022-12-09 08:36:26 -06:00
commit 1218570914
1768 changed files with 887087 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
// User Pages
.app-logo {
height: calc(#{$logo-height} * 3);
width: auto;
background-size: contain;
background-repeat: no-repeat;
background-image: url(../images/logo/logo-small.png);
}
.app-logo-inverse {
height: calc(#{$logo-height} * 2);
width: auto;
background-size: contain;
background-repeat: no-repeat;
background: url(../images/logo/logo-small.png);
}
.app-login-box {
.app-logo {
margin-bottom: $layout-spacer-lg;
}
h4 {
margin-bottom: $layout-spacer-x;
font-weight: normal;
div {
opacity: 0.6;
}
span {
font-size: $font-size-lg;
}
}
}
.public-lang {
position: absolute;
top: 10px;
right: 10px;
}
[dir='rtl'] .public-lang {
left: 10px;
right: unset;
}