Files
PixivFE/template/css/template.scss
T
2023-05-13 17:03:13 +07:00

12 lines
99 B
SCSS

.border-rounded {
border-radius: 50%;
}
.flex {
display: flex;
}
.no-margin {
margin: 0;
}