Ver Fonte

Margin classes

Javi Jimenez Villar há 13 anos atrás
pai
commit
ac3e96dc51
1 ficheiros alterados com 9 adições e 1 exclusões
  1. 9 1
      src/stylesheets/lungo.widgets.styl

+ 9 - 1
src/stylesheets/lungo.widgets.styl

@@ -25,6 +25,15 @@
 .margined > *
   margin: INDENT
 
+.margin-top
+  margin-top: INDENT
+.margin-right
+  margin-right: INDENT
+.margin-bottom
+  margin-bottom: INDENT
+.margin-left
+  margin-left: INDENT
+
 :not(.icon)
   &.left
     float: left
@@ -150,7 +159,6 @@ size = 5px
     left: 1px
     font-size: FONT_SIZE_TINY
 
-
 /* ================================  CAROUSEL  ================================ */
 [data-control=carousel]
   overflow: hidden