We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994a804 commit 1454506Copy full SHA for 1454506
modules/@apostrophecms/ui/ui/apos/scss/global/_inputs.scss
@@ -105,6 +105,23 @@
105
}
106
107
.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
125
.apos-input {
126
padding: $spacing-three-quarters;
127
font-size: var(--a-type-small);
0 commit comments