Plat Admin

icon.css 6.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. /* Element Chalk Variables */
  2. /* Transition
  3. -------------------------- */
  4. /* Colors
  5. -------------------------- */
  6. /* 53a8ff */
  7. /* 66b1ff */
  8. /* 79bbff */
  9. /* 8cc5ff */
  10. /* a0cfff */
  11. /* b3d8ff */
  12. /* c6e2ff */
  13. /* d9ecff */
  14. /* ecf5ff */
  15. /* Link
  16. -------------------------- */
  17. /* Background
  18. -------------------------- */
  19. /* Border
  20. -------------------------- */
  21. /* Box-shadow
  22. -------------------------- */
  23. /* Fill
  24. -------------------------- */
  25. /* Font
  26. -------------------------- */
  27. /* Size
  28. -------------------------- */
  29. /* z-index
  30. -------------------------- */
  31. /* Disable base
  32. -------------------------- */
  33. /* Icon
  34. -------------------------- */
  35. /* Checkbox
  36. -------------------------- */
  37. /* Radio
  38. -------------------------- */
  39. /* Select
  40. -------------------------- */
  41. /* Alert
  42. -------------------------- */
  43. /* Message Box
  44. -------------------------- */
  45. /* Message
  46. -------------------------- */
  47. /* Notification
  48. -------------------------- */
  49. /* Input
  50. -------------------------- */
  51. /* Cascader
  52. -------------------------- */
  53. /* Group
  54. -------------------------- */
  55. /* Tab
  56. -------------------------- */
  57. /* Button
  58. -------------------------- */
  59. /* cascader
  60. -------------------------- */
  61. /* Switch
  62. -------------------------- */
  63. /* Dialog
  64. -------------------------- */
  65. /* Table
  66. -------------------------- */
  67. /* Pagination
  68. -------------------------- */
  69. /* Popover
  70. -------------------------- */
  71. /* Tooltip
  72. -------------------------- */
  73. /* Tag
  74. -------------------------- */
  75. /* Tree
  76. -------------------------- */
  77. /* Dropdown
  78. -------------------------- */
  79. /* Badge
  80. -------------------------- */
  81. /* Card
  82. --------------------------*/
  83. /* Slider
  84. --------------------------*/
  85. /* Steps
  86. --------------------------*/
  87. /* Menu
  88. --------------------------*/
  89. /* Rate
  90. --------------------------*/
  91. /* DatePicker
  92. --------------------------*/
  93. /* Loading
  94. --------------------------*/
  95. /* Scrollbar
  96. --------------------------*/
  97. /* Carousel
  98. --------------------------*/
  99. /* Collapse
  100. --------------------------*/
  101. /* Transfer
  102. --------------------------*/
  103. /* Header
  104. --------------------------*/
  105. /* Footer
  106. --------------------------*/
  107. /* Main
  108. --------------------------*/
  109. /* Break-point
  110. --------------------------*/
  111. @font-face {
  112. font-family: 'element-icons';
  113. src: url("fonts/element-icons.woff") format("woff"), url("fonts/element-icons.ttf") format("truetype");
  114. /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  115. font-weight: normal;
  116. font-style: normal; }
  117. [class^="el-icon-"], [class*=" el-icon-"] {
  118. /* use !important to prevent issues with browser extensions that change fonts */
  119. font-family: 'element-icons' !important;
  120. speak: none;
  121. font-style: normal;
  122. font-weight: normal;
  123. font-variant: normal;
  124. text-transform: none;
  125. line-height: 1;
  126. vertical-align: baseline;
  127. display: inline-block;
  128. /* Better Font Rendering =========== */
  129. -webkit-font-smoothing: antialiased;
  130. -moz-osx-font-smoothing: grayscale; }
  131. .el-icon-info:before {
  132. content: "\e61a"; }
  133. .el-icon-error:before {
  134. content: "\e62c"; }
  135. .el-icon-success:before {
  136. content: "\e62d"; }
  137. .el-icon-warning:before {
  138. content: "\e62e"; }
  139. .el-icon-question:before {
  140. content: "\e634"; }
  141. .el-icon-back:before {
  142. content: "\e606"; }
  143. .el-icon-arrow-left:before {
  144. content: "\e600"; }
  145. .el-icon-arrow-down:before {
  146. content: "\e603"; }
  147. .el-icon-arrow-right:before {
  148. content: "\e604"; }
  149. .el-icon-arrow-up:before {
  150. content: "\e605"; }
  151. .el-icon-caret-left:before {
  152. content: "\e60a"; }
  153. .el-icon-caret-bottom:before {
  154. content: "\e60b"; }
  155. .el-icon-caret-top:before {
  156. content: "\e60c"; }
  157. .el-icon-caret-right:before {
  158. content: "\e60e"; }
  159. .el-icon-d-arrow-left:before {
  160. content: "\e610"; }
  161. .el-icon-d-arrow-right:before {
  162. content: "\e613"; }
  163. .el-icon-minus:before {
  164. content: "\e621"; }
  165. .el-icon-plus:before {
  166. content: "\e62b"; }
  167. .el-icon-remove:before {
  168. content: "\e635"; }
  169. .el-icon-circle-plus:before {
  170. content: "\e601"; }
  171. .el-icon-remove-outline:before {
  172. content: "\e63c"; }
  173. .el-icon-circle-plus-outline:before {
  174. content: "\e602"; }
  175. .el-icon-close:before {
  176. content: "\e60f"; }
  177. .el-icon-check:before {
  178. content: "\e611"; }
  179. .el-icon-circle-close:before {
  180. content: "\e607"; }
  181. .el-icon-circle-check:before {
  182. content: "\e639"; }
  183. .el-icon-circle-close-outline:before {
  184. content: "\e609"; }
  185. .el-icon-circle-check-outline:before {
  186. content: "\e63e"; }
  187. .el-icon-zoom-out:before {
  188. content: "\e645"; }
  189. .el-icon-zoom-in:before {
  190. content: "\e641"; }
  191. .el-icon-d-caret:before {
  192. content: "\e615"; }
  193. .el-icon-sort:before {
  194. content: "\e640"; }
  195. .el-icon-sort-down:before {
  196. content: "\e630"; }
  197. .el-icon-sort-up:before {
  198. content: "\e631"; }
  199. .el-icon-tickets:before {
  200. content: "\e63f"; }
  201. .el-icon-document:before {
  202. content: "\e614"; }
  203. .el-icon-goods:before {
  204. content: "\e618"; }
  205. .el-icon-sold-out:before {
  206. content: "\e63b"; }
  207. .el-icon-news:before {
  208. content: "\e625"; }
  209. .el-icon-message:before {
  210. content: "\e61b"; }
  211. .el-icon-date:before {
  212. content: "\e608"; }
  213. .el-icon-printer:before {
  214. content: "\e62f"; }
  215. .el-icon-time:before {
  216. content: "\e642"; }
  217. .el-icon-bell:before {
  218. content: "\e622"; }
  219. .el-icon-mobile-phone:before {
  220. content: "\e624"; }
  221. .el-icon-service:before {
  222. content: "\e63a"; }
  223. .el-icon-view:before {
  224. content: "\e643"; }
  225. .el-icon-menu:before {
  226. content: "\e620"; }
  227. .el-icon-more:before {
  228. content: "\e646"; }
  229. .el-icon-more-outline:before {
  230. content: "\e626"; }
  231. .el-icon-star-on:before {
  232. content: "\e637"; }
  233. .el-icon-star-off:before {
  234. content: "\e63d"; }
  235. .el-icon-location:before {
  236. content: "\e61d"; }
  237. .el-icon-location-outline:before {
  238. content: "\e61f"; }
  239. .el-icon-phone:before {
  240. content: "\e627"; }
  241. .el-icon-phone-outline:before {
  242. content: "\e628"; }
  243. .el-icon-picture:before {
  244. content: "\e629"; }
  245. .el-icon-picture-outline:before {
  246. content: "\e62a"; }
  247. .el-icon-delete:before {
  248. content: "\e612"; }
  249. .el-icon-search:before {
  250. content: "\e619"; }
  251. .el-icon-edit:before {
  252. content: "\e61c"; }
  253. .el-icon-edit-outline:before {
  254. content: "\e616"; }
  255. .el-icon-rank:before {
  256. content: "\e632"; }
  257. .el-icon-refresh:before {
  258. content: "\e633"; }
  259. .el-icon-share:before {
  260. content: "\e636"; }
  261. .el-icon-setting:before {
  262. content: "\e638"; }
  263. .el-icon-upload:before {
  264. content: "\e60d"; }
  265. .el-icon-upload2:before {
  266. content: "\e644"; }
  267. .el-icon-download:before {
  268. content: "\e617"; }
  269. .el-icon-loading:before {
  270. content: "\e61e"; }
  271. .el-icon-loading {
  272. -webkit-animation: rotating 2s linear infinite;
  273. animation: rotating 2s linear infinite; }
  274. .el-icon--right {
  275. margin-left: 5px; }
  276. .el-icon--left {
  277. margin-right: 5px; }
  278. @-webkit-keyframes rotating {
  279. 0% {
  280. -webkit-transform: rotateZ(0deg);
  281. transform: rotateZ(0deg); }
  282. 100% {
  283. -webkit-transform: rotateZ(360deg);
  284. transform: rotateZ(360deg); } }
  285. @keyframes rotating {
  286. 0% {
  287. -webkit-transform: rotateZ(0deg);
  288. transform: rotateZ(0deg); }
  289. 100% {
  290. -webkit-transform: rotateZ(360deg);
  291. transform: rotateZ(360deg); } }