console.custom.less 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271
  1. @charset "UTF-8";
  2. @import "console.config.less";
  3. // +----------------------------------------------------------------------
  4. // | ThinkAdmin
  5. // +----------------------------------------------------------------------
  6. // | 版权所有 2014~2021 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
  7. // +----------------------------------------------------------------------
  8. // | 官方网站: http://demo.thinkadmin.top
  9. // +----------------------------------------------------------------------
  10. // | 开源协议 ( https://mit-license.org )
  11. // +----------------------------------------------------------------------
  12. // | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
  13. // | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
  14. // +----------------------------------------------------------------------
  15. .notdata {
  16. padding: 15px;
  17. display: block;
  18. font-size: 13px;
  19. text-align: center;
  20. line-height: 22px;
  21. border-radius: @BoxBorderRadius;
  22. letter-spacing: 1px;
  23. background-color: #f2f2f2;
  24. }
  25. .notselect {
  26. user-select: none;
  27. -ms-user-select: none;
  28. -moz-user-select: none;
  29. -webkit-user-select: none
  30. }
  31. .transition {
  32. transition: all .2s linear;
  33. -o-transition: all .2s linear;
  34. -moz-transition: all .2s linear;
  35. -webkit-transition: all .2s linear;
  36. }
  37. .overhide {
  38. overflow: hidden !important;
  39. }
  40. .overauto {
  41. overflow: auto !important;
  42. }
  43. .fixed {
  44. position: fixed !important;
  45. }
  46. .absolute {
  47. position: absolute !important
  48. }
  49. .relative {
  50. position: relative !important
  51. }
  52. .pointer {
  53. cursor: pointer !important
  54. }
  55. .nowrap {
  56. white-space: nowrap !important
  57. }
  58. .shadow {
  59. box-shadow: @ShadowMaxOuter;
  60. }
  61. .shadow-mini {
  62. box-shadow: @ShadowMinOuter;
  63. }
  64. .shadow-none {
  65. box-shadow: none !important;
  66. }
  67. .shadow-inset {
  68. box-shadow: @ShadowMaxInset;
  69. legend {
  70. background: #EEE;
  71. border-radius: 4px;
  72. }
  73. }
  74. .help-block {
  75. color: #999;
  76. font-size: 12px
  77. }
  78. .block {
  79. display: block !important
  80. }
  81. .inline-block {
  82. display: inline-block !important
  83. }
  84. @think-elips: {
  85. display: -webkit-box;
  86. overflow: hidden;
  87. line-height: 1.4em;
  88. text-overflow: ellipsis;
  89. -webkit-box-orient: vertical;
  90. }
  91. .think-elips {
  92. &-1 {
  93. @think-elips();
  94. line-clamp: 1;
  95. -webkit-line-clamp: 1;
  96. }
  97. &-2 {
  98. @think-elips();
  99. line-clamp: 2;
  100. -webkit-line-clamp: 2;
  101. }
  102. &-3 {
  103. @think-elips();
  104. line-clamp: 3;
  105. -webkit-line-clamp: 3;
  106. }
  107. &-4 {
  108. @think-elips();
  109. line-clamp: 4;
  110. -webkit-line-clamp: 4;
  111. }
  112. &-5 {
  113. @think-elips();
  114. line-clamp: 5;
  115. -webkit-line-clamp: 5;
  116. }
  117. }
  118. .think-box-shadow {
  119. padding: 20px !important;
  120. background: #fff !important;
  121. box-shadow: @ShadowMaxOuter;
  122. border-radius: @BoxBorderRadius;
  123. > form.layui-card {
  124. box-shadow: none;
  125. }
  126. }
  127. .input-right-icon {
  128. top: 1px;
  129. right: 1px;
  130. color: #098;
  131. width: 36px;
  132. height: 36px;
  133. display: inline-block;
  134. position: absolute;
  135. background: #E9E9E9;
  136. text-align: center;
  137. line-height: 38px;
  138. &:hover {
  139. color: #009080;
  140. background: #E0E0E0;
  141. }
  142. }
  143. [data-tips-image] {
  144. cursor: zoom-in !important
  145. }
  146. [data-lazy-src] {
  147. overflow: hidden;
  148. position: relative;
  149. background-size: cover;
  150. background-position: center center;
  151. }
  152. /** 加载进度 */
  153. .pace-inactive {
  154. display: none
  155. }
  156. .pace-progress {
  157. top: 0;
  158. right: 100%;
  159. width: 100%;
  160. height: 2px;
  161. z-index: 2000;
  162. position: fixed;
  163. background: #22df80
  164. }
  165. .uploadimage {
  166. width: 76px;
  167. height: 76px;
  168. cursor: pointer;
  169. position: relative;
  170. display: inline-block;
  171. border: 1px dashed #e2e2e2;
  172. background: url('../img/upimg.png') no-repeat center center;
  173. background-size: cover;
  174. span.layui-icon {
  175. right: 0;
  176. color: #fff;
  177. width: 20px;
  178. height: 20px;
  179. display: none;
  180. position: absolute;
  181. text-align: center;
  182. line-height: 22px;
  183. background: rgba(0, 0, 0, .5)
  184. }
  185. &:hover span.layui-icon {
  186. display: inline-block;
  187. }
  188. }
  189. .uploadimagemtl {
  190. margin-right: 8px;
  191. a {
  192. float: right;
  193. color: #EEE;
  194. width: 20px;
  195. height: 20px;
  196. margin: 4px 4px 0 0;
  197. display: none;
  198. text-align: center;
  199. line-height: 20px;
  200. background: rgba(0, 0, 0, 0.6);
  201. }
  202. &:hover a {
  203. cursor: pointer;
  204. display: inline-block;
  205. &:hover {
  206. color: #FFF;
  207. text-decoration: none
  208. }
  209. }
  210. }
  211. .upload-image-smbox,
  212. .upload-image-mdbox,
  213. .upload-image-lgbox {
  214. a {
  215. width: 30px;
  216. height: 30px;
  217. margin: 1px 1px 0 0;
  218. line-height: 30px;
  219. }
  220. }
  221. .upload-image-smbox .uploadimage {
  222. width: 120px;
  223. height: 120px;
  224. }
  225. .upload-image-mdbox .uploadimage {
  226. width: 180px;
  227. height: 180px;
  228. }
  229. .upload-image-lgbox .uploadimage {
  230. width: 260px;
  231. height: 260px;
  232. }
  233. .portal-block-container {
  234. font-size: 14px;
  235. margin-bottom: 10px;
  236. letter-spacing: 1px;
  237. .portal-block {
  238. &-icon {
  239. top: 45%;
  240. right: 8%;
  241. font-size: 65px;
  242. position: absolute;
  243. color: rgba(255, 255, 255, 0.4);
  244. }
  245. &-item {
  246. color: #fff;
  247. padding: 15px 25px;
  248. position: relative;
  249. line-height: 3em;
  250. border-radius: @BoxBorderRadius;
  251. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  252. > div:nth-child(2) {
  253. font-size: 46px;
  254. line-height: 46px;
  255. }
  256. }
  257. }
  258. }
  259. label.think-radio,
  260. label.think-checkbox {
  261. cursor: pointer;
  262. margin-right: 10px;
  263. display: inline-block;
  264. }
  265. .think-radio,
  266. .think-checkbox {
  267. .notselect();
  268. margin-top: 10px;
  269. font-weight: 400;
  270. line-height: 18px;
  271. input[type=radio],
  272. input[type=checkbox] {
  273. width: 18px;
  274. height: 18px;
  275. cursor: pointer;
  276. border: 1px solid @RadioBorderNormalColor;
  277. position: relative;
  278. background: #fff;
  279. margin-right: 5px;
  280. vertical-align: bottom;
  281. display: inline-block !important;
  282. box-sizing: border-box !important;
  283. appearance: none;
  284. -webkit-appearance: none;
  285. &:checked {
  286. border-color: #009688;
  287. &:after {
  288. display: block;
  289. position: relative;
  290. animation-duration: .3s;
  291. -webkit-animation-duration: .3s;
  292. animation-fill-mode: both;
  293. -webkit-animation-fill-mode: both;
  294. animation-name: layui-scale-spring;
  295. -webkit-animation-name: layui-scale-spring;
  296. }
  297. }
  298. }
  299. input[type=radio] {
  300. border-radius: 1em;
  301. &:checked:after {
  302. top: 4px;
  303. left: 4px;
  304. width: 8px;
  305. height: 8px;
  306. cursor: pointer;
  307. content: '';
  308. background: #009688;
  309. border-radius: 1em;
  310. }
  311. }
  312. input[type=checkbox] {
  313. border-radius: 1px;
  314. &:checked:after {
  315. color: #009688;
  316. cursor: pointer;
  317. padding: 2px;
  318. content: "\e605";
  319. font-size: 12px;
  320. font-style: normal;
  321. font-weight: 700;
  322. font-family: layui-icon !important;
  323. -webkit-font-smoothing: antialiased;
  324. -moz-osx-font-smoothing: grayscale
  325. }
  326. }
  327. }
  328. /* 通用分页 */
  329. .pagination-container {
  330. margin-top: 20px;
  331. line-height: 30px;
  332. padding-top: 5px;
  333. padding-bottom: 5px;
  334. span {
  335. color: #666;
  336. font-size: 9pt
  337. }
  338. select {
  339. border: 1px solid #DDD;
  340. }
  341. ul {
  342. float: right;
  343. height: 30px;
  344. margin: 0;
  345. padding: 0;
  346. display: inline-block;
  347. li {
  348. z-index: 1;
  349. height: 30px;
  350. line-height: 30px;
  351. display: inline-block;
  352. a, span {
  353. color: #333;
  354. width: 30px;
  355. height: 30px;
  356. border: 1px solid @BoxBorderColor;
  357. overflow: hidden;
  358. font-size: 12px;
  359. text-align: center;
  360. line-height: 30px;
  361. margin-right: 3px;
  362. display: inline-block;
  363. box-sizing: border-box;
  364. }
  365. span {
  366. cursor: default;
  367. background: #DCDCDC;
  368. }
  369. a:hover {
  370. border-color: #009688;
  371. }
  372. &.active {
  373. z-index: 2;
  374. span {
  375. color: #fff;
  376. border-color: #009688;
  377. background: #009688 !important
  378. }
  379. }
  380. &.disabled {
  381. span {
  382. font-size: 16px;
  383. font-weight: 700;
  384. line-height: 22px;
  385. }
  386. }
  387. &:last-child, &:first-child {
  388. a, span {
  389. font-size: 16px;
  390. font-weight: 700;
  391. line-height: 28px;
  392. }
  393. }
  394. }
  395. }
  396. }
  397. /* 分隔线条 */
  398. .hr-line- {
  399. &dashed {
  400. color: #fff;
  401. height: 1px;
  402. margin: 15px 0;
  403. background-color: #fff;
  404. border-top: 1px dashed #e7eaec;
  405. }
  406. &solid {
  407. margin-top: 15px;
  408. margin-bottom: 15px;
  409. border-bottom: 1px solid #e7eaec;
  410. background-color: rgba(0, 0, 0, 0);
  411. }
  412. }
  413. .pull- {
  414. &left {
  415. float: left !important
  416. }
  417. &right {
  418. float: right !important
  419. }
  420. }
  421. .full- {
  422. &width {
  423. width: 100% !important
  424. }
  425. &height {
  426. height: 100% !important
  427. }
  428. }
  429. .color- {
  430. &red {
  431. color: #e44 !important
  432. }
  433. &blue {
  434. color: #29f !important
  435. }
  436. &desc {
  437. color: #999 !important
  438. }
  439. &text {
  440. color: #333 !important
  441. }
  442. &green {
  443. color: #090 !important
  444. }
  445. }
  446. .sub-span- {
  447. &red span {
  448. color: #e44 !important
  449. }
  450. &blue span {
  451. color: #29f !important
  452. }
  453. &desc span {
  454. color: #999 !important
  455. }
  456. &text span {
  457. color: #333 !important
  458. }
  459. &green span {
  460. color: #090 !important
  461. }
  462. }
  463. .sub-strong- {
  464. &s10 b {
  465. font-size: 10px;
  466. }
  467. &s12 b {
  468. font-size: 12px;
  469. }
  470. &s14 b {
  471. font-size: 14px;
  472. }
  473. &red b {
  474. color: #ec494e !important
  475. }
  476. &blue b {
  477. color: #2494f2 !important
  478. }
  479. &desc b {
  480. color: #999 !important
  481. }
  482. &text b {
  483. color: #333 !important
  484. }
  485. &green b {
  486. color: #090 !important
  487. }
  488. }
  489. .think-bg- {
  490. &red {
  491. color: #FFF;
  492. background: linear-gradient(-125deg, #ff7d7d, #fb2c95) !important
  493. }
  494. &gray {
  495. color: #333;
  496. background: linear-gradient(-113deg, #EEEEEE, #EEEEEE) !important
  497. }
  498. &blue {
  499. color: #FFF;
  500. background: linear-gradient(-125deg, #57bdbf, #2f9de2) !important
  501. }
  502. &orig {
  503. color: #FFF;
  504. background: linear-gradient(-141deg, #ecca1b, #f39526) !important
  505. }
  506. &violet {
  507. color: #FFF;
  508. background: linear-gradient(-113deg, #c543d8, #925cc3) !important
  509. }
  510. &white {
  511. color: #333;
  512. background: white !important
  513. }
  514. }
  515. .text- {
  516. &top {
  517. vertical-align: top !important
  518. }
  519. &left {
  520. text-align: left !important
  521. }
  522. &right {
  523. text-align: right !important
  524. }
  525. &center {
  526. text-align: center !important
  527. }
  528. &middle {
  529. vertical-align: middle !important
  530. }
  531. &bottom {
  532. vertical-align: bottom !important
  533. }
  534. }
  535. .font- {
  536. &s10 {
  537. font-size: 10px !important
  538. }
  539. &s11 {
  540. font-size: 11px !important
  541. }
  542. &s12 {
  543. font-size: 12px !important
  544. }
  545. &s13 {
  546. font-size: 13px !important
  547. }
  548. &s14 {
  549. font-size: 14px !important
  550. }
  551. &s15 {
  552. font-size: 15px !important
  553. }
  554. &s16 {
  555. font-size: 16px !important
  556. }
  557. &s18 {
  558. font-size: 18px !important
  559. }
  560. &s20 {
  561. font-size: 20px !important
  562. }
  563. &s30 {
  564. font-size: 30px !important
  565. }
  566. &s40 {
  567. font-size: 40px !important
  568. }
  569. &w1 {
  570. font-weight: 100 !important;
  571. }
  572. &w2 {
  573. font-weight: 200 !important;
  574. }
  575. &w3 {
  576. font-weight: 300 !important;
  577. }
  578. &w4 {
  579. font-weight: 400 !important;
  580. }
  581. &w5 {
  582. font-weight: 500 !important;
  583. }
  584. &w6 {
  585. font-weight: 600 !important;
  586. }
  587. &w7 {
  588. font-weight: 700 !important;
  589. }
  590. &w8 {
  591. font-weight: 800 !important;
  592. }
  593. &w9 {
  594. font-weight: 900 !important;
  595. }
  596. }
  597. .border {
  598. &-0 {
  599. border: 0 !important
  600. }
  601. &-line {
  602. border: 1px solid @BoxBorderColor;
  603. }
  604. &-bottom-line {
  605. border-bottom: 1px solid @BoxBorderColor;
  606. }
  607. &-top-0 {
  608. border-top: 0 !important;
  609. }
  610. &-left-0 {
  611. border-left: 0 !important;
  612. }
  613. &-right-0 {
  614. border-right: 0 !important;
  615. }
  616. &-bottom-0 {
  617. border-bottom: 0 !important;
  618. }
  619. &-radius {
  620. border-radius: 50% !important;
  621. &-0 {
  622. border-radius: 0 !important
  623. }
  624. &-5 {
  625. border-radius: 5px !important;
  626. }
  627. &-6 {
  628. border-radius: 6px !important;
  629. }
  630. &-left-0 {
  631. border-top-left-radius: 0 !important;
  632. border-bottom-left-radius: 0 !important
  633. }
  634. &-right-0 {
  635. border-top-right-radius: 0 !important;
  636. border-bottom-right-radius: 0 !important
  637. }
  638. }
  639. }
  640. .margin {
  641. &-0 {
  642. margin: 0 !important
  643. }
  644. &-5 {
  645. margin: 5px !important
  646. }
  647. &-10 {
  648. margin: 10px !important
  649. }
  650. &-15 {
  651. margin: 15px !important
  652. }
  653. &-20 {
  654. margin: 20px !important
  655. }
  656. &-25 {
  657. margin: 25px !important
  658. }
  659. &-30 {
  660. margin: 30px !important
  661. }
  662. &-40 {
  663. margin: 40px !important
  664. }
  665. &-col {
  666. &-0 {
  667. margin-left: 0 !important;
  668. margin-right: 0 !important;
  669. }
  670. &-5 {
  671. margin-left: 5px !important;
  672. margin-right: 5px !important;
  673. }
  674. &-10 {
  675. margin-left: 10px !important;
  676. margin-right: 10px !important;
  677. }
  678. &-15 {
  679. margin-left: 15px !important;
  680. margin-right: 15px !important;
  681. }
  682. &-20 {
  683. margin-left: 20px !important;
  684. margin-right: 20px !important;
  685. }
  686. &-25 {
  687. margin-left: 25px !important;
  688. margin-right: 25px !important;
  689. }
  690. &-30 {
  691. margin-left: 30px !important;
  692. margin-right: 30px !important;
  693. }
  694. &-40 {
  695. margin-left: 40px !important;
  696. margin-right: 40px !important;
  697. }
  698. }
  699. &-row {
  700. &-0 {
  701. margin-top: 0 !important;
  702. margin-bottom: 0 !important;
  703. }
  704. &-5 {
  705. margin-top: 5px !important;
  706. margin-bottom: 5px !important;
  707. }
  708. &-10 {
  709. margin-top: 10px !important;
  710. margin-bottom: 10px !important;
  711. }
  712. &-15 {
  713. margin-top: 15px !important;
  714. margin-bottom: 15px !important;
  715. }
  716. &-20 {
  717. margin-top: 20px !important;
  718. margin-bottom: 20px !important;
  719. }
  720. &-25 {
  721. margin-top: 25px !important;
  722. margin-bottom: 25px !important;
  723. }
  724. &-30 {
  725. margin-top: 30px !important;
  726. margin-bottom: 30px !important;
  727. }
  728. &-40 {
  729. margin-top: 40px !important;
  730. margin-bottom: 40px !important;
  731. }
  732. }
  733. &-top {
  734. &-0 {
  735. margin-top: 0 !important
  736. }
  737. &-5 {
  738. margin-top: 5px !important
  739. }
  740. &-10 {
  741. margin-top: 10px !important
  742. }
  743. &-15 {
  744. margin-top: 15px !important
  745. }
  746. &-20 {
  747. margin-top: 20px !important
  748. }
  749. &-25 {
  750. margin-top: 25px !important
  751. }
  752. &-30 {
  753. margin-top: 30px !important
  754. }
  755. &-40 {
  756. margin-top: 40px !important;
  757. }
  758. }
  759. &-left {
  760. &-0 {
  761. margin-left: 0 !important
  762. }
  763. &-5 {
  764. margin-left: 5px !important
  765. }
  766. &-10 {
  767. margin-left: 10px !important
  768. }
  769. &-15 {
  770. margin-left: 15px !important
  771. }
  772. &-20 {
  773. margin-left: 20px !important
  774. }
  775. &-25 {
  776. margin-left: 25px !important
  777. }
  778. &-30 {
  779. margin-left: 30px !important
  780. }
  781. &-40 {
  782. margin-left: 40px !important
  783. }
  784. }
  785. &-right {
  786. &-0 {
  787. margin-right: 0 !important
  788. }
  789. &-5 {
  790. margin-right: 5px !important
  791. }
  792. &-10 {
  793. margin-right: 10px !important
  794. }
  795. &-15 {
  796. margin-right: 15px !important
  797. }
  798. &-20 {
  799. margin-right: 20px !important
  800. }
  801. &-25 {
  802. margin-right: 25px !important
  803. }
  804. &-30 {
  805. margin-right: 30px !important
  806. }
  807. &-40 {
  808. margin-right: 40px !important
  809. }
  810. }
  811. &-bottom {
  812. &-0 {
  813. margin-bottom: 0 !important
  814. }
  815. &-5 {
  816. margin-bottom: 5px !important
  817. }
  818. &-10 {
  819. margin-bottom: 10px !important
  820. }
  821. &-15 {
  822. margin-bottom: 15px !important
  823. }
  824. &-20 {
  825. margin-bottom: 20px !important
  826. }
  827. &-25 {
  828. margin-bottom: 25px !important
  829. }
  830. &-30 {
  831. margin-bottom: 30px !important
  832. }
  833. &-40 {
  834. margin-bottom: 40px !important
  835. }
  836. }
  837. }
  838. .padding {
  839. &-0 {
  840. padding: 0 !important
  841. }
  842. &-5 {
  843. padding: 5px !important
  844. }
  845. &-10 {
  846. padding: 10px !important
  847. }
  848. &-15 {
  849. padding: 15px !important
  850. }
  851. &-20 {
  852. padding: 20px !important
  853. }
  854. &-25 {
  855. padding: 25px !important
  856. }
  857. &-30 {
  858. padding: 30px !important
  859. }
  860. &-40 {
  861. padding: 40px !important
  862. }
  863. &-col {
  864. &-0 {
  865. padding-left: 0 !important;
  866. padding-right: 0 !important;
  867. }
  868. &-5 {
  869. padding-left: 5px !important;
  870. padding-right: 5px !important;
  871. }
  872. &-10 {
  873. padding-left: 10px !important;
  874. padding-right: 10px !important;
  875. }
  876. &-15 {
  877. padding-left: 15px !important;
  878. padding-right: 15px !important;
  879. }
  880. &-20 {
  881. padding-left: 20px !important;
  882. padding-right: 20px !important;
  883. }
  884. &-25 {
  885. padding-left: 25px !important;
  886. padding-right: 25px !important;
  887. }
  888. &-30 {
  889. padding-left: 30px !important;
  890. padding-right: 30px !important;
  891. }
  892. &-40 {
  893. padding-left: 40px !important;
  894. padding-right: 40px !important;
  895. }
  896. }
  897. &-row {
  898. &-0 {
  899. padding-top: 0 !important;
  900. padding-bottom: 0 !important;
  901. }
  902. &-5 {
  903. padding-top: 5px !important;
  904. padding-bottom: 5px !important;
  905. }
  906. &-10 {
  907. padding-top: 10px !important;
  908. padding-bottom: 10px !important;
  909. }
  910. &-15 {
  911. padding-top: 15px !important;
  912. padding-bottom: 15px !important;
  913. }
  914. &-20 {
  915. padding-top: 20px !important;
  916. padding-bottom: 20px !important;
  917. }
  918. &-25 {
  919. padding-top: 25px !important;
  920. padding-bottom: 25px !important;
  921. }
  922. &-30 {
  923. padding-top: 30px !important;
  924. padding-bottom: 30px !important;
  925. }
  926. &-40 {
  927. padding-top: 40px !important;
  928. padding-bottom: 40px !important;
  929. }
  930. }
  931. &-top {
  932. &-0 {
  933. padding-top: 0 !important
  934. }
  935. &-5 {
  936. padding-top: 5px !important
  937. }
  938. &-10 {
  939. padding-top: 10px !important
  940. }
  941. &-15 {
  942. padding-top: 15px !important
  943. }
  944. &-20 {
  945. padding-top: 20px !important
  946. }
  947. &-30 {
  948. padding-top: 30px !important
  949. }
  950. &-40 {
  951. padding-top: 40px !important
  952. }
  953. }
  954. &-left {
  955. &-0 {
  956. padding-left: 0 !important
  957. }
  958. &-5 {
  959. padding-left: 5px !important
  960. }
  961. &-10 {
  962. padding-left: 10px !important
  963. }
  964. &-15 {
  965. padding-left: 15px !important
  966. }
  967. &-20 {
  968. padding-left: 20px !important
  969. }
  970. &-30 {
  971. padding-left: 30px !important
  972. }
  973. &-40 {
  974. padding-left: 40px !important
  975. }
  976. }
  977. &-right {
  978. &-0 {
  979. padding-right: 0 !important
  980. }
  981. &-5 {
  982. padding-right: 5px !important
  983. }
  984. &-10 {
  985. padding-right: 10px !important
  986. }
  987. &-15 {
  988. padding-right: 15px !important
  989. }
  990. &-20 {
  991. padding-right: 20px !important
  992. }
  993. &-30 {
  994. padding-right: 30px !important
  995. }
  996. &-40 {
  997. padding-right: 40px !important
  998. }
  999. }
  1000. &-bottom {
  1001. &-0 {
  1002. padding-bottom: 0 !important
  1003. }
  1004. &-5 {
  1005. padding-bottom: 5px !important
  1006. }
  1007. &-10 {
  1008. padding-bottom: 10px !important
  1009. }
  1010. &-15 {
  1011. padding-bottom: 15px !important
  1012. }
  1013. &-20 {
  1014. padding-bottom: 20px !important
  1015. }
  1016. &-30 {
  1017. padding-bottom: 30px !important
  1018. }
  1019. &-40 {
  1020. padding-bottom: 40px !important
  1021. }
  1022. }
  1023. }