blob: 2cb500f029253f770320946882efb70e40c0d5ac [file] [log] [blame]
Philipp Schrader80587432022-03-05 15:41:22 -08001* {
Alex Perrybb3d2062022-03-05 18:14:33 -08002 padding: 10px;
3}
4
5.center-column {
6 display: flex;
7 align-items: stretch;
8 flex-direction: column;
9 text-align: center;
10}
11
12.buttons {
13 display: flex;
14 justify-content: space-between;
Philipp Schrader80587432022-03-05 15:41:22 -080015}
16
17textarea {
18 width: 300px;
19 height: 150px;
Alex Perrybb3d2062022-03-05 18:14:33 -080020}
Philipp Schrader8b8ed672022-03-05 18:08:50 -080021
22.error_message {
23 color: red;
24}