mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Optimize building process
This commit is contained in:
parent
f8a131e3bc
commit
35ef89c2a6
119 changed files with 18026 additions and 221 deletions
46
vendors/lightgallery/src/sass/lg-fb-comment-box.scss
vendored
Normal file
46
vendors/lightgallery/src/sass/lg-fb-comment-box.scss
vendored
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
@import "lg-variables";
|
||||
@import "lg-mixins";
|
||||
.lg-outer.fb-comments{
|
||||
.lg-img-wrap {
|
||||
padding-right: 400px !important;
|
||||
}
|
||||
.fb-comments {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 420px;
|
||||
z-index: 99999;
|
||||
background: #fff url("#{$lg-path-images}/loading.gif") no-repeat scroll center center;
|
||||
&.fb_iframe_widget {
|
||||
background-image: none;
|
||||
&.fb_iframe_widget_loader{
|
||||
background: #fff url("#{$lg-path-images}/loading.gif") no-repeat scroll center center;
|
||||
}
|
||||
}
|
||||
}
|
||||
.lg-toolbar {
|
||||
right: 420px;
|
||||
width: auto;
|
||||
}
|
||||
.lg-actions .lg-next {
|
||||
right: 420px;
|
||||
}
|
||||
.lg-item {
|
||||
background-image: none;
|
||||
&.lg-complete{
|
||||
.lg-img-wrap{
|
||||
background-image: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.lg-img-wrap {
|
||||
background: url("#{$lg-path-images}/loading.gif") no-repeat scroll center center transparent;
|
||||
}
|
||||
|
||||
.lg-sub-html {
|
||||
padding: 0;
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue