shimmer-systems/sass/elements.scss

18 lines
224 B
SCSS

.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;
}