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