blob: 7cbc6d791a9641c17c0326a0bf36786e97326c29 [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 {
Sabina Leaverbdb7ce02022-03-06 15:51:17 -080018 width: 300px;
19 height: 150px;
Alex Perrybb3d2062022-03-05 18:14:33 -080020}
Philipp Schrader8b8ed672022-03-05 18:08:50 -080021
22.error_message {
Sabina Leaverbdb7ce02022-03-06 15:51:17 -080023 color: red;
24}
25
26button {
27 touch-action: manipulation;
Philipp Schrader8b8ed672022-03-05 18:08:50 -080028}