@charset "UTF-8";

/* ----- ローディング ----- */
.vue-pull-to-wrapper .default-text span {
    position: relative;
}

.vue-pull-to-wrapper .default-text span {
    font-size: 0;
}

.vue-pull-to-wrapper .default-text span.pull::before ,
.vue-pull-to-wrapper .default-text span.trigger::before  {
    content: " ";
    background-image: url(../../../img/common/app-loading-pull.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: center;
    width: 30px;
    height: 100%;
    display: inline-block;
}


.vue-pull-to-wrapper .default-text span.loading::before {
    content: " ";
    background-image: url(../../../img/common/app-loading-animation.svg);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: center;
    width: 30px;
    height: 100%;
    display: inline-block;
}

.vue-pull-to-wrapper .default-text span.loaded-done::before {
    content: " ";
    background-image: url(../../../img/common/app-loaded-done.png);
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: center;
    width: 19px;
    height: 100%;
    display: inline-block;
}
