clases para el editor de sutty
This commit is contained in:
parent
e1f82515a4
commit
40f0427769
2 changed files with 9 additions and 0 deletions
8
_sass/editor.scss
Normal file
8
_sass/editor.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
* 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; }
|
|
@ -24,6 +24,7 @@ $overflows: auto, hidden, scroll;
|
|||
@import "share_box";
|
||||
@import "embed";
|
||||
@import "snap";
|
||||
@import "editor";
|
||||
|
||||
@if $debug {
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue