|
|
|
@ -1847,22 +1847,26 @@ div.promoted-attributes-container {
|
|
|
|
margin-right: 15%;
|
|
|
|
margin-right: 15%;
|
|
|
|
padding: 6px 0;
|
|
|
|
padding: 6px 0;
|
|
|
|
gap: 8px;
|
|
|
|
gap: 8px;
|
|
|
|
font-size: .85em;
|
|
|
|
|
|
|
|
align-items: stretch;
|
|
|
|
align-items: stretch;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div.promoted-attributes-container,
|
|
|
|
|
|
|
|
div.promoted-attributes-container input {
|
|
|
|
|
|
|
|
font-size: .9rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* A promoted attribute card */
|
|
|
|
/* A promoted attribute card */
|
|
|
|
div.promoted-attribute-cell {
|
|
|
|
div.promoted-attribute-cell {
|
|
|
|
--pa-card-padding-left: 16px;
|
|
|
|
--pa-card-padding-left: 16px;
|
|
|
|
--pa-card-padding-right: 4px;
|
|
|
|
--pa-card-padding-right: 2px;
|
|
|
|
--input-background-color: transparent;
|
|
|
|
--input-background-color: transparent;
|
|
|
|
|
|
|
|
|
|
|
|
box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
|
|
|
|
box-shadow: 1px 1px 2px var(--promoted-attribute-card-shadow-color);
|
|
|
|
display: inline-flex;
|
|
|
|
display: inline-flex;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
padding: 4px var(--pa-card-padding-right) 4px var(--pa-card-padding-left);
|
|
|
|
padding: 2px var(--pa-card-padding-right) 2px var(--pa-card-padding-left);
|
|
|
|
background: var(--card-background-color);
|
|
|
|
background: var(--promoted-attribute-card-background-color);
|
|
|
|
overflow-y: visible;
|
|
|
|
overflow-y: visible;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -1882,6 +1886,10 @@ div.promoted-attribute-cell label {
|
|
|
|
opacity: .75;
|
|
|
|
opacity: .75;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div.promoted-attribute-cell label::after {
|
|
|
|
|
|
|
|
content: ":";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
div.promoted-attribute-cell div.input-group {
|
|
|
|
div.promoted-attribute-cell div.input-group {
|
|
|
|
min-height: auto;
|
|
|
|
min-height: auto;
|
|
|
|
padding: 1px 6px;
|
|
|
|
padding: 1px 6px;
|
|
|
|
@ -1906,7 +1914,7 @@ div.promoted-attribute-cell div:has(input[type="checkbox"]) {
|
|
|
|
|
|
|
|
|
|
|
|
/* The element containing the "new attribute" and "remove this attribute button" */
|
|
|
|
/* The element containing the "new attribute" and "remove this attribute button" */
|
|
|
|
div.promoted-attribute-cell .multiplicity:has(span) {
|
|
|
|
div.promoted-attribute-cell .multiplicity:has(span) {
|
|
|
|
--icon-button-size: 28px;
|
|
|
|
--icon-button-size: 24px;
|
|
|
|
|
|
|
|
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-right: calc(var(--pa-card-padding-left) - var(--pa-card-padding-right));
|
|
|
|
margin-right: calc(var(--pa-card-padding-left) - var(--pa-card-padding-right));
|
|
|
|
|