change key-value to look like one
This commit is contained in:
parent
632f62ee0f
commit
bb513dd961
1 changed files with 4 additions and 6 deletions
|
@ -157,6 +157,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0.25em auto;
|
margin: 0.25em auto;
|
||||||
max-width: 32em;
|
max-width: 32em;
|
||||||
|
border: 1px solid var(--border, $fallback--border);
|
||||||
|
border-radius: $fallback--inputRadius;
|
||||||
|
border-radius: var(--inputRadius, $fallback--inputRadius);
|
||||||
|
|
||||||
.user-profile-field-name {
|
.user-profile-field-name {
|
||||||
flex: 0 1 30%;
|
flex: 0 1 30%;
|
||||||
|
@ -164,6 +167,7 @@
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: var(--lightText);
|
color: var(--lightText);
|
||||||
min-width: 120px;
|
min-width: 120px;
|
||||||
|
border-right: 1px solid var(--border, $fallback--border);
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-profile-field-value {
|
.user-profile-field-value {
|
||||||
|
@ -179,12 +183,6 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0.5em 1.5em;
|
padding: 0.5em 1.5em;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
border: var(--border, $fallback--border);
|
|
||||||
border-radius: $fallback--inputRadius;
|
|
||||||
border-radius: var(--inputRadius, $fallback--inputRadius);
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue