Initial button theme

This commit is contained in:
Max Lynch
2013-08-23 11:40:58 -05:00
parent e0db10f720
commit b605ea7f17
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,8 @@
.button {
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
margin: 0;
}

View File

@ -0,0 +1,9 @@
.button {
color: #333333;
border-radius: 2px;
}
.button-default {
background-color: #fff;
border: 1px solid #ddd;
}