scratch – Blame information for rev 117
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
117 | office | 1 | /* Preloader */ |
2 | .swiper-slide .preloader { |
||
3 | width: 42px; |
||
4 | height: 42px; |
||
5 | position: absolute; |
||
6 | left: 50%; |
||
7 | top: 50%; |
||
8 | margin-left: -21px; |
||
9 | margin-top: -21px; |
||
10 | z-index: 10; |
||
11 | } |