blob: 7ebe04f33a42490653155ee1e6d4ee79f0392d6e [file] [log] [blame]
avm999638d8409c2020-12-07 21:46:29 +01001body {
2 padding-top: 16px;
3}
4
avm99963bf8eece2021-04-22 00:27:03 +02005main {
6 margin: auto;
7 max-width: 600px;
8}
9
avm999638d8409c2020-12-07 21:46:29 +010010.features-link {
11 position: absolute;
12 top: 8px;
13 right: 8px;
14 width: 24px;
15}
16
avm99963cd7c88e2020-12-07 11:12:46 +010017.option {
18 margin: 4px 0;
19 line-height: 1.8em;
20}
21
avm999636d9c5fe2019-06-04 00:35:53 +020022.help {
23 cursor: help;
24 border-bottom: dashed 1px gray;
25}
avm999638e030612020-08-20 02:54:17 +020026
27.experimental-label {
28 color: gray;
29}
30
31.actions {
32 text-align: center;
33}
34
avm99963ad65e752020-09-01 00:13:59 +020035#profileindicatoralt_months {
36 width: 3em;
37}
38
avm999638e030612020-08-20 02:54:17 +020039#save-indicator {
40 text-align: center;
41 margin-bottom: 16px;
42 color: green;
43}
avm999638e0c1002020-12-03 16:54:20 +010044
45[hidden] {
46 display: none;
47}