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.
15 lines
357 B
SCSS
15 lines
357 B
SCSS
ion-content {
|
|
margin-top: 40px !important;
|
|
width: 95% !important;
|
|
height: 80% !important;
|
|
top: 5% !important;
|
|
left: 2% !important;
|
|
right: 5% !important;
|
|
bottom: 5% !important;
|
|
padding-top: 30px !important;
|
|
border: solid 1px #dedede;
|
|
}
|
|
:host(.activated) .item-native {
|
|
background: var(--red) !important;
|
|
color: var(--grey) !important;
|
|
} |