Add button styles and "view all articles" link to home

This commit is contained in:
Michael Rose
2013-05-31 11:52:02 -04:00
parent e4ab4c7066
commit 9478323056
6 changed files with 62 additions and 3 deletions

View File

@@ -44,13 +44,14 @@ svg:not(:root) {
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
padding: 12px;
padding: 12px 24px;
margin-bottom: 2em;
line-height: 1;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
border: 4px double @textcolor;
.rounded(50px);
cursor: pointer;
*margin-left: .3em;
.transition(.4s linear);
@@ -76,4 +77,18 @@ svg:not(:root) {
color: @white;
border-color: @white;
}
}
.btn-small {
font-size: 60%;
padding: 6px 12px;
}
/* Well ================================================= */
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
.rounded(4px);
.box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.05));
}