UNPKG

297 BSCSSView Raw
1.vgt-loading{
2 position: absolute;
3 width: 100%;
4 z-index: 10;
5 margin-top: 117px;
6 &__content{
7 background-color: lighten($link-color, 25%);
8 color: $link-color;
9 padding: 7px 30px;
10 border-radius: 3px;
11 }
12}
13
14.vgt-inner-wrap.is-loading{
15 opacity: 0.5;
16 pointer-events: none;
17}
\No newline at end of file