shimmer-systems/sass/elements.scss

18 lines
224 B
SCSS
Raw Normal View History

2023-04-12 01:48:18 +00:00
.centered {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.smallText {
font-size: 10px !important;
}
.smallText span {
color: white;
}
.smallText li {
list-style-type: none;
}