md-composer-color-plus-ultra/common/common.scss

27 lines
325 B
SCSS
Raw Normal View History

[data-wrap="center"] {
text-align: center;
}
2019-11-07 22:21:20 +00:00
[data-wrap="right"] {
text-align: right;
}
[data-wrap="justify"] {
text-align: justify;
}
[data-wrap="columns"] {
width: 50%;
float: left;
}
[data-wrap="floatl"] {
float: left;
margin-right: 10px;
}
[data-wrap="floatr"] {
float: right;
margin-left: 10px;
}