mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
13 lines
176 B
SCSS
13 lines
176 B
SCSS
|
|
.close{
|
||
|
|
--background: transparent;
|
||
|
|
ion-icon{
|
||
|
|
font-size: 2rem;
|
||
|
|
}
|
||
|
|
margin-top: 40px;
|
||
|
|
}
|
||
|
|
ion-content{
|
||
|
|
--background:#ccc;
|
||
|
|
}
|
||
|
|
ion-slides{
|
||
|
|
height: 80%;
|
||
|
|
}
|