blob: 4ab69b307118151be80e3315bee6c3fb0cab9500 [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
avm99963cd7c88e2020-12-07 11:12:46 +010027.option {
28 margin: 4px 0;
29 line-height: 1.8em;
30}
31
avm999636d9c5fe2019-06-04 00:35:53 +020032.help {
33 cursor: help;
34 border-bottom: dashed 1px gray;
35}
avm999638e030612020-08-20 02:54:17 +020036
37.experimental-label {
38 color: gray;
39}
40
41.actions {
42 text-align: center;
43}
44
avm99963ad65e752020-09-01 00:13:59 +020045#profileindicatoralt_months {
46 width: 3em;
47}
48
avm999638e030612020-08-20 02:54:17 +020049#save-indicator {
50 text-align: center;
51 margin-bottom: 16px;
52 color: green;
53}
avm999638e0c1002020-12-03 16:54:20 +010054
55[hidden] {
56 display: none;
57}