UNPKG

458 Btext/stylusView Raw
1// Colors
2
3$color-background = #F9F9F9
4
5$color-body-text = #333333
6$color-border = #e2e2e2
7$color-border-active = #CCC
8$color-input-placeholder = #CACACA
9
10$color-button-fill = #F9F9F9
11$color-button-fill-disabled = #BEBEBE
12$color-button-hover = #FFF
13$color-button-hover-fill = #E2E2E2
14
15$color-button-group-fill = #F1F1F1
16
17$color-share-button = #A1A1A1
18
19$color-error = #c25250
20$color-warning = #c5b52b
21$color-success = #1e866c
22
23$color-toggle-toggled = #AB5787