-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathdcc.css
More file actions
16 lines (16 loc) · 658 Bytes
/
dcc.css
File metadata and controls
16 lines (16 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
:root {
--Dash-Spacing: 4px;
--Dash-Stroke-Strong: rgba(0, 18, 77, 0.45);
--Dash-Stroke-Weak: rgba(0, 24, 102, 0.1);
--Dash-Fill-Interactive-Strong: #7f4bc4;
--Dash-Fill-Weak: rgba(0, 30, 128, 0.04);
--Dash-Fill-Inverse-Strong: #fff;
--Dash-Text-Primary: rgba(0, 18, 77, 0.87);
--Dash-Text-Strong: rgba(0, 9, 38, 0.9);
--Dash-Text-Disabled: rgba(0, 21, 89, 0.3);
--Dash-Fill-Primary-Hover: rgba(0, 18, 77, 0.04);
--Dash-Fill-Primary-Active: rgba(0, 18, 77, 0.08);
--Dash-Fill-Disabled: rgba(0, 24, 102, 0.1);
--Dash-Shading-Strong: rgba(22, 23, 24, 0.35);
--Dash-Shading-Weak: rgba(22, 23, 24, 0.2);
}