mirror of https://github.com/rancher/dashboard.git
Merge pull request #13799 from codyrancher/indentation
Adding another indentation level in our navigation menu
This commit is contained in:
commit
841303f61b
|
|
@ -403,6 +403,10 @@ export default {
|
||||||
padding: 10px 7px 9px 7px !important;
|
padding: 10px 7px 9px 7px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:deep() .type-link > .label {
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.depth-0) {
|
&:not(.depth-0) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue