10 lines
171 B
SCSS
10 lines
171 B
SCSS
:host {
|
|
ion-slide {
|
|
display: block;
|
|
font-size: inherit;
|
|
justify-content: start;
|
|
align-items: start;
|
|
text-align: start;
|
|
}
|
|
}
|