mirror of https://github.com/vtrois/kratos
fix: style issues
parent
fe09c3973b
commit
cc208760db
|
@ -195,6 +195,17 @@ button:focus {
|
||||||
width: 168px;
|
width: 168px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.k-nav .navbar-brand h1 {
|
||||||
|
display: inherit;
|
||||||
|
padding: inherit;
|
||||||
|
color: inherit;
|
||||||
|
margin: inherit;
|
||||||
|
color: inherit;
|
||||||
|
font-size: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.k-nav .navbar-toggler {
|
.k-nav .navbar-toggler {
|
||||||
padding: 13px;
|
padding: 13px;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
@ -312,17 +323,6 @@ button:focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-nav .navbar-brand h1 {
|
|
||||||
display: inherit;
|
|
||||||
padding: inherit;
|
|
||||||
color: inherit;
|
|
||||||
margin: inherit;
|
|
||||||
color: inherit;
|
|
||||||
font-size: inherit;
|
|
||||||
font-weight: inherit;
|
|
||||||
line-height: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.k-nav .navbar-brand:focus,
|
.k-nav .navbar-brand:focus,
|
||||||
.k-nav .navbar-brand:hover {
|
.k-nav .navbar-brand:hover {
|
||||||
color: rgba(255, 255, 255, 0.8);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
|
@ -436,7 +436,7 @@ button:focus {
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: rgba(66, 64, 64, 0.2);
|
background: rgba(66, 64, 64, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-header .banner .content {
|
.k-header .banner .content {
|
||||||
|
|
Loading…
Reference in New Issue