Fixed label-default style typo

This commit is contained in:
Sahat Yalkabov
2013-12-04 21:06:51 -05:00
parent 2fe97293c7
commit ffed158a4e
2 changed files with 12 additions and 12 deletions

View File

@ -137,6 +137,17 @@ a {
padding-right: 0; padding-right: 0;
} }
.label-default {
background-color: #999;
&:hover,
&.active {
background: transparent;
color: #999;
border-color: #999;
}
}
.label-success { .label-success {
background-color: #60c560; background-color: #60c560;
@ -148,17 +159,6 @@ a {
} }
} }
label-default {
background-color: #999;
&:hover,
&.active {
background: transparent;
color: #999;
border-color: #999;
}
}
label-info { label-info {
background-color: #5bc0de; background-color: #5bc0de;

View File

@ -2,7 +2,7 @@ extends layout
block content block content
.panel.panel-default .panel.panel-default
.panel-heading .panel-heading.text-center
i.fa.fa-envelope-o i.fa.fa-envelope-o
| Contact Form | Contact Form
.panel-body .panel-body