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.
32 lines
778 B
SCSS
32 lines
778 B
SCSS
.button-login{
|
|
--background: #c1272d !important;
|
|
background: #c1272d !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: 70% !important;
|
|
height: 160% !important;
|
|
bottom: 0% !important;
|
|
position: absolute !important;
|
|
border: 1px solid #e6e6e6 !important;
|
|
border-radius: 20px !important;
|
|
}
|
|
}
|
|
|
|
.digital-id-image-size{
|
|
width: 70%;height: 180%; ; bottom: 0%; position: absolute; border: 1px solid #e6e6e6; border-radius: 20px;
|
|
}
|
|
|
|
|
|
|