Browse Source

Margin classes

Javi Jimenez Villar 13 years ago
parent
commit
733ffcf7af
1 changed files with 9 additions and 1 deletions
  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