basic colors / settings present

This commit is contained in:
Henry Jameson 2024-09-26 22:31:28 +03:00
commit fb40694e8e
10 changed files with 256 additions and 80 deletions

View file

@ -45,12 +45,16 @@
flex: 0;
&[type="number"] {
min-width: 5em;
min-width: 9em;
&.-small {
min-width: 5em;
}
}
&[type="range"] {
flex: 1;
min-width: 2em;
min-width: 9em;
align-self: center;
margin: 0 0.5em;
}