ios7 style labels

pull/2/head
Sahat Yalkabov 2013-12-04 14:56:37 -05:00
parent b6acf80f27
commit ce3928c6c8
1 changed files with 46 additions and 0 deletions

View File

@ -60,6 +60,39 @@ a {
}
// Labels ======================================================================
.label {
display: inline-block;
font-size: 85%;
font-weight: 300;
line-height: 1.4;
border-radius: 0px;
margin: 0 5px;
h2 {
margin-bottom: 20px;
font-weight: 100;
}
}
.label-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.label-success {
background-color: #60c560;
}
.label-primary {
background-color: #007aff;
}
// Alerts ======================================================================
.alert {
border-radius: 0px;
@ -150,6 +183,19 @@ a {
}
}
.btn-magenta {
background: #d94084;
border-color: #d94084;
color: #fff;
&:hover,
&.active {
background: transparent;
color: #d94084;
border-color: #d94084;
}
}
.facebook {
background-color: #335397;
border-color: #335397;