Add loader css
This commit is contained in:
@@ -6,6 +6,18 @@
|
|||||||
// Collapse
|
// Collapse
|
||||||
.no-js .collapse { display: block!important; }
|
.no-js .collapse { display: block!important; }
|
||||||
|
|
||||||
|
// Loader (Overlay)
|
||||||
|
.loader {
|
||||||
|
position: fixed;
|
||||||
|
background: #fff url(../img/ajax-loader.gif) no-repeat center center;
|
||||||
|
background-color: rgba(255,255,255,.5);
|
||||||
|
display: none;
|
||||||
|
left: 0; top: 0;
|
||||||
|
width: 100%;height: 100%;
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
.oldie { position: absolute; }
|
||||||
|
|
||||||
// thumbnail
|
// thumbnail
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
&.active,
|
&.active,
|
||||||
|
|||||||
Reference in New Issue
Block a user