mirror of https://github.com/rancher/dashboard.git
nav spacing
This commit is contained in:
parent
ef1cfb798c
commit
c41b4a4660
|
|
@ -150,6 +150,7 @@ export default {
|
|||
> H6 {
|
||||
font-size: 14px;
|
||||
text-transform: none;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
> I {
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ export default {
|
|||
grid-template-columns: auto auto;
|
||||
grid-column-gap: 5px;
|
||||
font-size: 13px;
|
||||
padding: 7.5px 5px;
|
||||
padding: 7.5px 5px 7.5px 10px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
|
|
@ -287,10 +287,6 @@ export default {
|
|||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.list-unstyled {
|
||||
padding-left: 10px;
|
||||
}
|
||||
s
|
||||
H6, .root.child .label {
|
||||
margin: 0;
|
||||
letter-spacing: 0.1em;
|
||||
|
|
|
|||
Loading…
Reference in New Issue