Samuel Shuert | 016ea02 | 2021-09-01 16:17:24 -0500 | [diff] [blame^] | 1 | .background { |
2 | border-radius: 16.5px; | ||||
3 | } | ||||
4 | .titleScript { | ||||
5 | display: flex; | ||||
6 | flex-direction: row; | ||||
7 | justify-content: center; | ||||
8 | align-items: center; | ||||
9 | padding: 0px; | ||||
10 | } | ||||
11 | |||||
12 | .title { | ||||
13 | font-family: Roboto; | ||||
14 | font-style: normal; | ||||
15 | font-weight: 300; | ||||
16 | font-size: 20.625px; | ||||
17 | line-height: 24px; | ||||
18 | } | ||||
19 | |||||
20 | .buttonLayout { | ||||
21 | display: flex; | ||||
22 | flex-direction: row; | ||||
23 | justify-content: flex-end; | ||||
24 | align-items: center; | ||||
25 | padding: 0px; | ||||
26 | } | ||||
27 | |||||
28 | .button { | ||||
29 | display: flex; | ||||
30 | flex-direction: row; | ||||
31 | align-items: flex-start; | ||||
32 | padding: 6.20455px 17.7273px; | ||||
33 | border-radius: 8.86364px; | ||||
34 | flex: none; | ||||
35 | order: 1; | ||||
36 | flex-grow: 0; | ||||
37 | margin: 0px 10px; | ||||
38 | |||||
39 | } |