nav-pills refactor
This commit is contained in:
parent
95d7f7a0eb
commit
0650c6b942
1 changed files with 7 additions and 1 deletions
|
@ -1920,9 +1920,12 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-pills > li > a {
|
.nav-pills > li > a {
|
||||||
|
padding: 0;
|
||||||
|
height: 40px;
|
||||||
|
display: flex;
|
||||||
color: #0f94d6;
|
color: #0f94d6;
|
||||||
|
line-height: 39px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 8px 0;
|
|
||||||
border-top: 1px solid #f2f2f3;
|
border-top: 1px solid #f2f2f3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1957,9 +1960,12 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
|
min-width: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
margin-right: 5px;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
text-align: left;
|
||||||
color: #d0d2d3;
|
color: #d0d2d3;
|
||||||
background: none;
|
background: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
Loading…
Reference in a new issue