mirror of
https://github.com/a2nt/meta-lightbox.git
synced 2024-10-22 17:05:53 +02:00
Minor fix
This commit is contained in:
parent
0153c615e3
commit
3b2a504225
@ -1,11 +1,10 @@
|
||||
/*
|
||||
* MetaLightbox v0.5
|
||||
* http://twma.pro
|
||||
* Meta-Lightbox
|
||||
* https://tony.twma.pro
|
||||
*
|
||||
* Use jquery-zoom/jquery.zoom.js if u need to support lightbox image-zoom
|
||||
*/
|
||||
|
||||
//=require ../../bower_components/jquery-zoom/jquery.zoom.js
|
||||
|
||||
(function($, window, document) {
|
||||
|
||||
var pluginName = 'metaLightbox',
|
||||
|
@ -1,5 +1,5 @@
|
||||
$link-color: #007bff;
|
||||
$grid-float-breakpoint-max: 641px;
|
||||
$grid-float-breakpoint-max: 576px;
|
||||
|
||||
.meta-lightbox-theme-default.meta-lightbox-overlay {
|
||||
background: #666;
|
||||
|
Loading…
Reference in New Issue
Block a user