| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .black {
- color: #000 !important;
- }
- .c1 {
- color: #111 !important;
- }
- .c2 {
- color: #222 !important;
- }
- .c3 {
- color: #333 !important;
- }
- .c4 {
- color: #444 !important;
- }
- .c5 {
- color: #555 !important;
- }
- .c6 {
- color: #666 !important;
- }
- .c7 {
- color: #777 !important;
- }
- .c8 {
- color: #888 !important;
- }
- .c9 {
- color: #999 !important;
- }
- .ca {
- color: #aaa !important;
- }
- .cb {
- color: #bbb !important;
- }
- .cc {
- color: #ccc !important;
- }
- .cd {
- color: #ddd !important;
- }
- .ce {
- color: #eee !important;
- }
- .white,.cf {
- color: #fff !important;
- }
- .red {
- color: red !important;
- }
- .primary {
- padding: 20px !important;
- font-size: 32px !important;
- border-radius: 52px !important;
- color: #fff !important;
- text-align: center !important;
- background: linear-gradient(270deg, #0089fd 0%, #43a9ff 100%) !important;
- }
|