Retrospring/app/assets/stylesheets/_utilities.scss

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

28 lines
247 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;
}