Retrospring/app/assets/stylesheets/_utilities.scss

37 lines
364 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;
}
// FIXME: Backport from Bootstrap 5.3, remove once updated
.z-n1 {
z-index: -1;
}
.grid-row-1 {
grid-row: 1;
}