avm99963 | 8d8409c | 2020-12-07 21:46:29 +0100 | [diff] [blame] | 1 | body { |
2 | padding-top: 16px; | ||||
3 | } | ||||
4 | |||||
avm99963 | bf8eece | 2021-04-22 00:27:03 +0200 | [diff] [blame] | 5 | main { |
6 | margin: auto; | ||||
7 | max-width: 600px; | ||||
8 | } | ||||
9 | |||||
Adrià Vilanova Martínez | 1584726 | 2021-08-28 01:46:06 +0200 | [diff] [blame] | 10 | .featured-links { |
avm99963 | 8d8409c | 2020-12-07 21:46:29 +0100 | [diff] [blame] | 11 | position: absolute; |
12 | top: 8px; | ||||
Adrià Vilanova Martínez | 1584726 | 2021-08-28 01:46:06 +0200 | [diff] [blame] | 13 | right: 8px; |
14 | display: flex; | ||||
15 | flex-direction: row; | ||||
avm99963 | 8d8409c | 2020-12-07 21:46:29 +0100 | [diff] [blame] | 16 | } |
17 | |||||
Adrià Vilanova Martínez | 1584726 | 2021-08-28 01:46:06 +0200 | [diff] [blame] | 18 | .featured-links > * { |
19 | width: 24px; | ||||
20 | margin-left: 8px; | ||||
avm99963 | 7309b06 | 2021-04-22 12:41:08 +0200 | [diff] [blame] | 21 | } |
22 | |||||
23 | .experiments-link { | ||||
24 | cursor: pointer; | ||||
avm99963 | 7309b06 | 2021-04-22 12:41:08 +0200 | [diff] [blame] | 25 | } |
26 | |||||
Adrià Vilanova Martínez | 5120dbb | 2022-01-04 03:21:17 +0100 | [diff] [blame] | 27 | .option, |
28 | #kill-switch-warning, | ||||
29 | #optional-permissions-warning { | ||||
avm99963 | cd7c88e | 2020-12-07 11:12:46 +0100 | [diff] [blame] | 30 | margin: 4px 0; |
31 | line-height: 1.8em; | ||||
32 | } | ||||
33 | |||||
Adrià Vilanova Martínez | 5120dbb | 2022-01-04 03:21:17 +0100 | [diff] [blame] | 34 | #kill-switch-warning, |
35 | .kill-switch-label, | ||||
36 | #optional-permissions-warning, | ||||
37 | .optional-permissions-warning-label { | ||||
Adrià Vilanova Martínez | 413cb44 | 2021-09-06 00:30:45 +0200 | [diff] [blame] | 38 | color: red; |
39 | } | ||||
40 | |||||
Adrià Vilanova Martínez | 5120dbb | 2022-01-04 03:21:17 +0100 | [diff] [blame] | 41 | .kill-switch-label, |
42 | .optional-permissions-warning-label { | ||||
Adrià Vilanova Martínez | c591bf7 | 2021-09-06 20:23:06 +0200 | [diff] [blame] | 43 | margin: 0 0 8px 0; |
44 | line-height: 1em; | ||||
45 | } | ||||
46 | |||||
avm99963 | 6d9c5fe | 2019-06-04 00:35:53 +0200 | [diff] [blame] | 47 | .help { |
48 | cursor: help; | ||||
49 | border-bottom: dashed 1px gray; | ||||
50 | } | ||||
avm99963 | 8e03061 | 2020-08-20 02:54:17 +0200 | [diff] [blame] | 51 | |
52 | .experimental-label { | ||||
53 | color: gray; | ||||
54 | } | ||||
55 | |||||
56 | .actions { | ||||
57 | text-align: center; | ||||
58 | } | ||||
59 | |||||
avm99963 | ad65e75 | 2020-09-01 00:13:59 +0200 | [diff] [blame] | 60 | #profileindicatoralt_months { |
61 | width: 3em; | ||||
62 | } | ||||
63 | |||||
avm99963 | 8e03061 | 2020-08-20 02:54:17 +0200 | [diff] [blame] | 64 | #save-indicator { |
65 | text-align: center; | ||||
66 | margin-bottom: 16px; | ||||
67 | color: green; | ||||
68 | } | ||||
avm99963 | 8e0c100 | 2020-12-03 16:54:20 +0100 | [diff] [blame] | 69 | |
70 | [hidden] { | ||||
71 | display: none; | ||||
72 | } |