1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 --icon-background-color-1: #0A84FF;
7 --icon-background-color-2: #008EA4;
8 --icon-background-color-3: #ED00B5;
9 --icon-background-color-4: #058B00;
10 --icon-background-color-5: #A47F00;
11 --icon-background-color-6: #FF0039;
12 --icon-background-disabled-color: #737373;
13 --body-text-disabled-color: #737373;
14 --study-status-active-color: #058B00;
15 --study-status-disabled-color: #737373;
25 button
> .button-box
{
29 .about-studies-container {
41 background: var
(--in-content-box-info-background
);
42 border: 1px solid var
(--in-content-border-color
);
47 .info-box-content > * {
51 .info-box-content > *:last-child {
56 list-style-type: none
;
63 border-bottom: 1px solid var
(--in-content-border-color
);
70 color: var
(--body-text-disabled-color
);
73 .study .study-status {
74 color: var
(--study-status-active-color
);
78 .study.disabled .study-status {
79 color: var
(--study-status-disabled-color
);
90 .study > *:last-child {
101 text-transform: capitalize
;
104 .study:nth-child(6n+0) .study-icon {
105 background: var
(--icon-background-color-1
);
108 .study:nth-child(6n+1) .study-icon {
109 background: var
(--icon-background-color-2
);
112 .study:nth-child(6n+2) .study-icon {
113 background: var
(--icon-background-color-3
);
116 .study:nth-child(6n+3) .study-icon {
117 background: var
(--icon-background-color-4
);
120 .study:nth-child(6n+4) .study-icon {
121 background: var
(--icon-background-color-5
);
124 .study:nth-child(6n+5) .study-icon {
125 background: var
(--icon-background-color-6
);
128 .study.disabled .study-icon {
129 background: var
(--icon-background-disabled-color
);
149 .study-header > *:last-child {
153 .study-description code {
154 background-color: rgb
(128, 128, 128, 0.1);
156 box-sizing: border-box
;
157 color: var
(--in-content-text-color
);
159 font-family: 'Fira Mono', 'mono', monospace
;
170 color: var
(--study-status-active-color
);
174 .opt-in-box.opt-in-error {
175 color: var
(--text-color-error
);