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.
36 lines
619 B
SCSS
36 lines
619 B
SCSS
.content-class {
|
|
height: 25vh;
|
|
}
|
|
|
|
ion-content {
|
|
--background: #f5f5f5;
|
|
}
|
|
|
|
.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%;
|
|
}
|
|
|
|
.digital-id-ar {
|
|
color: black;
|
|
position: absolute;
|
|
left: 20px;
|
|
width: 10%;
|
|
} |