2019-12-26 20:32:28 +10:00
|
|
|
@footer-height: 100px;
|
|
|
|
@primary-btn-color: #000000;
|
|
|
|
@secondary-btn-color: #cc3a2c;
|
|
|
|
@link-color: #000000;
|
|
|
|
@text-danger-color: #cc3a2c;
|
|
|
|
@text-gray-color: #aaaaaa;
|
|
|
|
@separator-color: #eeeeee;
|
|
|
|
@breadcrumb-bg: #f8f9fa;
|
2019-12-27 13:37:38 +10:00
|
|
|
@product-title-font-size: 20px;
|
|
|
|
@product-price-font-size: 20px;
|
2019-12-26 20:32:28 +10:00
|
|
|
|
|
|
|
html {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
margin-bottom: 140px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-body{
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-top{
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-side, .product-layout{
|
|
|
|
padding-top: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-side-mobile{
|
|
|
|
background-color: transparent !important;
|
|
|
|
color: inherit !important;
|
|
|
|
text-align: center;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dragable_item{
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-header{
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cart-contents-title{
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cart-row{
|
|
|
|
padding-bottom: 10px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cart-item-row{
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cart-link{
|
|
|
|
padding-left: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.text-danger:hover, a.text-danger:focus {
|
|
|
|
color: @text-danger-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cart-update-button{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail-image{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#product-images{
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-layout{
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-title-image{
|
|
|
|
margin: auto;
|
|
|
|
max-height: 400px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail-image-container .img-fluid {
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
max-height: 100%;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=number]::-webkit-inner-spin-button,
|
|
|
|
input[type=number]::-webkit-outer-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2019-12-28 15:43:20 +10:00
|
|
|
.navbar-brand{
|
|
|
|
color: @secondary-btn-color;
|
|
|
|
letter-spacing: 4px;
|
|
|
|
padding-left: 20px;
|
2019-12-29 18:11:28 +10:00
|
|
|
padding-top: 0;
|
2019-12-28 15:43:20 +10:00
|
|
|
height: 80px;
|
|
|
|
font-size: 55px;
|
|
|
|
}
|
|
|
|
|
2019-12-26 20:32:28 +10:00
|
|
|
.navbar-brand>img {
|
|
|
|
width: auto;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail{
|
|
|
|
min-height: 415px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vertical-center {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title-image-container .img-fluid {
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
max-height: 100%;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title-image-container{
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail-image-container {
|
|
|
|
height: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-title{
|
2019-12-27 13:37:38 +10:00
|
|
|
font-size: @product-title-font-size;
|
2019-12-26 20:32:28 +10:00
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-title-home{
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-price{
|
|
|
|
padding-bottom: 10px;
|
2019-12-27 13:37:38 +10:00
|
|
|
font-size: @product-price-font-size;
|
2019-12-26 20:32:28 +10:00
|
|
|
color: @text-gray-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.productOptions{
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-option{
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btnAddToCart, .body_text{
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-option-text{
|
|
|
|
font-size: 16px;
|
|
|
|
color: @text-gray-color;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.seporator{
|
|
|
|
padding-top: 5px;
|
|
|
|
border-bottom: 1px solid @separator-color;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-group-input-pad select{
|
|
|
|
margin-top: -7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-pad-left{
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-pad-right{
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-marg-10{
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-marg-15{
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-marg-20{
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-pad-5{
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-pad-8{
|
|
|
|
padding-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-pad-10{
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-pad-20{
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-pad-50{
|
|
|
|
padding-top: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-pad-100{
|
|
|
|
padding-top: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-pad-10{
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-pad-15{
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-pad-20{
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2019-12-30 22:28:37 +10:00
|
|
|
.bottom-pad-30{
|
|
|
|
padding-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
2019-12-26 20:32:28 +10:00
|
|
|
.bottom-marg-10{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-marg-15{
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-marg-20{
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-pad-10{
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-pad-30{
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-pad-10{
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shipping-form input{
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-bar{
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb{
|
|
|
|
background-color: @breadcrumb-bg;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbProPerRow-3{
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchProPerRow-3, .searchProPerRow-4{
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropup-button{
|
|
|
|
height: 34px;
|
|
|
|
padding: 0px;
|
|
|
|
color: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu>li>a{
|
|
|
|
padding-top: 5px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.pad-bottom{
|
|
|
|
padding-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keywords{
|
|
|
|
padding-bottom: 30px;
|
|
|
|
padding-top: 20px;
|
|
|
|
font-size: 19px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.file-form{
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor_btn_action{
|
|
|
|
border-top-left-radius: 4px !important;
|
|
|
|
border-bottom-left-radius: 4px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropup-list{
|
|
|
|
padding-bottom: 5px;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notify_message{
|
|
|
|
position: fixed;
|
|
|
|
display: none;
|
|
|
|
z-index: 9999;
|
|
|
|
padding-top: 10px;
|
|
|
|
height: 50px;
|
|
|
|
bottom: 0px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group .form-control {
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-file {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.btn-file input[type=file] {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
min-width: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
font-size: 100px;
|
|
|
|
text-align: right;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
opacity: 0;
|
|
|
|
outline: none;
|
|
|
|
background: white;
|
|
|
|
cursor: inherit;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.offcanvas-element{
|
|
|
|
z-index: 100;
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-item{
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:focus {
|
|
|
|
outline: none;
|
|
|
|
background: #fbfbe9;
|
|
|
|
}
|
|
|
|
|
|
|
|
input + label {
|
|
|
|
display: block;
|
|
|
|
cursor: text;
|
|
|
|
transition: .15s ease-out all;
|
|
|
|
position: absolute;
|
|
|
|
top: .9em;
|
|
|
|
left: 1.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.floatLabel{
|
|
|
|
top: .1em;
|
|
|
|
left: 32px;
|
|
|
|
font-size: .7em;
|
|
|
|
color: #999999;
|
|
|
|
font-weight: normal;
|
|
|
|
transition: .15s ease-out all;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.form-control.customerDetails{
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: @footer-height;
|
|
|
|
padding-top: 25px;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin{
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2019-12-28 15:43:20 +10:00
|
|
|
.previous a{
|
|
|
|
border-bottom-left-radius: .25rem;
|
|
|
|
border-top-left-radius: .25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.next a{
|
|
|
|
border-bottom-right-radius: .25rem;
|
|
|
|
border-top-right-radius: .25rem;
|
|
|
|
}
|
|
|
|
|
2019-12-26 20:32:28 +10:00
|
|
|
.image-next{
|
|
|
|
position: absolute;
|
|
|
|
top: 180px;
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-prev{
|
|
|
|
position: absolute;
|
|
|
|
top: 180px;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-button{
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-button-show{
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: 0.7 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-default {
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-default .navbar-nav>li>a {
|
|
|
|
color: @primary-btn-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
|
|
|
|
color: @primary-btn-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-warning, .btn-outline-primary {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: @primary-btn-color;
|
|
|
|
border-color: @primary-btn-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-warning:hover, .btn-outline-primary:hover {
|
|
|
|
color: #ffffff !important;
|
|
|
|
background-color: @primary-btn-color !important;
|
|
|
|
border-color: @primary-btn-color !important;
|
|
|
|
opacity: 0.65;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-outline-danger{
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: @secondary-btn-color;
|
|
|
|
border-color: @secondary-btn-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-outline-danger:hover{
|
|
|
|
color: #ffffff !important;
|
|
|
|
background-color: @secondary-btn-color !important;
|
|
|
|
border-color: @secondary-btn-color !important;
|
|
|
|
opacity: 0.65;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover, a:focus {
|
|
|
|
color: @link-color;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
color: @primary-btn-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
|
|
|
|
background-color: @primary-btn-color;
|
|
|
|
border-color: @primary-btn-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-default .navbar-brand {
|
|
|
|
color: #000000;
|
|
|
|
font-size: 40px;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand-image {
|
|
|
|
padding: 0px;
|
|
|
|
height: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-item.disabled .page-link{
|
|
|
|
color:#b7b7b7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-link {
|
|
|
|
color: white;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
|
|
|
|
background-color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-block{
|
|
|
|
color: #95a5a6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-group-item:first-child, .list-group-item:last-child {
|
|
|
|
border-top-right-radius: 0px;
|
|
|
|
border-top-left-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px){
|
|
|
|
.pushy {
|
|
|
|
width: 700px;
|
|
|
|
}
|
|
|
|
.pushy-right {
|
|
|
|
-webkit-transform: translate3d(700px, 0, 0);
|
|
|
|
-ms-transform: translate3d(700px, 0, 0);
|
|
|
|
transform: translate3d(700px, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.pushy-open-right #container,
|
|
|
|
.pushy-open-right .push {
|
|
|
|
-webkit-transform: translate3d(-700px, 0, 0);
|
|
|
|
-ms-transform: translate3d(-700px, 0, 0);
|
|
|
|
transform: translate3d(-700px, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px){
|
|
|
|
.pushy {
|
|
|
|
width: calc(100%);
|
|
|
|
}
|
2019-12-28 15:43:20 +10:00
|
|
|
|
2019-12-26 20:32:28 +10:00
|
|
|
.pushy-right {
|
|
|
|
-webkit-transform: translate3d(calc(100%), 0, 0);
|
|
|
|
-ms-transform: translate3d(calc(100%), 0, 0);
|
|
|
|
transform: translate3d(calc(100%), 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.pushy-open-right #container,
|
|
|
|
.pushy-open-right .push {
|
|
|
|
-webkit-transform: translate3d(-calc(100%), 0, 0);
|
|
|
|
-ms-transform: translate3d(-calc(100%), 0, 0);
|
|
|
|
transform: translate3d(-calc(100%), 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-item{
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.showFooter{
|
|
|
|
margin-bottom: 220px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title-image-container{
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-title{
|
|
|
|
font-size: 18px;
|
|
|
|
padding-top: 18px;
|
|
|
|
min-height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-bar-input{
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-side {
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-layout{
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 30px;
|
2019-12-28 16:06:33 +10:00
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
2019-12-26 20:32:28 +10:00
|
|
|
}
|
|
|
|
|
|
|
|
#btn_search{
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cart-row{
|
|
|
|
padding-top: 10px;
|
|
|
|
border-bottom: 1px solid #ecf0f1;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cart-body{
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cart-contents-shipping{
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cart{
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
height: @footer-height;
|
|
|
|
}
|
|
|
|
|
|
|
|
body{
|
|
|
|
margin-bottom: @footer-height;
|
|
|
|
}
|
2019-12-28 15:43:20 +10:00
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
padding-left: 0px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail{
|
|
|
|
min-height: 0;
|
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
}
|