See https://www.woltlab.com/community/thread/303691-im-acp-unter-style-der-farbw%C3%A4hler/
border: 1px solid rgba(0, 0, 0, 1);
box-sizing: content-box;
display: block;
+ min-height: 50px;
> span {
display: block;
input[type="number"] {
padding: 4px;
text-align: center;
- /* Firefox requires those fields to be wider due to the overlapping controls. */
- width: 6ch;
+ /* Firefox on Windows requires those fields to be wider due to the overlapping controls. */
+ width: 56px;
}
}
grid-template-columns: min-content auto;
margin-top: 20px;
}
+
+@include screen-xs {
+ .colorPickerValueContainer {
+ display: flex;
+ flex-direction: column;
+ row-gap: 20px;
+ }
+}