16 lines
152 B
SCSS
16 lines
152 B
SCSS
|
.ios-web-app {
|
||
|
padding-top: 1em;
|
||
|
}
|
||
|
|
||
|
.fs-10 {
|
||
|
font-size: 10em;
|
||
|
}
|
||
|
|
||
|
.pe-none {
|
||
|
pointer-events: none;
|
||
|
}
|
||
|
|
||
|
.empty:not(:only-child) {
|
||
|
display: none;
|
||
|
}
|