Alex Perry | bb90105 | 2022-03-23 19:46:15 -0700 | [diff] [blame] | 1 | .error { |
2 | color: red; | ||||
3 | } | ||||
4 | |||||
5 | .text-input { | ||||
6 | width: calc(100% - 20px); | ||||
Filip Kujawa | ba55bb3 | 2022-12-02 14:08:32 -0800 | [diff] [blame] | 7 | height: 100px; |
Alex Perry | bb90105 | 2022-03-23 19:46:15 -0700 | [diff] [blame] | 8 | } |
9 | |||||
Filip Kujawa | f947cb4 | 2022-11-21 10:00:30 -0800 | [diff] [blame] | 10 | .container-main { |
11 | padding-left: 20px; | ||||
Alex Perry | bb90105 | 2022-03-23 19:46:15 -0700 | [diff] [blame] | 12 | } |