[Frontend] Styling for controls

Fixes #1324
CSS, markup, WIP adding reset button
This commit is contained in:
Charles Hacskaylo
2016-11-15 10:54:00 -08:00
parent 251e3b5646
commit 9b11684ae9
6 changed files with 27 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
.l-image-main-wrapper,
.l-image-thumbs-wrapper {
.l-image-thumbs-wrapper,
.image-main {
@include absPosDefault(0, false);
}
@@ -32,7 +33,7 @@
/*************************************** MAIN IMAGE */
.l-image-main,
.image-main,
.l-image-thumb-item .l-thumb {
background-size: contain;
background-position: center;