Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris-B authored Sep 8, 2020
1 parent 0821f2f commit 243a311
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions src/css/nanogallery2.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
overflow: hidden;
}



/*******************************************/
/* NGY2 ICON FONT */
/* generated with http://fontello.com */
Expand Down Expand Up @@ -217,8 +215,6 @@
touch-action: auto !important;
}
*/


/**************************************/
/* THUMBNAILS */
/**************************************/
Expand Down Expand Up @@ -547,43 +543,6 @@
100% { transform: rotate(-360deg); }
}

.nGY2 .nGY2GThumbnailPlaceholder {
position: absolute;
}

/**************************************/
/* GALLERY OVERLAY */
/**************************************/


.nGY2 .nGY2GalleryBtnOverlay {
position: absolute;
width: 40px;
height: 40px;
top: 50%;
margin-top: -20px;
z-index:10;
color: #000;
background: rgba(255, 255, 255, 0.7);
font-weight: bolder !important;
font-size: 1.5em;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor:pointer;
}
.nGY2 .nGY2GalleryBtnOverlayLeft {
left: 10px;
}
.nGY2 .nGY2GalleryBtnOverlayRight {
right: 10px;
}

.nGY2 .nGY2GalleryBtnOverlayHidden .nGY2GalleryBtnOverlay {
display: none;
}

/**************************************/
/* GALLERY BOTTOM */
/**************************************/
Expand All @@ -598,9 +557,6 @@
white-space: nowrap;
}




/**************************************/
/* GALLERY MORE-BUTTON */
/**************************************/
Expand Down

0 comments on commit 243a311

Please sign in to comment.