5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 23:45:45 +00:00
panel/app/assets/stylesheets/editor.scss

8 lines
181 B
SCSS
Raw Normal View History

2020-11-03 21:16:59 +00:00
.editor {
.editor-content {
div[data-align="left"] { text-align: left; }
div[data-align="center"] { text-align: center; }
div[data-align="right"] { text-align: right; }
}
}