changed name of css
This commit is contained in:
parent
70de724ab1
commit
21d4a8d16b
|
|
@ -26,7 +26,14 @@ header .navbar {
|
||||||
.header .container {
|
.header .container {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.navbar-pf {
|
||||||
|
background: #fafafa;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
border-top: 3px solid #39a5dc;
|
||||||
|
margin-bottom: 0;
|
||||||
|
min-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-pf .navbar-utility {
|
.navbar-pf .navbar-utility {
|
||||||
right: 20px;
|
right: 20px;
|
||||||
|
|
@ -226,7 +233,7 @@ hr + .form-horizontal {
|
||||||
padding: 11px 10px 12px;
|
padding: 11px 10px 12px;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #fff !important;
|
color: #000 !important;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.kc-dropdown > a::after{
|
.kc-dropdown > a::after{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue