File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1+ move: Fix inputs until new design
Original file line number Diff line number Diff line change 1+ wrap: Fix inputs until new design
Original file line number Diff line number Diff line change 2323 font-family :
2424 Roboto Mono Variable,
2525 monospace;
26+ background-color : revert; /* Workaround for tailwindcss/preflight */
2627 }
2728
2829 label {
Original file line number Diff line number Diff line change 33 display : flex;
44 flex-direction : column;
55 justify-content : space-between;
6+ position : relative;
67
78 background-color : var (--brand-blue );
89}
Original file line number Diff line number Diff line change 4040 font-weight : 700 ;
4141 line-height : 125% ;
4242 text-align : right;
43+ color : revert; /* Workaround for tailwindcss/preflight */
4344}
4445
4546.inputGroup > input ::placeholder {
You can’t perform that action at this time.
0 commit comments