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_srca/Mohem/src/app/authentication/confirm-login/confirm-login.component.scss

37 lines
617 B
SCSS

6 years ago
.content-class {
height: 25vh;
}
.rowOutside{
// margin-top: -37px;
}
.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: 315px;
border: 1px solid black;
}
.digital-id-en{
color: black;
position: absolute;
right: 20px;
width: 10%;
}
6 years ago
.digital-id-ar{
color: black;
position: absolute;
left: 20px;
width: 10%;
}