schlechtenburg/src/components/user/Paragraph/style.scss

11 lines
250 B
SCSS

.sb-paragraph {
display: block;
width: 100%;
&_align {
&-left { .sb-paragraph__input { text-align: left; } }
&-right { .sb-paragraph__input { text-align: right; } }
&-center { .sb-paragraph__input { text-align: center; } }
}
}