12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .ba-graphics-gray1 {
- fill: #eaeaea; }
- .ba-graphics-gray20 {
- fill: #c0bfc0; }
- .ba-graphics-gray40 {
- fill: #949394; }
- .ba-graphics-gray60 {
- fill: #595859; }
- .ba-graphics-gray80 {
- fill: #343334; }
- .ba-graphics-black {
- fill: black; }
- .ba-graphics-neutral-white4 {
- fill: #f3f3f3; }
- .ba-graphics-white {
- fill: white; }
- .ba-graphics-blue60 {
- fill: #1f57a4; }
- .ba-graphics-blue50 {
- fill: #2d74da; }
- .ba-graphics-blue80 {
- fill: #1d3458; }
- .ba-graphics-teal60 {
- fill: #8ee9d4; }
- .ba-graphics-teal50 {
- fill: #00baa1; }
- .ba-graphics-teal80 {
- fill: #008673; }
- .ba-graphics-blue20 {
- fill: #a8c0f3; }
- .ba-graphics-green40 {
- fill: #00aa5e; }
- .ba-graphics-gold20 {
- fill: #ffb000; }
- .ba-graphics-red50 {
- fill: #e62325; }
- .ba-graphics-highlight {
- fill: #00baa1;
- color: #00baa1; }
- use.ba-graphics-themable {
- color: #00baa1;
- fill: #00baa1; }
|