revert changes to magnific-popup.scss
This commit is contained in:
parent
12ac2f2e99
commit
4f8d0a1a96
|
@ -147,7 +147,9 @@ $caption-subtitle-color: #BDBDBD !default;
|
|||
left: 0;
|
||||
top: 0;
|
||||
padding: 0 $popup-padding-left;
|
||||
@include box-sizing(border-box);
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
// Vertical centerer helper
|
||||
|
@ -451,7 +453,9 @@ button::-moz-focus-inner {
|
|||
height: auto;
|
||||
display: block;
|
||||
line-height: 0;
|
||||
@include box-sizing(border-box);
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
padding: $image-padding-top 0 $image-padding-bottom;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
@ -530,7 +534,9 @@ button::-moz-focus-inner {
|
|||
top: auto;
|
||||
padding: 3px 5px;
|
||||
position: fixed;
|
||||
@include box-sizing(border-box);
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.mfp-img-mobile .mfp-bottom-bar:empty {
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue