Add .block element

This commit is contained in:
Ben Ogle
2013-08-29 10:51:43 -07:00
parent e3b5dc28d6
commit ba671c4f04
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
@import "ui-variables";
.block {
margin-bottom: @component-padding;
}
div > .block:last-child {
margin-bottom: 0;
}

View File

@@ -2,6 +2,7 @@
'atom'
'utilities'
'text'
'block'
'git'
'icons'
'loading'

View File

@@ -14,6 +14,10 @@ p {
margin-bottom: 15px;
}
label {
font-weight: normal;
}
pre {
box-shadow: none;
color: @text-color;