mirror of https://github.com/rancher/dashboard.git
Address PR Feedback
This commit is contained in:
parent
73f1e710de
commit
ae06ff8f30
|
|
@ -286,7 +286,7 @@ export default {
|
||||||
.header ::v-deep > .child.nuxt-link-exact-active {
|
.header ::v-deep > .child.nuxt-link-exact-active {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
A, A I {
|
A {
|
||||||
background-color: var(--nav-active);
|
background-color: var(--nav-active);
|
||||||
color: var(--body-text);
|
color: var(--body-text);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -148,6 +148,10 @@ export default {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding: 5.5px 7px 5.5px 10px;
|
padding: 5.5px 7px 5.5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::v-deep .label I {
|
||||||
|
padding-right: 2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue