mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 18:39:07 +01:00
15 lines
152 B
SCSS
15 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;
|
|
}
|