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/authentication/digital-id/digital-id.component.scss

32 lines
778 B
SCSS

.button-login{
--background: #34b9c1 !important;
background: #34b9c1 !important;
white-space: normal;
color: var(--light);
text-transform: capitalize;
min-height: 1.0cm;
--border-radius: 33px !important;
border-radius: 33px !important;
--min-height: 1.6cm !important;
width: 315px;
}
@media only screen and (max-device-height: 640px) {
.digital-id-image-size{
width: 90% !important;
height: 160% !important;
bottom: 0% !important;
position: absolute !important;
border: 1px solid #e6e6e6 !important;
border-radius: 70px !important;
}
}
.digital-id-image-size{
width: 90%;height: 180%; ; bottom: 0%; position: absolute; border: 1px solid #e6e6e6; border-radius: 70px;
}