pixivfe/template/css/template.scss

12 lines
99 B
SCSS

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