blob: 869bdab597588268ef09c3a8b4d7ebf50b182b2e [file] [log] [blame]
Alex Perrybb901052022-03-23 19:46:15 -07001.error {
2 color: red;
3}
4
5.text-input {
6 width: calc(100% - 20px);
7}
8
9.buttons {
10 display: flex;
11 justify-content: space-between;
12}