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