Adds metadata type class wrapper on metadatum edition form.
This commit is contained in:
parent
ea93325909
commit
1e059efcd0
|
@ -18,7 +18,9 @@
|
|||
</a> -->
|
||||
<hr>
|
||||
</div>
|
||||
<div class="tainacan-form">
|
||||
<div
|
||||
class="tainacan-form"
|
||||
:class="'tainacan-metadatum-edition-form--type-' + editForm.metadata_type_object.component">
|
||||
<div class="options-columns">
|
||||
<b-field
|
||||
:addons="false"
|
||||
|
|
|
@ -193,12 +193,13 @@
|
|||
}
|
||||
|
||||
.form-hook-region {
|
||||
margin-top: 0.5em;
|
||||
margin-top: 0.75em;
|
||||
background-color: var(--tainacan-gray1);
|
||||
padding: 1em 1.5em 2em 1.5em;
|
||||
margin-bottom: 0.5em;
|
||||
margin-bottom: 0.75em;
|
||||
break-inside: avoid;
|
||||
|
||||
h4 {
|
||||
h3, h4, h5 {
|
||||
font-weight: 600;
|
||||
color: var(--tainacan-secondary);
|
||||
margin-bottom: 4px;
|
||||
|
|
Loading…
Reference in New Issue