Plat Admin

display.css 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  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. /* BEM support Func
  112. -------------------------- */
  113. /* Element Chalk Variables */
  114. /* Transition
  115. -------------------------- */
  116. /* Colors
  117. -------------------------- */
  118. /* 53a8ff */
  119. /* 66b1ff */
  120. /* 79bbff */
  121. /* 8cc5ff */
  122. /* a0cfff */
  123. /* b3d8ff */
  124. /* c6e2ff */
  125. /* d9ecff */
  126. /* ecf5ff */
  127. /* Link
  128. -------------------------- */
  129. /* Background
  130. -------------------------- */
  131. /* Border
  132. -------------------------- */
  133. /* Box-shadow
  134. -------------------------- */
  135. /* Fill
  136. -------------------------- */
  137. /* Font
  138. -------------------------- */
  139. /* Size
  140. -------------------------- */
  141. /* z-index
  142. -------------------------- */
  143. /* Disable base
  144. -------------------------- */
  145. /* Icon
  146. -------------------------- */
  147. /* Checkbox
  148. -------------------------- */
  149. /* Radio
  150. -------------------------- */
  151. /* Select
  152. -------------------------- */
  153. /* Alert
  154. -------------------------- */
  155. /* Message Box
  156. -------------------------- */
  157. /* Message
  158. -------------------------- */
  159. /* Notification
  160. -------------------------- */
  161. /* Input
  162. -------------------------- */
  163. /* Cascader
  164. -------------------------- */
  165. /* Group
  166. -------------------------- */
  167. /* Tab
  168. -------------------------- */
  169. /* Button
  170. -------------------------- */
  171. /* cascader
  172. -------------------------- */
  173. /* Switch
  174. -------------------------- */
  175. /* Dialog
  176. -------------------------- */
  177. /* Table
  178. -------------------------- */
  179. /* Pagination
  180. -------------------------- */
  181. /* Popover
  182. -------------------------- */
  183. /* Tooltip
  184. -------------------------- */
  185. /* Tag
  186. -------------------------- */
  187. /* Tree
  188. -------------------------- */
  189. /* Dropdown
  190. -------------------------- */
  191. /* Badge
  192. -------------------------- */
  193. /* Card
  194. --------------------------*/
  195. /* Slider
  196. --------------------------*/
  197. /* Steps
  198. --------------------------*/
  199. /* Menu
  200. --------------------------*/
  201. /* Rate
  202. --------------------------*/
  203. /* DatePicker
  204. --------------------------*/
  205. /* Loading
  206. --------------------------*/
  207. /* Scrollbar
  208. --------------------------*/
  209. /* Carousel
  210. --------------------------*/
  211. /* Collapse
  212. --------------------------*/
  213. /* Transfer
  214. --------------------------*/
  215. /* Header
  216. --------------------------*/
  217. /* Footer
  218. --------------------------*/
  219. /* Main
  220. --------------------------*/
  221. /* Break-point
  222. --------------------------*/
  223. /* Break-points
  224. -------------------------- */
  225. /* Scrollbar
  226. -------------------------- */
  227. /* Placeholder
  228. -------------------------- */
  229. /* BEM
  230. -------------------------- */
  231. @media only screen and (max-width: 767px) {
  232. .hidden-xs-only {
  233. display: none !important; } }
  234. @media only screen and (min-width: 768px) {
  235. .hidden-sm-and-up {
  236. display: none !important; } }
  237. @media only screen and (min-width: 768px) and (max-width: 992px - 1) {
  238. .hidden-sm-only {
  239. display: none !important; } }
  240. @media only screen and (max-width: 991px) {
  241. .hidden-sm-and-down {
  242. display: none !important; } }
  243. @media only screen and (min-width: 992px) {
  244. .hidden-md-and-up {
  245. display: none !important; } }
  246. @media only screen and (min-width: 992px) and (max-width: 1200px - 1) {
  247. .hidden-md-only {
  248. display: none !important; } }
  249. @media only screen and (max-width: 1199px) {
  250. .hidden-md-and-down {
  251. display: none !important; } }
  252. @media only screen and (min-width: 1200px) {
  253. .hidden-lg-and-up {
  254. display: none !important; } }
  255. @media only screen and (min-width: 1200px) and (max-width: 1920px - 1) {
  256. .hidden-lg-only {
  257. display: none !important; } }
  258. @media only screen and (max-width: 1919px) {
  259. .hidden-lg-and-down {
  260. display: none !important; } }
  261. @media only screen and (min-width: 1920px) {
  262. .hidden-xl-only {
  263. display: none !important; } }