blob: a3cd7abd93c4ab053889eed3c409bf2ed5f0bdd7 [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
Adrià Vilanova Martínez15847262021-08-28 01:46:06 +020010.featured-links {
avm999638d8409c2020-12-07 21:46:29 +010011 position: absolute;
12 top: 8px;
Adrià Vilanova Martínez15847262021-08-28 01:46:06 +020013 right: 8px;
14 display: flex;
15 flex-direction: row;
avm999638d8409c2020-12-07 21:46:29 +010016}
17
Adrià Vilanova Martínez15847262021-08-28 01:46:06 +020018.featured-links > * {
19 width: 24px;
20 margin-left: 8px;
avm999637309b062021-04-22 12:41:08 +020021}
22
23.experiments-link {
24 cursor: pointer;
avm999637309b062021-04-22 12:41:08 +020025}
26
Adrià Vilanova Martínez413cb442021-09-06 00:30:45 +020027.option, .kill-switch-text {
avm99963cd7c88e2020-12-07 11:12:46 +010028 margin: 4px 0;
29 line-height: 1.8em;
30}
31
Adrià Vilanova Martínez413cb442021-09-06 00:30:45 +020032.kill-switch-text {
33 color: red;
34}
35
avm999636d9c5fe2019-06-04 00:35:53 +020036.help {
37 cursor: help;
38 border-bottom: dashed 1px gray;
39}
avm999638e030612020-08-20 02:54:17 +020040
41.experimental-label {
42 color: gray;
43}
44
45.actions {
46 text-align: center;
47}
48
avm99963ad65e752020-09-01 00:13:59 +020049#profileindicatoralt_months {
50 width: 3em;
51}
52
avm999638e030612020-08-20 02:54:17 +020053#save-indicator {
54 text-align: center;
55 margin-bottom: 16px;
56 color: green;
57}
avm999638e0c1002020-12-03 16:54:20 +010058
59[hidden] {
60 display: none;
61}