39 lines
562 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|