Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .gr-header {
- background-image: url('{{ header-bg }}');
- }
- .gr-header:before {
- background-image: url('{{ header-flare }}');
- }
- .gr-container {
- background-image: url('{{ site-bg }}');
- }
- .gr-dialog {
- background-image: url('{{ dialog }}');
- }
- .gr-dialog-close-icon {
- background-image: url('{{ close }}');
- }
- .gr-toast {
- background-image: url('{{ toast }}');
- }
- .gr-button.primary {
- background-image: url('{{ btn }}');
- }
- .gr-button.cancel {
- background-image: url('{{ btn-gray }}');
- }
- .gr-button:before {
- background-image: url('{{ btn-flare }}');
- }
- .gr-button.cancel:before {
- background-image: url('{{ btn-flare-gray }}');
- }
- .gr-button.special:before {
- background-image: url('{{ btn-long }}');
- }
- .gr-button.special.btn-share--gray:before {
- background-image: url('{{ btn-share-gray }}');
- }
- .app-drawn-dialog-ctx .gr-button.primary:before {
- background-image: url('{{ btn-confirm }}');
- }
- .app-rule-icon {
- background-image: url("{{ rule }}");
- }
- .app-history-icon {
- background-image: url("{{ history }}");
- }
- .app-music-icon.on {
- background-image: url('{{ music_on }}');
- }
- .app-music-icon.off {
- background-image: url('{{ music_off }}');
- }
- .app-token-icon {
- background-image: url("{{ diamond }}");
- }
- .app-no-records-icon {
- background-image: url("{{ no_record }}");
- }
- .app-history-item .app-history-inner::after {
- background-image: url("{{ his-line }}");
- }
- .app-arrow-down {
- background-image: url('{{ arrow-down }}');
- }
- .app-remind-check-icon {
- background-image: url("{{ check }}");
- }
- .tasks__arrow-down {
- background-image: url('{{ arrow-down }}');
- }
- .icon--card {
- background-image: url('{{ icon-card }}');
- }
- .icon--gift {
- background-image: url('{{ icon-gift }}');
- }
- .icon--gift:before {
- background-image: url('{{ gift-flare }}');
- }
- .icon--back {
- background-image: url('{{ icon-back }}');
- }
- .icon--info {
- background-image: url('{{ icon-info }}');
- }
- .icon--info--active {
- background-image: url('{{ icon-info-active }}');
- }
- .icon--play {
- background-image: url('{{ icon-play }}');
- }
- .icon--play--active {
- background-image: url('{{ icon-play-active }}');
- }
- .icon--play--white {
- background-image: url('{{ icon-play-white }}');
- }
- .icon--list {
- background-image: url('{{ icon-list }}');
- }
- .icon--facebook {
- background-image: url('{{ icon-facebook }}');
- }
- .tasks:before {
- background-image: url('{{ tasks-bg }}');
- }
- .task {
- background-image: url('{{ task-bg }}');
- }
- .task:nth-child(even) {
- background-image: url('{{ task-even-bg }}');
- }
- .flip-info {
- background-image: url('{{ info-bg }}');
- }
- .app-reward {
- background-image: url('{{ reward-cover }}');
- }
- .app-reward-status-drawn:after {
- background-image: url('{{ checked }}');
- }
- .app-reward-status-drawn {
- background-image: url('{{ reward-cover-darken }}');
- }
- .app-reward-status-active {
- background-image: url('{{ reward-cover-active }}');
- }
- .prog-bar__point {
- background-image: url('{{ point }}');
- }
- .prog-bar__point--passed {
- background-image: url('{{ point-passed }}');
- }
- .prog-bar__num {
- background-image: url('{{ milestone-num }}');
- }
- .sidebar {
- background-image: url('{{ sidebar-bg }}');
- }
- .menu--active {
- background-image: url('{{ menu-active }}');
- }
- .list {
- background-image: url('{{ list-bg }}');
- }
- .deco {
- background-image: url('{{ deco }}');
- }
- .kv-description {
- background-image: url('{{ kv-description-bg }}');
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement