Cleanup : remove plugin magnify

This commit is contained in:
touffies
2013-10-04 09:11:16 +02:00
parent 98e189390d
commit 969071f7f2
7 changed files with 0 additions and 487 deletions

View File

@@ -1,20 +0,0 @@
//
// Magnifier
// ---------------------------------------------------------------------------------------------------------------------
// Parent container
.magnify {
position: relative;
cursor:none;
}
// Magnifying glass
.magnify-large {
position: absolute;
display: none;
width: 175px; height: 175px;
@shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
.box-shadow(@shadow);
.border-radius(100%);
z-index:10;
}

View File

@@ -2,9 +2,6 @@
/* Bootstrap */
@import "bootstrap/bootstrap.less";
// Magnifying glass
@import "plugins/bootstrap-magnify/bootstrap-magnify.less";
/* FontAwesome */
@import "fontawesome/font-awesome.less";