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.
sfh-mohemm/Mohem/src/app/hmg-common/ui/welcome-login/welcome.component.scss

96 lines
1.3 KiB
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;
}
.button-digital-id{
--background: white !important;
background: white !important;
white-space: normal;
color: white;
text-transform: capitalize;
min-height: 1.0cm;
--border-radius: 33px !important;
border-radius: 33px !important;
--min-height: 1.6cm !important;
width: 100%;
border: 1px solid black;
}
.digital-id-en{
color: black;
position: absolute;
right: 25px;
width: 10%;
}
.digital-id-ar{
color: black;
position: absolute;
left: 25px;
width: 10%;
}