Advertisement
deedspool

Untitled

Jun 20th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.85 KB | None | 0 0
  1. .gr-header {
  2.   background-image: url('../images/header-bg.jpg');
  3. }
  4. .gr-header:before {
  5.   background-image: url('../images/header-flare.png');
  6. }
  7. .gr-container {
  8.   background-image: url('../images/site-bg.jpg');
  9. }
  10. .gr-dialog {
  11.   background-image: url('../images/dialog.png');
  12. }
  13. .gr-dialog-close-icon {
  14.   background-image: url('../images/close.png');
  15. }
  16. .gr-toast {
  17.   background-image: url('../images/toast.png');
  18. }
  19. .gr-button.primary {
  20.   background-image: url('../images/btn.png');
  21. }
  22. .gr-button.cancel {
  23.   background-image: url('../images/btn-gray.png');
  24. }
  25. .gr-button:before {
  26.   background-image: url('../images/btn-flare.png');
  27. }
  28. .gr-button.cancel:before {
  29.   background-image: url('../images/btn-flare-gray.png');
  30. }
  31. .gr-button.special:before {
  32.   background-image: url('../images/btn-long.png');
  33. }
  34. .gr-button.special.btn-share--gray:before {
  35.   background-image: url('../images/btn-share-gray.png');
  36. }
  37. .app-drawn-dialog-ctx .gr-button.primary:before {
  38.   background-image: url('../images/btn-confirm.png');
  39. }
  40. /* business related */
  41. .app-rule-icon {
  42.   background-image: url("../images/rule.png");
  43. }
  44. .app-history-icon {
  45.   background-image: url("../images/history.png");
  46. }
  47. .app-music-icon.on {
  48.   background-image: url('../images/music_on.png');
  49. }
  50. .app-music-icon.off {
  51.   background-image: url('../images/music_off.png');
  52. }
  53. .app-token-icon {
  54.   background-image: url("../images/diamond.png");
  55. }
  56. .app-no-records-icon {
  57.   background-image: url("../images/no_record.png");
  58. }
  59. .app-history-item .app-history-inner::after {
  60.   background-image: url("../images/his-line.png");
  61. }
  62. .app-arrow-down {
  63.   background-image: url('../images/arrow-down.png');
  64. }
  65. .app-remind-check-icon {
  66.   background-image: url("../images/check.png");
  67. }
  68. /** Extra css */
  69. .tasks__arrow-down {
  70.   background-image: url('../images/arrow-down.png');
  71. }
  72. .icon--card {
  73.   background-image: url('../images/icon-card.png');
  74. }
  75. .icon--gift {
  76.   background-image: url('../images/icon-gift.png');
  77. }
  78. .icon--gift:before {
  79.   background-image: url('../images/gift-flare.png');
  80. }
  81. .icon--back {
  82.   background-image: url('../images/icon-back.png');
  83. }
  84. .icon--info {
  85.   background-image: url('../images/icon-info.png');
  86. }
  87. .icon--info--active {
  88.   background-image: url('../images/icon-info-active.png');
  89. }
  90. .icon--play {
  91.   background-image: url('../images/icon-play.png');
  92. }
  93. .icon--play--active {
  94.   background-image: url('../images/icon-play-active.png');
  95. }
  96. .icon--play--white {
  97.   background-image: url('../images/icon-play-white.png');
  98. }
  99. .icon--list {
  100.   background-image: url('../images/icon-list.png');
  101. }
  102. .icon--facebook {
  103.   background-image: url('../images/icon-facebook.png');
  104. }
  105. .tasks:before {
  106.   background-image: url('../images/tasks-bg.png');
  107. }
  108. .task {
  109.   background-image: url('../images/task-bg.png');
  110. }
  111. .task:nth-child(even) {
  112.   background-image: url('../images/task-even-bg.png');
  113. }
  114. .flip-info {
  115.   background-image: url('../images/info-bg.png');
  116. }
  117. .app-reward {
  118.   background-image: url('../images/reward-cover.png');
  119. }
  120. .app-reward-status-drawn:after {
  121.   background-image: url('../images/checked.png');
  122. }
  123. .app-reward-status-drawn {
  124.   background-image: url('../images/reward-cover-darken.png');
  125. }
  126. .app-reward-status-active {
  127.   background-image: url('../images/reward-cover-active.png');
  128. }
  129. .prog-bar__point {
  130.   background-image: url('../images/point.png');
  131. }
  132. .prog-bar__point--passed {
  133.   background-image: url('../images/point-passed.png');
  134. }
  135. .prog-bar__num {
  136.   background-image: url('../images/milestone-num.png');
  137. }
  138. .sidebar {
  139.   background-image: url('../images/sidebar-bg.png');
  140. }
  141. .menu--active {
  142.   background-image: url('../images/menu-active.png');
  143. }
  144. .list {
  145.   background-image: url('../images/list-bg.png');
  146. }
  147. .deco {
  148.   background-image: url('../images/deco.png');
  149. }
  150. .kv-description {
  151.   background-image: url('../images/kv-description-bg.png');
  152. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement