Advertisement
Guest User

Untitled

a guest
Aug 24th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 30.90 KB | None | 0 0
  1. /* Red
  2. ----------------------------------------------------------------------------------------------------*/
  3.  
  4. .text-red-50 {
  5.   color: #ffebee !important;
  6. }
  7.  
  8. .text-red-100 {
  9.   color: #ffcdd2 !important;
  10. }
  11.  
  12. .text-red-200 {
  13.   color: #ef9a9a !important;
  14. }
  15.  
  16. .text-red-300 {
  17.   color: #e57373 !important;
  18. }
  19.  
  20. .text-red-400 {
  21.   color: #ef5350 !important;
  22. }
  23.  
  24. .text-red-500 {
  25.   color: #f44336 !important;
  26. }
  27.  
  28. .text-red-600 {
  29.   color: #e53935 !important;
  30. }
  31.  
  32. .text-red-700 {
  33.   color: #d32f2f !important;
  34. }
  35.  
  36. .text-red-800 {
  37.   color: #c62828 !important;
  38. }
  39.  
  40. .text-red-900 {
  41.   color: #b71c1c !important;
  42. }
  43.  
  44. .text-red-a100 {
  45.   color: #ff8a80 !important;
  46. }
  47.  
  48. .text-red-a200 {
  49.   color: #ff5252 !important;
  50. }
  51.  
  52. .text-red-a400 {
  53.   color: #ff1744 !important;
  54. }
  55.  
  56. .text-red-a700 {
  57.   color: #d50000 !important;
  58. }
  59.  
  60. .fill-red-50 {
  61.   background: #ffebee !important;
  62. }
  63.  
  64. .fill-red-100 {
  65.   background: #ffcdd2 !important;
  66. }
  67.  
  68. .fill-red-200 {
  69.   background: #ef9a9a !important;
  70. }
  71.  
  72. .fill-red-300 {
  73.   background: #e57373 !important;
  74. }
  75.  
  76. .fill-red-400 {
  77.   background: #ef5350 !important;
  78. }
  79.  
  80. .fill-red-500 {
  81.   background: #f44336 !important;
  82. }
  83.  
  84. .fill-red-600 {
  85.   background: #e53935 !important;
  86. }
  87.  
  88. .fill-red-700 {
  89.   background: #d32f2f !important;
  90. }
  91.  
  92. .fill-red-800 {
  93.   background: #c62828 !important;
  94. }
  95.  
  96. .fill-red-900 {
  97.   background: #b71c1c !important;
  98. }
  99.  
  100. .fill-red-a100 {
  101.   background: #ff8a80 !important;
  102. }
  103.  
  104. .fill-red-a200 {
  105.   background: #ff5252 !important;
  106. }
  107.  
  108. .fill-red-a400 {
  109.   background: #ff1744 !important;
  110. }
  111.  
  112. .fill-red-a700 {
  113.   background: #d50000 !important;
  114. }
  115.  
  116. /* Pink
  117. ----------------------------------------------------------------------------------------------------*/
  118.  
  119. .text-pink-50 {
  120.   color: #fce4ec !important;
  121. }
  122.  
  123. .text-pink-100 {
  124.   color: #f8bbd0 !important;
  125. }
  126.  
  127. .text-pink-200 {
  128.   color: #f48fb1 !important;
  129. }
  130.  
  131. .text-pink-300 {
  132.   color: #f06292 !important;
  133. }
  134.  
  135. .text-pink-400 {
  136.   color: #ec407a !important;
  137. }
  138.  
  139. .text-pink-500 {
  140.   color: #e91e63 !important;
  141. }
  142.  
  143. .text-pink-600 {
  144.   color: #d81b60 !important;
  145. }
  146.  
  147. .text-pink-700 {
  148.   color: #c2185b !important;
  149. }
  150.  
  151. .text-pink-800 {
  152.   color: #ad1457 !important;
  153. }
  154.  
  155. .text-pink-900 {
  156.   color: #880e4f !important;
  157. }
  158.  
  159. .text-pink-a100 {
  160.   color: #ff80ab !important;
  161. }
  162.  
  163. .text-pink-a200 {
  164.   color: #ff4081 !important;
  165. }
  166.  
  167. .text-pink-a400 {
  168.   color: #f50057 !important;
  169. }
  170.  
  171. .text-pink-a700 {
  172.   color: #c51162 !important;
  173. }
  174.  
  175. .fill-pink-50 {
  176.   background: #fce4ec !important;
  177. }
  178.  
  179. .fill-pink-100 {
  180.   background: #f8bbd0 !important;
  181. }
  182.  
  183. .fill-pink-200 {
  184.   background: #f48fb1 !important;
  185. }
  186.  
  187. .fill-pink-300 {
  188.   background: #f06292 !important;
  189. }
  190.  
  191. .fill-pink-400 {
  192.   background: #ec407a !important;
  193. }
  194.  
  195. .fill-pink-500 {
  196.   background: #e91e63 !important;
  197. }
  198.  
  199. .fill-pink-600 {
  200.   background: #d81b60 !important;
  201. }
  202.  
  203. .fill-pink-700 {
  204.   background: #c2185b !important;
  205. }
  206.  
  207. .fill-pink-800 {
  208.   background: #ad1457 !important;
  209. }
  210.  
  211. .fill-pink-900 {
  212.   background: #880e4f !important;
  213. }
  214.  
  215. .fill-pink-a100 {
  216.   background: #ff80ab !important;
  217. }
  218.  
  219. .fill-pink-a200 {
  220.   background: #ff4081 !important;
  221. }
  222.  
  223. .fill-pink-a400 {
  224.   background: #f50057 !important;
  225. }
  226.  
  227. .fill-pink-a700 {
  228.   background: #c51162 !important;
  229. }
  230.  
  231. /* Purple
  232. ----------------------------------------------------------------------------------------------------*/
  233.  
  234. .text-purple-50 {
  235.   color: #f3e5f5 !important;
  236. }
  237.  
  238. .text-purple-100 {
  239.   color: #e1bee7 !important;
  240. }
  241.  
  242. .text-purple-200 {
  243.   color: #ce93d8 !important;
  244. }
  245.  
  246. .text-purple-300 {
  247.   color: #ba68c8 !important;
  248. }
  249.  
  250. .text-purple-400 {
  251.   color: #ab47bc !important;
  252. }
  253.  
  254. .text-purple-500 {
  255.   color: #9c27b0 !important;
  256. }
  257.  
  258. .text-purple-600 {
  259.   color: #8e24aa !important;
  260. }
  261.  
  262. .text-purple-700 {
  263.   color: #7b1fa2 !important;
  264. }
  265.  
  266. .text-purple-800 {
  267.   color: #6a1b9a !important;
  268. }
  269.  
  270. .text-purple-900 {
  271.   color: #4a148c !important;
  272. }
  273.  
  274. .text-purple-a100 {
  275.   color: #ea80fc !important;
  276. }
  277.  
  278. .text-purple-a200 {
  279.   color: #e040fb !important;
  280. }
  281.  
  282. .text-purple-a400 {
  283.   color: #d500f9 !important;
  284. }
  285.  
  286. .text-purple-a700 {
  287.   color: #aa00ff !important;
  288. }
  289.  
  290. .fill-purple-50 {
  291.   background: #f3e5f5 !important;
  292. }
  293.  
  294. .fill-purple-100 {
  295.   background: #e1bee7 !important;
  296. }
  297.  
  298. .fill-purple-200 {
  299.   background: #ce93d8 !important;
  300. }
  301.  
  302. .fill-purple-300 {
  303.   background: #ba68c8 !important;
  304. }
  305.  
  306. .fill-purple-400 {
  307.   background: #ab47bc !important;
  308. }
  309.  
  310. .fill-purple-500 {
  311.   background: #9c27b0 !important;
  312. }
  313.  
  314. .fill-purple-600 {
  315.   background: #8e24aa !important;
  316. }
  317.  
  318. .fill-purple-700 {
  319.   background: #7b1fa2 !important;
  320. }
  321.  
  322. .fill-purple-800 {
  323.   background: #6a1b9a !important;
  324. }
  325.  
  326. .fill-purple-900 {
  327.   background: #4a148c !important;
  328. }
  329.  
  330. .fill-purple-a100 {
  331.   background: #ea80fc !important;
  332. }
  333.  
  334. .fill-purple-a200 {
  335.   background: #e040fb !important;
  336. }
  337.  
  338. .fill-purple-a400 {
  339.   background: #d500f9 !important;
  340. }
  341.  
  342. .fill-purple-a700 {
  343.   background: #aa00ff !important;
  344. }
  345.  
  346. /* Deep Purple
  347. ----------------------------------------------------------------------------------------------------*/
  348.  
  349. .text-deep-purple-50 {
  350.   color: #ede7f6 !important;
  351. }
  352.  
  353. .text-deep-purple-100 {
  354.   color: #d1c4e9 !important;
  355. }
  356.  
  357. .text-deep-purple-200 {
  358.   color: #b39ddb !important;
  359. }
  360.  
  361. .text-deep-purple-300 {
  362.   color: #9575cd !important;
  363. }
  364.  
  365. .text-deep-purple-400 {
  366.   color: #7e57c2 !important;
  367. }
  368.  
  369. .text-deep-purple-500 {
  370.   color: #673ab7 !important;
  371. }
  372.  
  373. .text-deep-purple-600 {
  374.   color: #5e35b1 !important;
  375. }
  376.  
  377. .text-deep-purple-700 {
  378.   color: #512da8 !important;
  379. }
  380.  
  381. .text-deep-purple-800 {
  382.   color: #4527a0 !important;
  383. }
  384.  
  385. .text-deep-purple-900 {
  386.   color: #311b92 !important;
  387. }
  388.  
  389. .text-deep-purple-a100 {
  390.   color: #b388ff !important;
  391. }
  392.  
  393. .text-deep-purple-a200 {
  394.   color: #7c4dff !important;
  395. }
  396.  
  397. .text-deep-purple-a400 {
  398.   color: #651fff !important;
  399. }
  400.  
  401. .text-deep-purple-a700 {
  402.   color: #6200ea !important;
  403. }
  404.  
  405. .fill-deep-purple-50 {
  406.   background: #ede7f6 !important;
  407. }
  408.  
  409. .fill-deep-purple-100 {
  410.   background: #d1c4e9 !important;
  411. }
  412.  
  413. .fill-deep-purple-200 {
  414.   background: #b39ddb !important;
  415. }
  416.  
  417. .fill-deep-purple-300 {
  418.   background: #9575cd !important;
  419. }
  420.  
  421. .fill-deep-purple-400 {
  422.   background: #7e57c2 !important;
  423. }
  424.  
  425. .fill-deep-purple-500 {
  426.   background: #673ab7 !important;
  427. }
  428.  
  429. .fill-deep-purple-600 {
  430.   background: #5e35b1 !important;
  431. }
  432.  
  433. .fill-deep-purple-700 {
  434.   background: #512da8 !important;
  435. }
  436.  
  437. .fill-deep-purple-800 {
  438.   background: #4527a0 !important;
  439. }
  440.  
  441. .fill-deep-purple-900 {
  442.   background: #311b92 !important;
  443. }
  444.  
  445. .fill-deep-purple-a100 {
  446.   background: #b388ff !important;
  447. }
  448.  
  449. .fill-deep-purple-a200 {
  450.   background: #7c4dff !important;
  451. }
  452.  
  453. .fill-deep-purple-a400 {
  454.   background: #651fff !important;
  455. }
  456.  
  457. .fill-deep-purple-a700 {
  458.   background: #6200ea !important;
  459. }
  460.  
  461. /* Indigo
  462. ----------------------------------------------------------------------------------------------------*/
  463.  
  464. .text-indigo-50 {
  465.   color: #e8eaf6 !important;
  466. }
  467.  
  468. .text-indigo-100 {
  469.   color: #c5cae9 !important;
  470. }
  471.  
  472. .text-indigo-200 {
  473.   color: #9fa8da !important;
  474. }
  475.  
  476. .text-indigo-300 {
  477.   color: #7986cb !important;
  478. }
  479.  
  480. .text-indigo-400 {
  481.   color: #5c6bc0 !important;
  482. }
  483.  
  484. .text-indigo-500 {
  485.   color: #3f51b5 !important;
  486. }
  487.  
  488. .text-indigo-600 {
  489.   color: #3949ab !important;
  490. }
  491.  
  492. .text-indigo-700 {
  493.   color: #303f9f !important;
  494. }
  495.  
  496. .text-indigo-800 {
  497.   color: #283593 !important;
  498. }
  499.  
  500. .text-indigo-900 {
  501.   color: #1a237e !important;
  502. }
  503.  
  504. .text-indigo-a100 {
  505.   color: #8c9eff !important;
  506. }
  507.  
  508. .text-indigo-a200 {
  509.   color: #536dfe !important;
  510. }
  511.  
  512. .text-indigo-a400 {
  513.   color: #3d5afe !important;
  514. }
  515.  
  516. .text-indigo-a700 {
  517.   color: #304ffe !important;
  518. }
  519.  
  520. .fill-indigo-50 {
  521.   background: #e8eaf6 !important;
  522. }
  523.  
  524. .fill-indigo-100 {
  525.   background: #c5cae9 !important;
  526. }
  527.  
  528. .fill-indigo-200 {
  529.   background: #9fa8da !important;
  530. }
  531.  
  532. .fill-indigo-300 {
  533.   background: #7986cb !important;
  534. }
  535.  
  536. .fill-indigo-400 {
  537.   background: #5c6bc0 !important;
  538. }
  539.  
  540. .fill-indigo-500 {
  541.   background: #3f51b5 !important;
  542. }
  543.  
  544. .fill-indigo-600 {
  545.   background: #3949ab !important;
  546. }
  547.  
  548. .fill-indigo-700 {
  549.   background: #303f9f !important;
  550. }
  551.  
  552. .fill-indigo-800 {
  553.   background: #283593 !important;
  554. }
  555.  
  556. .fill-indigo-900 {
  557.   background: #1a237e !important;
  558. }
  559.  
  560. .fill-indigo-a100 {
  561.   background: #8c9eff !important;
  562. }
  563.  
  564. .fill-indigo-a200 {
  565.   background: #536dfe !important;
  566. }
  567.  
  568. .fill-indigo-a400 {
  569.   background: #3d5afe !important;
  570. }
  571.  
  572. .fill-indigo-a700 {
  573.   background: #304ffe !important;
  574. }
  575.  
  576. /* Blue
  577. ----------------------------------------------------------------------------------------------------*/
  578.  
  579. .text-blue-50 {
  580.   color: #e3f2fd !important;
  581. }
  582.  
  583. .text-blue-100 {
  584.   color: #bbdefb !important;
  585. }
  586.  
  587. .text-blue-200 {
  588.   color: #90caf9 !important;
  589. }
  590.  
  591. .text-blue-300 {
  592.   color: #64b5f6 !important;
  593. }
  594.  
  595. .text-blue-400 {
  596.   color: #42a5f5 !important;
  597. }
  598.  
  599. .text-blue-500 {
  600.   color: #2196f3 !important;
  601. }
  602.  
  603. .text-blue-600 {
  604.   color: #1e88e5 !important;
  605. }
  606.  
  607. .text-blue-700 {
  608.   color: #1976d2 !important;
  609. }
  610.  
  611. .text-blue-800 {
  612.   color: #1565c0 !important;
  613. }
  614.  
  615. .text-blue-900 {
  616.   color: #0d47a1 !important;
  617. }
  618.  
  619. .text-blue-a100 {
  620.   color: #82b1ff !important;
  621. }
  622.  
  623. .text-blue-a200 {
  624.   color: #448aff !important;
  625. }
  626.  
  627. .text-blue-a400 {
  628.   color: #2979ff !important;
  629. }
  630.  
  631. .text-blue-a700 {
  632.   color: #2962ff !important;
  633. }
  634.  
  635. .fill-blue-50 {
  636.   background: #e3f2fd !important;
  637. }
  638.  
  639. .fill-blue-100 {
  640.   background: #bbdefb !important;
  641. }
  642.  
  643. .fill-blue-200 {
  644.   background: #90caf9 !important;
  645. }
  646.  
  647. .fill-blue-300 {
  648.   background: #64b5f6 !important;
  649. }
  650.  
  651. .fill-blue-400 {
  652.   background: #42a5f5 !important;
  653. }
  654.  
  655. .fill-blue-500 {
  656.   background: #2196f3 !important;
  657. }
  658.  
  659. .fill-blue-600 {
  660.   background: #1e88e5 !important;
  661. }
  662.  
  663. .fill-blue-700 {
  664.   background: #1976d2 !important;
  665. }
  666.  
  667. .fill-blue-800 {
  668.   background: #1565c0 !important;
  669. }
  670.  
  671. .fill-blue-900 {
  672.   background: #0d47a1 !important;
  673. }
  674.  
  675. .fill-blue-a100 {
  676.   background: #82b1ff !important;
  677. }
  678.  
  679. .fill-blue-a200 {
  680.   background: #448aff !important;
  681. }
  682.  
  683. .fill-blue-a400 {
  684.   background: #2979ff !important;
  685. }
  686.  
  687. .fill-blue-a700 {
  688.   background: #2962ff !important;
  689. }
  690.  
  691. /* Light Blue
  692. ----------------------------------------------------------------------------------------------------*/
  693.  
  694. .text-light-blue-50 {
  695.   color: #e1f5fe !important;
  696. }
  697.  
  698. .text-light-blue-100 {
  699.   color: #b3e5fc !important;
  700. }
  701.  
  702. .text-light-blue-200 {
  703.   color: #81d4fa !important;
  704. }
  705.  
  706. .text-light-blue-300 {
  707.   color: #4fc3f7 !important;
  708. }
  709.  
  710. .text-light-blue-400 {
  711.   color: #29b6f6 !important;
  712. }
  713.  
  714. .text-light-blue-500 {
  715.   color: #03a9f4 !important;
  716. }
  717.  
  718. .text-light-blue-600 {
  719.   color: #039be5 !important;
  720. }
  721.  
  722. .text-light-blue-700 {
  723.   color: #0288d1 !important;
  724. }
  725.  
  726. .text-light-blue-800 {
  727.   color: #0277bd !important;
  728. }
  729.  
  730. .text-light-blue-900 {
  731.   color: #01579b !important;
  732. }
  733.  
  734. .text-light-blue-a100 {
  735.   color: #80d8ff !important;
  736. }
  737.  
  738. .text-light-blue-a200 {
  739.   color: #40c4ff !important;
  740. }
  741.  
  742. .text-light-blue-a400 {
  743.   color: #00b0ff !important;
  744. }
  745.  
  746. .text-light-blue-a700 {
  747.   color: #0091ea !important;
  748. }
  749.  
  750. .fill-light-blue-50 {
  751.   background: #e1f5fe !important;
  752. }
  753.  
  754. .fill-light-blue-100 {
  755.   background: #b3e5fc !important;
  756. }
  757.  
  758. .fill-light-blue-200 {
  759.   background: #81d4fa !important;
  760. }
  761.  
  762. .fill-light-blue-300 {
  763.   background: #4fc3f7 !important;
  764. }
  765.  
  766. .fill-light-blue-400 {
  767.   background: #29b6f6 !important;
  768. }
  769.  
  770. .fill-light-blue-500 {
  771.   background: #03a9f4 !important;
  772. }
  773.  
  774. .fill-light-blue-600 {
  775.   background: #039be5 !important;
  776. }
  777.  
  778. .fill-light-blue-700 {
  779.   background: #0288d1 !important;
  780. }
  781.  
  782. .fill-light-blue-800 {
  783.   background: #0277bd !important;
  784. }
  785.  
  786. .fill-light-blue-900 {
  787.   background: #01579b !important;
  788. }
  789.  
  790. .fill-light-blue-a100 {
  791.   background: #80d8ff !important;
  792. }
  793.  
  794. .fill-light-blue-a200 {
  795.   background: #40c4ff !important;
  796. }
  797.  
  798. .fill-light-blue-a400 {
  799.   background: #00b0ff !important;
  800. }
  801.  
  802. .fill-light-blue-a700 {
  803.   background: #0091ea !important;
  804. }
  805.  
  806. /* Cyan
  807. ----------------------------------------------------------------------------------------------------*/
  808.  
  809. .text-cyan-50 {
  810.   color: #e0f7fa !important;
  811. }
  812.  
  813. .text-cyan-100 {
  814.   color: #b2ebf2 !important;
  815. }
  816.  
  817. .text-cyan-200 {
  818.   color: #80deea !important;
  819. }
  820.  
  821. .text-cyan-300 {
  822.   color: #4dd0e1 !important;
  823. }
  824.  
  825. .text-cyan-400 {
  826.   color: #26c6da !important;
  827. }
  828.  
  829. .text-cyan-500 {
  830.   color: #00bcd4 !important;
  831. }
  832.  
  833. .text-cyan-600 {
  834.   color: #00acc1 !important;
  835. }
  836.  
  837. .text-cyan-700 {
  838.   color: #0097a7 !important;
  839. }
  840.  
  841. .text-cyan-800 {
  842.   color: #00838f !important;
  843. }
  844.  
  845. .text-cyan-900 {
  846.   color: #006064 !important;
  847. }
  848.  
  849. .text-cyan-a100 {
  850.   color: #84ffff !important;
  851. }
  852.  
  853. .text-cyan-a200 {
  854.   color: #18ffff !important;
  855. }
  856.  
  857. .text-cyan-a400 {
  858.   color: #00e5ff !important;
  859. }
  860.  
  861. .text-cyan-a700 {
  862.   color: #00b8d4 !important;
  863. }
  864.  
  865. .fill-cyan-50 {
  866.   background: #e0f7fa !important;
  867. }
  868.  
  869. .fill-cyan-100 {
  870.   background: #b2ebf2 !important;
  871. }
  872.  
  873. .fill-cyan-200 {
  874.   background: #80deea !important;
  875. }
  876.  
  877. .fill-cyan-300 {
  878.   background: #4dd0e1 !important;
  879. }
  880.  
  881. .fill-cyan-400 {
  882.   background: #26c6da !important;
  883. }
  884.  
  885. .fill-cyan-500 {
  886.   background: #00bcd4 !important;
  887. }
  888.  
  889. .fill-cyan-600 {
  890.   background: #00acc1 !important;
  891. }
  892.  
  893. .fill-cyan-700 {
  894.   background: #0097a7 !important;
  895. }
  896.  
  897. .fill-cyan-800 {
  898.   background: #00838f !important;
  899. }
  900.  
  901. .fill-cyan-900 {
  902.   background: #006064 !important;
  903. }
  904.  
  905. .fill-cyan-a100 {
  906.   background: #84ffff !important;
  907. }
  908.  
  909. .fill-cyan-a200 {
  910.   background: #18ffff !important;
  911. }
  912.  
  913. .fill-cyan-a400 {
  914.   background: #00e5ff !important;
  915. }
  916.  
  917. .fill-cyan-a700 {
  918.   background: #00b8d4 !important;
  919. }
  920.  
  921. /* Teal
  922. ----------------------------------------------------------------------------------------------------*/
  923.  
  924. .text-teal-50 {
  925.   color: #e0f2f1 !important;
  926. }
  927.  
  928. .text-teal-100 {
  929.   color: #b2dfdb !important;
  930. }
  931.  
  932. .text-teal-200 {
  933.   color: #80cbc4 !important;
  934. }
  935.  
  936. .text-teal-300 {
  937.   color: #4db6ac !important;
  938. }
  939.  
  940. .text-teal-400 {
  941.   color: #26a69a !important;
  942. }
  943.  
  944. .text-teal-500 {
  945.   color: #009688 !important;
  946. }
  947.  
  948. .text-teal-600 {
  949.   color: #00897b !important;
  950. }
  951.  
  952. .text-teal-700 {
  953.   color: #00796b !important;
  954. }
  955.  
  956. .text-teal-800 {
  957.   color: #00695c !important;
  958. }
  959.  
  960. .text-teal-900 {
  961.   color: #004d40 !important;
  962. }
  963.  
  964. .text-teal-a100 {
  965.   color: #a7ffeb !important;
  966. }
  967.  
  968. .text-teal-a200 {
  969.   color: #64ffda !important;
  970. }
  971.  
  972. .text-teal-a400 {
  973.   color: #1de9b6 !important;
  974. }
  975.  
  976. .text-teal-a700 {
  977.   color: #00bfa5 !important;
  978. }
  979.  
  980. .fill-teal-50 {
  981.   background: #e0f2f1 !important;
  982. }
  983.  
  984. .fill-teal-100 {
  985.   background: #b2dfdb !important;
  986. }
  987.  
  988. .fill-teal-200 {
  989.   background: #80cbc4 !important;
  990. }
  991.  
  992. .fill-teal-300 {
  993.   background: #4db6ac !important;
  994. }
  995.  
  996. .fill-teal-400 {
  997.   background: #26a69a !important;
  998. }
  999.  
  1000. .fill-teal-500 {
  1001.   background: #009688 !important;
  1002. }
  1003.  
  1004. .fill-teal-600 {
  1005.   background: #00897b !important;
  1006. }
  1007.  
  1008. .fill-teal-700 {
  1009.   background: #00796b !important;
  1010. }
  1011.  
  1012. .fill-teal-800 {
  1013.   background: #00695c !important;
  1014. }
  1015.  
  1016. .fill-teal-900 {
  1017.   background: #004d40 !important;
  1018. }
  1019.  
  1020. .fill-teal-a100 {
  1021.   background: #a7ffeb !important;
  1022. }
  1023.  
  1024. .fill-teal-a200 {
  1025.   background: #64ffda !important;
  1026. }
  1027.  
  1028. .fill-teal-a400 {
  1029.   background: #1de9b6 !important;
  1030. }
  1031.  
  1032. .fill-teal-a700 {
  1033.   background: #00bfa5 !important;
  1034. }
  1035.  
  1036. /* Green
  1037. ----------------------------------------------------------------------------------------------------*/
  1038.  
  1039. .text-green-50 {
  1040.   color: #e8f5e9 !important;
  1041. }
  1042.  
  1043. .text-green-100 {
  1044.   color: #c8e6c9 !important;
  1045. }
  1046.  
  1047. .text-green-200 {
  1048.   color: #a5d6a7 !important;
  1049. }
  1050.  
  1051. .text-green-300 {
  1052.   color: #81c784 !important;
  1053. }
  1054.  
  1055. .text-green-400 {
  1056.   color: #66bb6a !important;
  1057. }
  1058.  
  1059. .text-green-500 {
  1060.   color: #4caf50 !important;
  1061. }
  1062.  
  1063. .text-green-600 {
  1064.   color: #43a047 !important;
  1065. }
  1066.  
  1067. .text-green-700 {
  1068.   color: #388e3c !important;
  1069. }
  1070.  
  1071. .text-green-800 {
  1072.   color: #2e7d32 !important;
  1073. }
  1074.  
  1075. .text-green-900 {
  1076.   color: #1b5e20 !important;
  1077. }
  1078.  
  1079. .text-green-a100 {
  1080.   color: #b9f6ca !important;
  1081. }
  1082.  
  1083. .text-green-a200 {
  1084.   color: #69f0ae !important;
  1085. }
  1086.  
  1087. .text-green-a400 {
  1088.   color: #00e676 !important;
  1089. }
  1090.  
  1091. .text-green-a700 {
  1092.   color: #00c853 !important;
  1093. }
  1094.  
  1095. .fill-green-50 {
  1096.   background: #e8f5e9 !important;
  1097. }
  1098.  
  1099. .fill-green-100 {
  1100.   background: #c8e6c9 !important;
  1101. }
  1102.  
  1103. .fill-green-200 {
  1104.   background: #a5d6a7 !important;
  1105. }
  1106.  
  1107. .fill-green-300 {
  1108.   background: #81c784 !important;
  1109. }
  1110.  
  1111. .fill-green-400 {
  1112.   background: #66bb6a !important;
  1113. }
  1114.  
  1115. .fill-green-500 {
  1116.   background: #4caf50 !important;
  1117. }
  1118.  
  1119. .fill-green-600 {
  1120.   background: #43a047 !important;
  1121. }
  1122.  
  1123. .fill-green-700 {
  1124.   background: #388e3c !important;
  1125. }
  1126.  
  1127. .fill-green-800 {
  1128.   background: #2e7d32 !important;
  1129. }
  1130.  
  1131. .fill-green-900 {
  1132.   background: #1b5e20 !important;
  1133. }
  1134.  
  1135. .fill-green-a100 {
  1136.   background: #b9f6ca !important;
  1137. }
  1138.  
  1139. .fill-green-a200 {
  1140.   background: #69f0ae !important;
  1141. }
  1142.  
  1143. .fill-green-a400 {
  1144.   background: #00e676 !important;
  1145. }
  1146.  
  1147. .fill-green-a700 {
  1148.   background: #00c853 !important;
  1149. }
  1150.  
  1151. /* Light Green
  1152. ----------------------------------------------------------------------------------------------------*/
  1153.  
  1154. .text-light-green-50 {
  1155.   color: #f1f8e9 !important;
  1156. }
  1157.  
  1158. .text-light-green-100 {
  1159.   color: #dcedc8 !important;
  1160. }
  1161.  
  1162. .text-light-green-200 {
  1163.   color: #c5e1a5 !important;
  1164. }
  1165.  
  1166. .text-light-green-300 {
  1167.   color: #aed581 !important;
  1168. }
  1169.  
  1170. .text-light-green-400 {
  1171.   color: #9ccc65 !important;
  1172. }
  1173.  
  1174. .text-light-green-500 {
  1175.   color: #8bc34a !important;
  1176. }
  1177.  
  1178. .text-light-green-600 {
  1179.   color: #7cb342 !important;
  1180. }
  1181.  
  1182. .text-light-green-700 {
  1183.   color: #689f38 !important;
  1184. }
  1185.  
  1186. .text-light-green-800 {
  1187.   color: #558b2f !important;
  1188. }
  1189.  
  1190. .text-light-green-900 {
  1191.   color: #33691e !important;
  1192. }
  1193.  
  1194. .text-light-green-a100 {
  1195.   color: #ccff90 !important;
  1196. }
  1197.  
  1198. .text-light-green-a200 {
  1199.   color: #b2ff59 !important;
  1200. }
  1201.  
  1202. .text-light-green-a400 {
  1203.   color: #76ff03 !important;
  1204. }
  1205.  
  1206. .text-light-green-a700 {
  1207.   color: #64dd17 !important;
  1208. }
  1209.  
  1210. .fill-light-green-50 {
  1211.   background: #f1f8e9 !important;
  1212. }
  1213.  
  1214. .fill-light-green-100 {
  1215.   background: #dcedc8 !important;
  1216. }
  1217.  
  1218. .fill-light-green-200 {
  1219.   background: #c5e1a5 !important;
  1220. }
  1221.  
  1222. .fill-light-green-300 {
  1223.   background: #aed581 !important;
  1224. }
  1225.  
  1226. .fill-light-green-400 {
  1227.   background: #9ccc65 !important;
  1228. }
  1229.  
  1230. .fill-light-green-500 {
  1231.   background: #8bc34a !important;
  1232. }
  1233.  
  1234. .fill-light-green-600 {
  1235.   background: #7cb342 !important;
  1236. }
  1237.  
  1238. .fill-light-green-700 {
  1239.   background: #689f38 !important;
  1240. }
  1241.  
  1242. .fill-light-green-800 {
  1243.   background: #558b2f !important;
  1244. }
  1245.  
  1246. .fill-light-green-900 {
  1247.   background: #33691e !important;
  1248. }
  1249.  
  1250. .fill-light-green-a100 {
  1251.   background: #ccff90 !important;
  1252. }
  1253.  
  1254. .fill-light-green-a200 {
  1255.   background: #b2ff59 !important;
  1256. }
  1257.  
  1258. .fill-light-green-a400 {
  1259.   background: #76ff03 !important;
  1260. }
  1261.  
  1262. .fill-light-green-a700 {
  1263.   background: #64dd17 !important;
  1264. }
  1265.  
  1266. /* Lime
  1267. ----------------------------------------------------------------------------------------------------*/
  1268.  
  1269. .text-lime-50 {
  1270.   color: #f9fbe7 !important;
  1271. }
  1272.  
  1273. .text-lime-100 {
  1274.   color: #f0f4c3 !important;
  1275. }
  1276.  
  1277. .text-lime-200 {
  1278.   color: #e6ee9c !important;
  1279. }
  1280.  
  1281. .text-lime-300 {
  1282.   color: #dce775 !important;
  1283. }
  1284.  
  1285. .text-lime-400 {
  1286.   color: #d4e157 !important;
  1287. }
  1288.  
  1289. .text-lime-500 {
  1290.   color: #cddc39 !important;
  1291. }
  1292.  
  1293. .text-lime-600 {
  1294.   color: #c0ca33 !important;
  1295. }
  1296.  
  1297. .text-lime-700 {
  1298.   color: #afb42b !important;
  1299. }
  1300.  
  1301. .text-lime-800 {
  1302.   color: #9e9d24 !important;
  1303. }
  1304.  
  1305. .text-lime-900 {
  1306.   color: #827717 !important;
  1307. }
  1308.  
  1309. .text-lime-a100 {
  1310.   color: #f4ff81 !important;
  1311. }
  1312.  
  1313. .text-lime-a200 {
  1314.   color: #eeff41 !important;
  1315. }
  1316.  
  1317. .text-lime-a400 {
  1318.   color: #c6ff00 !important;
  1319. }
  1320.  
  1321. .text-lime-a700 {
  1322.   color: #aeea00 !important;
  1323. }
  1324.  
  1325. .fill-lime-50 {
  1326.   background: #f9fbe7 !important;
  1327. }
  1328.  
  1329. .fill-lime-100 {
  1330.   background: #f0f4c3 !important;
  1331. }
  1332.  
  1333. .fill-lime-200 {
  1334.   background: #e6ee9c !important;
  1335. }
  1336.  
  1337. .fill-lime-300 {
  1338.   background: #dce775 !important;
  1339. }
  1340.  
  1341. .fill-lime-400 {
  1342.   background: #d4e157 !important;
  1343. }
  1344.  
  1345. .fill-lime-500 {
  1346.   background: #cddc39 !important;
  1347. }
  1348.  
  1349. .fill-lime-600 {
  1350.   background: #c0ca33 !important;
  1351. }
  1352.  
  1353. .fill-lime-700 {
  1354.   background: #afb42b !important;
  1355. }
  1356.  
  1357. .fill-lime-800 {
  1358.   background: #9e9d24 !important;
  1359. }
  1360.  
  1361. .fill-lime-900 {
  1362.   background: #827717 !important;
  1363. }
  1364.  
  1365. .fill-lime-a100 {
  1366.   background: #f4ff81 !important;
  1367. }
  1368.  
  1369. .fill-lime-a200 {
  1370.   background: #eeff41 !important;
  1371. }
  1372.  
  1373. .fill-lime-a400 {
  1374.   background: #c6ff00 !important;
  1375. }
  1376.  
  1377. .fill-lime-a700 {
  1378.   background: #aeea00 !important;
  1379. }
  1380.  
  1381. /* Yellow
  1382. ----------------------------------------------------------------------------------------------------*/
  1383.  
  1384. .text-yellow-50 {
  1385.   color: #fffde7 !important;
  1386. }
  1387.  
  1388. .text-yellow-100 {
  1389.   color: #fff9c4 !important;
  1390. }
  1391.  
  1392. .text-yellow-200 {
  1393.   color: #fff59d !important;
  1394. }
  1395.  
  1396. .text-yellow-300 {
  1397.   color: #fff176 !important;
  1398. }
  1399.  
  1400. .text-yellow-400 {
  1401.   color: #ffee58 !important;
  1402. }
  1403.  
  1404. .text-yellow-500 {
  1405.   color: #ffeb3b !important;
  1406. }
  1407.  
  1408. .text-yellow-600 {
  1409.   color: #fdd835 !important;
  1410. }
  1411.  
  1412. .text-yellow-700 {
  1413.   color: #fbc02d !important;
  1414. }
  1415.  
  1416. .text-yellow-800 {
  1417.   color: #f9a825 !important;
  1418. }
  1419.  
  1420. .text-yellow-900 {
  1421.   color: #f57f17 !important;
  1422. }
  1423.  
  1424. .text-yellow-a100 {
  1425.   color: #ffff8d !important;
  1426. }
  1427.  
  1428. .text-yellow-a200 {
  1429.   color: #ffff00 !important;
  1430. }
  1431.  
  1432. .text-yellow-a400 {
  1433.   color: #ffea00 !important;
  1434. }
  1435.  
  1436. .text-yellow-a700 {
  1437.   color: #ffd600 !important;
  1438. }
  1439.  
  1440. .fill-yellow-50 {
  1441.   background: #fffde7 !important;
  1442. }
  1443.  
  1444. .fill-yellow-100 {
  1445.   background: #fff9c4 !important;
  1446. }
  1447.  
  1448. .fill-yellow-200 {
  1449.   background: #fff59d !important;
  1450. }
  1451.  
  1452. .fill-yellow-300 {
  1453.   background: #fff176 !important;
  1454. }
  1455.  
  1456. .fill-yellow-400 {
  1457.   background: #ffee58 !important;
  1458. }
  1459.  
  1460. .fill-yellow-500 {
  1461.   background: #ffeb3b !important;
  1462. }
  1463.  
  1464. .fill-yellow-600 {
  1465.   background: #fdd835 !important;
  1466. }
  1467.  
  1468. .fill-yellow-700 {
  1469.   background: #fbc02d !important;
  1470. }
  1471.  
  1472. .fill-yellow-800 {
  1473.   background: #f9a825 !important;
  1474. }
  1475.  
  1476. .fill-yellow-900 {
  1477.   background: #f57f17 !important;
  1478. }
  1479.  
  1480. .fill-yellow-a100 {
  1481.   background: #ffff8d !important;
  1482. }
  1483.  
  1484. .fill-yellow-a200 {
  1485.   background: #ffff00 !important;
  1486. }
  1487.  
  1488. .fill-yellow-a400 {
  1489.   background: #ffea00 !important;
  1490. }
  1491.  
  1492. .fill-yellow-a700 {
  1493.   background: #ffd600 !important;
  1494. }
  1495.  
  1496. /* Amber
  1497. ----------------------------------------------------------------------------------------------------*/
  1498.  
  1499. .text-amber-50 {
  1500.   color: #fff8e1 !important;
  1501. }
  1502.  
  1503. .text-amber-100 {
  1504.   color: #ffecb3 !important;
  1505. }
  1506.  
  1507. .text-amber-200 {
  1508.   color: #ffe082 !important;
  1509. }
  1510.  
  1511. .text-amber-300 {
  1512.   color: #ffd54f !important;
  1513. }
  1514.  
  1515. .text-amber-400 {
  1516.   color: #ffca28 !important;
  1517. }
  1518.  
  1519. .text-amber-500 {
  1520.   color: #ffc107 !important;
  1521. }
  1522.  
  1523. .text-amber-600 {
  1524.   color: #ffb300 !important;
  1525. }
  1526.  
  1527. .text-amber-700 {
  1528.   color: #ffa000 !important;
  1529. }
  1530.  
  1531. .text-amber-800 {
  1532.   color: #ff8f00 !important;
  1533. }
  1534.  
  1535. .text-amber-900 {
  1536.   color: #ff6f00 !important;
  1537. }
  1538.  
  1539. .text-amber-a100 {
  1540.   color: #ffe57f !important;
  1541. }
  1542.  
  1543. .text-amber-a200 {
  1544.   color: #ffd740 !important;
  1545. }
  1546.  
  1547. .text-amber-a400 {
  1548.   color: #ffc400 !important;
  1549. }
  1550.  
  1551. .text-amber-a700 {
  1552.   color: #ffab00 !important;
  1553. }
  1554.  
  1555. .fill-amber-50 {
  1556.   background: #fff8e1 !important;
  1557. }
  1558.  
  1559. .fill-amber-100 {
  1560.   background: #ffecb3 !important;
  1561. }
  1562.  
  1563. .fill-amber-200 {
  1564.   background: #ffe082 !important;
  1565. }
  1566.  
  1567. .fill-amber-300 {
  1568.   background: #ffd54f !important;
  1569. }
  1570.  
  1571. .fill-amber-400 {
  1572.   background: #ffca28 !important;
  1573. }
  1574.  
  1575. .fill-amber-500 {
  1576.   background: #ffc107 !important;
  1577. }
  1578.  
  1579. .fill-amber-600 {
  1580.   background: #ffb300 !important;
  1581. }
  1582.  
  1583. .fill-amber-700 {
  1584.   background: #ffa000 !important;
  1585. }
  1586.  
  1587. .fill-amber-800 {
  1588.   background: #ff8f00 !important;
  1589. }
  1590.  
  1591. .fill-amber-900 {
  1592.   background: #ff6f00 !important;
  1593. }
  1594.  
  1595. .fill-amber-a100 {
  1596.   background: #ffe57f !important;
  1597. }
  1598.  
  1599. .fill-amber-a200 {
  1600.   background: #ffd740 !important;
  1601. }
  1602.  
  1603. .fill-amber-a400 {
  1604.   background: #ffc400 !important;
  1605. }
  1606.  
  1607. .fill-amber-a700 {
  1608.   background: #ffab00 !important;
  1609. }
  1610.  
  1611. /* Orange
  1612. ----------------------------------------------------------------------------------------------------*/
  1613.  
  1614. .text-orange-50 {
  1615.   color: #fff3e0 !important;
  1616. }
  1617.  
  1618. .text-orange-100 {
  1619.   color: #ffe0b2 !important;
  1620. }
  1621.  
  1622. .text-orange-200 {
  1623.   color: #ffcc80 !important;
  1624. }
  1625.  
  1626. .text-orange-300 {
  1627.   color: #ffb74d !important;
  1628. }
  1629.  
  1630. .text-orange-400 {
  1631.   color: #ffa726 !important;
  1632. }
  1633.  
  1634. .text-orange-500 {
  1635.   color: #ff9800 !important;
  1636. }
  1637.  
  1638. .text-orange-600 {
  1639.   color: #fb8c00 !important;
  1640. }
  1641.  
  1642. .text-orange-700 {
  1643.   color: #f57c00 !important;
  1644. }
  1645.  
  1646. .text-orange-800 {
  1647.   color: #ef6c00 !important;
  1648. }
  1649.  
  1650. .text-orange-900 {
  1651.   color: #e65100 !important;
  1652. }
  1653.  
  1654. .text-orange-a100 {
  1655.   color: #ffd180 !important;
  1656. }
  1657.  
  1658. .text-orange-a200 {
  1659.   color: #ffab40 !important;
  1660. }
  1661.  
  1662. .text-orange-a400 {
  1663.   color: #ff9100 !important;
  1664. }
  1665.  
  1666. .text-orange-a700 {
  1667.   color: #ff6d00 !important;
  1668. }
  1669.  
  1670. .fill-orange-50 {
  1671.   background: #fff3e0 !important;
  1672. }
  1673.  
  1674. .fill-orange-100 {
  1675.   background: #ffe0b2 !important;
  1676. }
  1677.  
  1678. .fill-orange-200 {
  1679.   background: #ffcc80 !important;
  1680. }
  1681.  
  1682. .fill-orange-300 {
  1683.   background: #ffb74d !important;
  1684. }
  1685.  
  1686. .fill-orange-400 {
  1687.   background: #ffa726 !important;
  1688. }
  1689.  
  1690. .fill-orange-500 {
  1691.   background: #ff9800 !important;
  1692. }
  1693.  
  1694. .fill-orange-600 {
  1695.   background: #fb8c00 !important;
  1696. }
  1697.  
  1698. .fill-orange-700 {
  1699.   background: #f57c00 !important;
  1700. }
  1701.  
  1702. .fill-orange-800 {
  1703.   background: #ef6c00 !important;
  1704. }
  1705.  
  1706. .fill-orange-900 {
  1707.   background: #e65100 !important;
  1708. }
  1709.  
  1710. .fill-orange-a100 {
  1711.   background: #ffd180 !important;
  1712. }
  1713.  
  1714. .fill-orange-a200 {
  1715.   background: #ffab40 !important;
  1716. }
  1717.  
  1718. .fill-orange-a400 {
  1719.   background: #ff9100 !important;
  1720. }
  1721.  
  1722. .fill-orange-a700 {
  1723.   background: #ff6d00 !important;
  1724. }
  1725.  
  1726. /* Deep Orange
  1727. ----------------------------------------------------------------------------------------------------*/
  1728.  
  1729. .text-deep-orange-50 {
  1730.   color: #fbe9e7 !important;
  1731. }
  1732.  
  1733. .text-deep-orange-100 {
  1734.   color: #ffccbc !important;
  1735. }
  1736.  
  1737. .text-deep-orange-200 {
  1738.   color: #ffab91 !important;
  1739. }
  1740.  
  1741. .text-deep-orange-300 {
  1742.   color: #ff8a65 !important;
  1743. }
  1744.  
  1745. .text-deep-orange-400 {
  1746.   color: #ff7043 !important;
  1747. }
  1748.  
  1749. .text-deep-orange-500 {
  1750.   color: #ff5722 !important;
  1751. }
  1752.  
  1753. .text-deep-orange-600 {
  1754.   color: #f4511e !important;
  1755. }
  1756.  
  1757. .text-deep-orange-700 {
  1758.   color: #e64a19 !important;
  1759. }
  1760.  
  1761. .text-deep-orange-800 {
  1762.   color: #d84315 !important;
  1763. }
  1764.  
  1765. .text-deep-orange-900 {
  1766.   color: #bf360c !important;
  1767. }
  1768.  
  1769. .text-deep-orange-a100 {
  1770.   color: #ff9e80 !important;
  1771. }
  1772.  
  1773. .text-deep-orange-a200 {
  1774.   color: #ff6e40 !important;
  1775. }
  1776.  
  1777. .text-deep-orange-a400 {
  1778.   color: #ff3d00 !important;
  1779. }
  1780.  
  1781. .text-deep-orange-a700 {
  1782.   color: #dd2c00 !important;
  1783. }
  1784.  
  1785. .fill-deep-orange-50 {
  1786.   background: #fbe9e7 !important;
  1787. }
  1788.  
  1789. .fill-deep-orange-100 {
  1790.   background: #ffccbc !important;
  1791. }
  1792.  
  1793. .fill-deep-orange-200 {
  1794.   background: #ffab91 !important;
  1795. }
  1796.  
  1797. .fill-deep-orange-300 {
  1798.   background: #ff8a65 !important;
  1799. }
  1800.  
  1801. .fill-deep-orange-400 {
  1802.   background: #ff7043 !important;
  1803. }
  1804.  
  1805. .fill-deep-orange-500 {
  1806.   background: #ff5722 !important;
  1807. }
  1808.  
  1809. .fill-deep-orange-600 {
  1810.   background: #f4511e !important;
  1811. }
  1812.  
  1813. .fill-deep-orange-700 {
  1814.   background: #e64a19 !important;
  1815. }
  1816.  
  1817. .fill-deep-orange-800 {
  1818.   background: #d84315 !important;
  1819. }
  1820.  
  1821. .fill-deep-orange-900 {
  1822.   background: #bf360c !important;
  1823. }
  1824.  
  1825. .fill-deep-orange-a100 {
  1826.   background: #ff9e80 !important;
  1827. }
  1828.  
  1829. .fill-deep-orange-a200 {
  1830.   background: #ff6e40 !important;
  1831. }
  1832.  
  1833. .fill-deep-orange-a400 {
  1834.   background: #ff3d00 !important;
  1835. }
  1836.  
  1837. .fill-deep-orange-a700 {
  1838.   background: #dd2c00 !important;
  1839. }
  1840.  
  1841. /* Brown
  1842. ----------------------------------------------------------------------------------------------------*/
  1843.  
  1844. .text-brown-50 {
  1845.   color: #efebe9 !important;
  1846. }
  1847.  
  1848. .text-brown-100 {
  1849.   color: #d7ccc8 !important;
  1850. }
  1851.  
  1852. .text-brown-200 {
  1853.   color: #bcaaa4 !important;
  1854. }
  1855.  
  1856. .text-brown-300 {
  1857.   color: #a1887f !important;
  1858. }
  1859.  
  1860. .text-brown-400 {
  1861.   color: #8d6e63 !important;
  1862. }
  1863.  
  1864. .text-brown-500 {
  1865.   color: #795548 !important;
  1866. }
  1867.  
  1868. .text-brown-600 {
  1869.   color: #6d4c41 !important;
  1870. }
  1871.  
  1872. .text-brown-700 {
  1873.   color: #5d4037 !important;
  1874. }
  1875.  
  1876. .text-brown-800 {
  1877.   color: #4e342e !important;
  1878. }
  1879.  
  1880. .text-brown-900 {
  1881.   color: #3e2723 !important;
  1882. }
  1883.  
  1884. .fill-brown-50 {
  1885.   background: #efebe9 !important;
  1886. }
  1887.  
  1888. .fill-brown-100 {
  1889.   background: #d7ccc8 !important;
  1890. }
  1891.  
  1892. .fill-brown-200 {
  1893.   background: #bcaaa4 !important;
  1894. }
  1895.  
  1896. .fill-brown-300 {
  1897.   background: #a1887f !important;
  1898. }
  1899.  
  1900. .fill-brown-400 {
  1901.   background: #8d6e63 !important;
  1902. }
  1903.  
  1904. .fill-brown-500 {
  1905.   background: #795548 !important;
  1906. }
  1907.  
  1908. .fill-brown-600 {
  1909.   background: #6d4c41 !important;
  1910. }
  1911.  
  1912. .fill-brown-700 {
  1913.   background: #5d4037 !important;
  1914. }
  1915.  
  1916. .fill-brown-800 {
  1917.   background: #4e342e !important;
  1918. }
  1919.  
  1920. .fill-brown-900 {
  1921.   background: #3e2723 !important;
  1922. }
  1923.  
  1924. /* Grey
  1925. ----------------------------------------------------------------------------------------------------*/
  1926.  
  1927. .text-grey-50 {
  1928.   color: #fafafa !important;
  1929. }
  1930.  
  1931. .text-grey-100 {
  1932.   color: #f5f5f5 !important;
  1933. }
  1934.  
  1935. .text-grey-200 {
  1936.   color: #eeeeee !important;
  1937. }
  1938.  
  1939. .text-grey-300 {
  1940.   color: #e0e0e0 !important;
  1941. }
  1942.  
  1943. .text-grey-400 {
  1944.   color: #bdbdbd !important;
  1945. }
  1946.  
  1947. .text-grey-500 {
  1948.   color: #9e9e9e !important;
  1949. }
  1950.  
  1951. .text-grey-600 {
  1952.   color: #757575 !important;
  1953. }
  1954.  
  1955. .text-grey-700 {
  1956.   color: #616161 !important;
  1957. }
  1958.  
  1959. .text-grey-800 {
  1960.   color: #424242 !important;
  1961. }
  1962.  
  1963. .text-grey-900 {
  1964.   color: #212121 !important;
  1965. }
  1966.  
  1967. .fill-grey-50 {
  1968.   background: #fafafa !important;
  1969. }
  1970.  
  1971. .fill-grey-100 {
  1972.   background: #f5f5f5 !important;
  1973. }
  1974.  
  1975. .fill-grey-200 {
  1976.   background: #eeeeee !important;
  1977. }
  1978.  
  1979. .fill-grey-300 {
  1980.   background: #e0e0e0 !important;
  1981. }
  1982.  
  1983. .fill-grey-400 {
  1984.   background: #bdbdbd !important;
  1985. }
  1986.  
  1987. .fill-grey-500 {
  1988.   background: #9e9e9e !important;
  1989. }
  1990.  
  1991. .fill-grey-600 {
  1992.   background: #757575 !important;
  1993. }
  1994.  
  1995. .fill-grey-700 {
  1996.   background: #616161 !important;
  1997. }
  1998.  
  1999. .fill-grey-800 {
  2000.   background: #424242 !important;
  2001. }
  2002.  
  2003. .fill-grey-900 {
  2004.   background: #212121 !important;
  2005. }
  2006.  
  2007. /* Blue Grey
  2008. ----------------------------------------------------------------------------------------------------*/
  2009.  
  2010. .text-blue-grey-50 {
  2011.   color: #eceff1 !important;
  2012. }
  2013.  
  2014. .text-blue-grey-100 {
  2015.   color: #cfd8dc !important;
  2016. }
  2017.  
  2018. .text-blue-grey-200 {
  2019.   color: #b0bec5 !important;
  2020. }
  2021.  
  2022. .text-blue-grey-300 {
  2023.   color: #90a4ae !important;
  2024. }
  2025.  
  2026. .text-blue-grey-400 {
  2027.   color: #78909c !important;
  2028. }
  2029.  
  2030. .text-blue-grey-500 {
  2031.   color: #607d8b !important;
  2032. }
  2033.  
  2034. .text-blue-grey-600 {
  2035.   color: #546e7a !important;
  2036. }
  2037.  
  2038. .text-blue-grey-700 {
  2039.   color: #455a64 !important;
  2040. }
  2041.  
  2042. .text-blue-grey-800 {
  2043.   color: #37474f !important;
  2044. }
  2045.  
  2046. .text-blue-grey-900 {
  2047.   color: #263238 !important;
  2048. }
  2049.  
  2050. .fill-blue-grey-50 {
  2051.   background: #eceff1 !important;
  2052. }
  2053.  
  2054. .fill-blue-grey-100 {
  2055.   background: #cfd8dc !important;
  2056. }
  2057.  
  2058. .fill-blue-grey-200 {
  2059.   background: #b0bec5 !important;
  2060. }
  2061.  
  2062. .fill-blue-grey-300 {
  2063.   background: #90a4ae !important;
  2064. }
  2065.  
  2066. .fill-blue-grey-400 {
  2067.   background: #78909c !important;
  2068. }
  2069.  
  2070. .fill-blue-grey-500 {
  2071.   background: #607d8b !important;
  2072. }
  2073.  
  2074. .fill-blue-grey-600 {
  2075.   background: #546e7a !important;
  2076. }
  2077.  
  2078. .fill-blue-grey-700 {
  2079.   background: #455a64 !important;
  2080. }
  2081.  
  2082. .fill-blue-grey-800 {
  2083.   background: #37474f !important;
  2084. }
  2085.  
  2086. .fill-blue-grey-900 {
  2087.   background: #263238 !important;
  2088. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement