@use 'variables' as *; .modal-header { text-transform: uppercase; color: $white; text-align: center; background-color: $darkgrey; display: block; padding: 15px; } .modal-body { position: relative; padding: 15px; } .btn-modal { background-color: $vividorange; color: $white; } /* Created on : Nov 16, 2017, 1:42:52 PM Author : rolf */ .product-thumb { position: relative; width: 30px; height: 30px; border: none; z-index: 1; left: -1px; top: 0px; margin: auto; } .product-image-full { position:relative; min-height: 400px; min-width: 570px; } .product-image-close { margin-top: 10px; } .product-thumb:hover { cursor: pointer; } .product-thumb-clicked { width: 250px; position:relative; z-index: 300; float: left; border: none; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .img-section { .img-list { button { box-shadow: 5px 5px 5px gray; margin-bottom: 10px; :hover { border: 3px solid #d96c00; } } overflow-y: auto; } .active { border: 3px solid #d96c00; border-radius: 1px; } div { height: 350px; } .main-img { width: 100%; max-height: 350px; } }