Files
WrenchBoardIonic2023/src/app/pages/preferences/preferences.page.scss
T
CHIEFSOFT\ameye b5c17236e7 user pref
2023-12-30 12:39:44 -05:00

39 lines
562 B
SCSS

ion-content {
color: black;
.chk-item{
color: #4c8dff;
font-size: 22px;
font-weight: bolder;
}
}
ion-footer {
--background: white;
ion-toolbar {
--border-width: 0px;
padding: 10px;
align-items: center;
ion-icon {
color: white;
font-size: 25px;
}
.button {
background-color: var(--ion-color-primary);
display: flex;
align-items: center;
justify-content: space-around;
border-radius: 30px;
padding: 12px 0;
.text {
color: white;
}
}
}
}