Retrospring/app/assets/stylesheets/_utilities.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
364 B
SCSS
Raw Normal View History

.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;
}
2023-01-03 07:15:57 -08:00
.pull-right {
float: right;
}
.pull-left {
float: left;
}
// FIXME: Backport from Bootstrap 5.3, remove once updated
.z-n1 {
z-index: -1;
}
2023-10-29 15:45:19 -07:00
.grid-row-1 {
grid-row: 1;
}