[Frontend] CSS change to center fixed position images

WTD-1048
WTD-957
This commit is contained in:
Charles Hacskaylo
2015-03-20 16:48:14 -07:00
parent 8018c8f42e
commit 379e76af4f
2 changed files with 17 additions and 25 deletions

View File

@@ -14,13 +14,6 @@
height: 100%; width: 100%;
pointer-events: none;
z-index: 0;
// &.l-grid-x {
// @include bgTicks($colorGridLines, 'x');
// }
//
// &.l-grid-y {
// @include bgTicks($colorGridLines, 'y');
// }
}
}
}
@@ -51,7 +44,7 @@
.l-fixed-position-image {
background-size: cover;
background-repeat: no-repeat;
background-position: left top;
background-position: center;
}
.l-fixed-position-text {
@@ -113,7 +106,6 @@
}
}
.l-fixed-position-item {
&:not(.s-selected):hover {
border: 1px dotted rgba($colorKey, 0.5);