added button to structure

This commit is contained in:
Adam Bradley
2013-08-23 11:43:34 -05:00
parent 25ea3e18d8
commit 601fb7d753
2 changed files with 2 additions and 9 deletions

View File

@@ -13,11 +13,3 @@ body {
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.button {
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
margin: 0; }

View File

@@ -3,8 +3,9 @@
// Components
@import
"framework/structure/base",
"framework/structure/base",
"framework/structure/accordion",
"framework/structure/button",
"framework/structure/button-group",
"framework/structure/clearing",
"framework/structure/footer",