Skip to content

Commit 1454506

Browse files
committed
micro styles (palette)
1 parent 994a804 commit 1454506

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

modules/@apostrophecms/ui/ui/apos/scss/global/_inputs.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,23 @@
105105
}
106106

107107
.apos-field.apos-field--micro {
108+
&.apos-field--box {
109+
.apos-input-box__shorthand-input[disabled] {
110+
background: var(--a-base-7);
111+
opacity: 0.5;
112+
}
113+
114+
.apos-input-box__shorthand-input,
115+
.apos-input-box__individual-input-wrapper {
116+
flex: 1;
117+
}
118+
119+
.apos-input-box__individual-input {
120+
min-width: 100%;
121+
max-width: 100%;
122+
}
123+
}
124+
108125
.apos-input {
109126
padding: $spacing-three-quarters;
110127
font-size: var(--a-type-small);

0 commit comments

Comments
 (0)