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