Updates to compound multivalue separator style.
This commit is contained in:
parent
5e1a55d4bb
commit
06e823447f
|
@ -581,7 +581,7 @@
|
||||||
.multivalue-separator {
|
.multivalue-separator {
|
||||||
display: block;
|
display: block;
|
||||||
max-height: 1px;
|
max-height: 1px;
|
||||||
width: 70px;
|
width: 45%;
|
||||||
background: #cbcbcb;
|
background: #cbcbcb;
|
||||||
content: none;
|
content: none;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
@ -601,6 +601,9 @@
|
||||||
margin-top: 0rem;
|
margin-top: 0rem;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
&>.multivalue-separator {
|
||||||
|
margin: 0.5em auto 1.0em -1.5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.tainacan-relationship-group {
|
.tainacan-relationship-group {
|
||||||
.tainacan-relationship-metadatum {
|
.tainacan-relationship-metadatum {
|
||||||
|
|
Loading…
Reference in New Issue