mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:19:52 +01:00
27 lines
247 B
SCSS
27 lines
247 B
SCSS
.ios-web-app {
|
|
padding-top: 1em;
|
|
}
|
|
|
|
.fs-10 {
|
|
font-size: 10em;
|
|
}
|
|
|
|
.fs-7 {
|
|
font-size: .8rem;
|
|
}
|
|
|
|
.pe-none {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.empty:not(:only-child) {
|
|
display: none;
|
|
}
|
|
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
|
|
.pull-left {
|
|
float: left;
|
|
}
|