mirror of https://github.com/rancher/dashboard.git
changes based on vince feedback
This commit is contained in:
parent
c02b94a3fc
commit
c74b3f9464
|
|
@ -37,8 +37,6 @@ H6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
P {
|
P {
|
||||||
// font-size: 1.4em;
|
|
||||||
line-height: 1.75em;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
letter-spacing: 0em;
|
letter-spacing: 0em;
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.child {
|
.child {
|
||||||
margin-right: var(--outline);
|
margin: 0 var(--outline) 0 0;
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
grid-area: label;
|
grid-area: label;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue