fonts-ft.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. @font-face {
  2. font-family:zenicon;
  3. src:url(./fonts/zenicon.woff2) format("woff2")
  4. }
  5. .ft.icon {
  6. font-family: zenicon;
  7. line-height: 1;
  8. letter-spacing: normal;
  9. text-transform: none;
  10. white-space: nowrap;
  11. word-wrap: normal;
  12. text-rendering: auto;
  13. transform: scale(1.2);
  14. transform-origin: 50% 0;
  15. -webkit-font-smoothing: antialiased;
  16. -moz-osx-font-smoothing: grayscale;
  17. speak: none;
  18. direction: ltr;
  19. -webkit-font-feature-settings: "liga";
  20. padding-left: 1px
  21. }
  22. .ft+.el-el-button,.ft+.ft,.ft+.z-confirm,.ft+.z-execute,.ft+.z-link,.ft+a {
  23. margin-left: .6rem
  24. }
  25. .ft.l12 {
  26. margin-left: 12px
  27. }
  28. .ft.r12 {
  29. margin-right: 12px
  30. }
  31. .ft.hover {
  32. cursor: pointer
  33. }
  34. .ft.hover:hover {
  35. color: #0285d7
  36. }
  37. .ft.dark {
  38. color: #0d0d0d
  39. }
  40. .ft.gray {
  41. color: #666
  42. }
  43. .ft.yellow {
  44. color: #f90
  45. }
  46. .ft.red {
  47. color: #ed3f14
  48. }
  49. .ft.green {
  50. color: #19be6b
  51. }
  52. .ft.blue {
  53. color: #2d8cf0
  54. }
  55. .ft.center {
  56. text-align: center
  57. }
  58. .ft.right {
  59. text-align: right
  60. }
  61. .ft.bold {
  62. font-weight: 700
  63. }
  64. .ft.underline {
  65. text-decoration: underline
  66. }
  67. .ft.through {
  68. text-decoration: line-through
  69. }
  70. .ft.italic {
  71. font-style: italic
  72. }
  73. .ft.cursor {
  74. cursor: pointer
  75. }
  76. .ft.h1 {
  77. font-size: 1.3rem
  78. }
  79. .ft.h2 {
  80. font-size: 1.2rem
  81. }
  82. .ft.h3 {
  83. font-size: 1.1rem
  84. }
  85. .ft.h4 {
  86. font-size: .9rem
  87. }
  88. .ft.h5 {
  89. font-size: .8rem
  90. }