mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
23 lines
221 B
SCSS
23 lines
221 B
SCSS
|
|
|
|
ion-content {
|
|
--background:black;
|
|
--color: red;
|
|
}
|
|
|
|
ion-footer {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
ion-slides {
|
|
height: 100%;
|
|
}
|
|
|
|
.redla{
|
|
|
|
color: rgb(255, 38, 0);
|
|
// background-color: rgb(255, 72, 0);
|
|
}
|
|
|
|
|