rsspls.7bit.org/sass/_ultility.scss
Wesley Moore 460777b3f1 Squashed 'themes/juice/' content from commit e8a24f5
git-subtree-dir: themes/juice
git-subtree-split: e8a24f54aa972aabd5a6002c4ba8542213b388ed
2024-03-08 20:59:02 +10:00

13 lines
No EOL
169 B
SCSS

.text-center {
text-align: center;
}
.pos-absolute {
right: 0;
left: 0;
position: absolute;
}
.box-shadow {
box-shadow: 0 2px 10px 2px var(--shadow-color);
}