9 lines
195 B
SCSS
9 lines
195 B
SCSS
|
/*
|
||
|
* Estilos del editor de Sutty
|
||
|
*/
|
||
|
|
||
|
// Alineación
|
||
|
div[data-align="left"] { text-align: left; }
|
||
|
div[data-align="center"] { text-align: center; }
|
||
|
div[data-align="right"] { text-align: right; }
|