16 lines
239 B
SCSS
16 lines
239 B
SCSS
ion-content ion-toolbar {
|
|
--background: translucent;
|
|
|
|
|
|
|
|
|
|
}
|
|
:root {
|
|
--ion-safe-area-top: 20px;
|
|
--ion-safe-area-bottom: 22px;
|
|
}
|
|
ion-col > div {
|
|
background-color: #f7f7f7;
|
|
border: solid 1px #ddd;
|
|
padding: 10px;
|
|
} |