Fixed label-default style typo
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user