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

13 lines
271 B
SCSS
Raw Normal View History

2020-05-20 14:21:08 +00:00
.sb-paragraph {
2020-05-25 21:34:17 +00:00
&__input {
display: block;
width: 100%;
}
2020-05-24 20:39:14 +00:00
&_align {
2020-05-25 21:10:21 +00:00
&-left { .sb-paragraph__input { text-align: left; } }
&-right { .sb-paragraph__input { text-align: right; } }
&-center { .sb-paragraph__input { text-align: center; } }
2020-05-24 20:39:14 +00:00
}
2020-05-20 14:21:08 +00:00
}