Fixed label-default style typo
This commit is contained in:
@ -137,6 +137,17 @@ a {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.label-default {
|
||||
background-color: #999;
|
||||
|
||||
&:hover,
|
||||
&.active {
|
||||
background: transparent;
|
||||
color: #999;
|
||||
border-color: #999;
|
||||
}
|
||||
}
|
||||
|
||||
.label-success {
|
||||
background-color: #60c560;
|
||||
|
||||
@ -148,17 +159,6 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
label-default {
|
||||
background-color: #999;
|
||||
|
||||
&:hover,
|
||||
&.active {
|
||||
background: transparent;
|
||||
color: #999;
|
||||
border-color: #999;
|
||||
}
|
||||
}
|
||||
|
||||
label-info {
|
||||
background-color: #5bc0de;
|
||||
|
||||
|
@ -2,7 +2,7 @@ extends layout
|
||||
|
||||
block content
|
||||
.panel.panel-default
|
||||
.panel-heading
|
||||
.panel-heading.text-center
|
||||
i.fa.fa-envelope-o
|
||||
| Contact Form
|
||||
.panel-body
|
||||
|
Reference in New Issue
Block a user