You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemm_moe/Mohem/src/app/hmg-common/ui/welcome-login/welcome.component.scss

68 lines
826 B
SCSS

.logo-en {
text-align: left;
}
.logo-ar {
text-align: right;
}
.welcome {
margin: 10px;
display: inline-block;
font-weight: bold;
font-size: 0.55cm;
}
.description {
margin-top: .5cm;
}
.last-login {
margin: 0;
font-size: 12px;
text-align: center;
}
.row-border {
margin-top: 20px;
border: 1px solid #bbbbbb;
border-radius: 10px;
padding: 5px;
background: #dddddd;
}
.fadein {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.small-font-size {
font-size: 14px;
;
}
.bottom-buttons {
margin-bottom: 0;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.welcome-footer {
position: fixed;
bottom: 10px;
left: 0;
right: 0;
}
.text1 {
line-height: 1.5;
}