first commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.wapl-flash,.wapl-flash .product-label{font-size:1em}.wapl-flash,.wapl-flash .product-label{width:3.706325903em;height:3.706325903em;line-height:3.706325903em;border:0}.wapl-label .product-label{padding:.6180469716em .875em;display:inline-block;margin:0 auto;font-size:.875em}.wapl-label .product-label:empty{display:none}.wapl-label{margin-bottom:.875em}
|
||||
@@ -0,0 +1 @@
|
||||
.wapl-flash,.wapl-flash .product-label{font-size:1em}.wapl-flash,.wapl-flash .product-label{width:3.706325903em;height:3.706325903em;line-height:3.706325903em;border:0}.wapl-label .product-label{padding:.6180469716em .875em;display:inline-block;margin:0 auto;font-size:.875em}.wapl-label .product-label:empty{display:none}.wapl-label{margin-bottom:.875em}
|
||||
@@ -0,0 +1,38 @@
|
||||
/**
|
||||
* WooCommerce Advanced Product Labels
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
.wapl-flash,
|
||||
.wapl-flash .product-label {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.wapl-flash,
|
||||
.wapl-flash .product-label {
|
||||
width: ms(6);
|
||||
height: ms(6);
|
||||
line-height: ms(6);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.wapl-label .product-label {
|
||||
padding: ms(-2) ms(-1);
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
font-size: ms(0);
|
||||
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.wapl-label {
|
||||
margin-bottom: ms(-1);
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.widget_layered_nav ul.colors li a{display:block}.widget_layered_nav ul.colors li .box{border:0;display:inline-block;box-sizing:border-box;border-radius:.202em;height:1.618em;width:1.618em}.widget_layered_nav ul.colors li.chosen a{opacity:1}.widget_layered_nav ul.colors li.chosen a:hover{opacity:.5}.widget_layered_nav ul.checkboxes li input{margin-left:.6180469716em}.widget_layered_nav ul.sizes li a{opacity:1}.widget_layered_nav ul.sizes li .size-filter{font-size:1em;height:1.618em;min-width:1.618em;text-align:center;line-height:1.618;background-color:#fff;border:0;opacity:.5;font-weight:600;border-radius:.202em}.widget_layered_nav ul.sizes li .size-filter:hover{opacity:1}.widget_layered_nav ul.sizes li.chosen .size-filter{opacity:1}.widget_layered_nav ul.sizes li.chosen .size-filter:hover{opacity:.5}.widget_layered_nav ul.colors li.chosen::before,.widget_layered_nav ul.checkboxes li.chosen::before,.widget_layered_nav ul.sizes li.chosen::before{display:none}.widget_layered_nav ul.colors li.show-count a,.widget_layered_nav ul.checkboxes li.show-count a,.widget_layered_nav ul.sizes li.show-count a{display:inline-block}.widget_layered_nav ul.colors li.show-count .count,.widget_layered_nav ul.checkboxes li.show-count .count,.widget_layered_nav ul.sizes li.show-count .count{float:left;line-height:1.618;font-size:1em}
|
||||
@@ -0,0 +1 @@
|
||||
.widget_layered_nav ul.colors li a{display:block}.widget_layered_nav ul.colors li .box{border:0;display:inline-block;box-sizing:border-box;border-radius:.202em;height:1.618em;width:1.618em}.widget_layered_nav ul.colors li.chosen a{opacity:1}.widget_layered_nav ul.colors li.chosen a:hover{opacity:.5}.widget_layered_nav ul.checkboxes li input{margin-right:.6180469716em}.widget_layered_nav ul.sizes li a{opacity:1}.widget_layered_nav ul.sizes li .size-filter{font-size:1em;height:1.618em;min-width:1.618em;text-align:center;line-height:1.618;background-color:#fff;border:0;opacity:.5;font-weight:600;border-radius:.202em}.widget_layered_nav ul.sizes li .size-filter:hover{opacity:1}.widget_layered_nav ul.sizes li.chosen .size-filter{opacity:1}.widget_layered_nav ul.sizes li.chosen .size-filter:hover{opacity:.5}.widget_layered_nav ul.colors li.chosen::before,.widget_layered_nav ul.checkboxes li.chosen::before,.widget_layered_nav ul.sizes li.chosen::before{display:none}.widget_layered_nav ul.colors li.show-count a,.widget_layered_nav ul.checkboxes li.show-count a,.widget_layered_nav ul.sizes li.show-count a{display:inline-block}.widget_layered_nav ul.colors li.show-count .count,.widget_layered_nav ul.checkboxes li.show-count .count,.widget_layered_nav ul.sizes li.show-count .count{float:right;line-height:1.618;font-size:1em}
|
||||
@@ -0,0 +1,120 @@
|
||||
/**
|
||||
* WooCommerce AJAX Layered Nav
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
.widget_layered_nav {
|
||||
|
||||
ul.colors {
|
||||
|
||||
li {
|
||||
|
||||
a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.box {
|
||||
border: 0;
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
border-radius: 0.202em;
|
||||
height: ms(3);
|
||||
width: ms(3);
|
||||
}
|
||||
|
||||
&.chosen {
|
||||
|
||||
a {
|
||||
opacity: 1;
|
||||
|
||||
&:hover {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul.checkboxes {
|
||||
|
||||
li {
|
||||
|
||||
input {
|
||||
margin-right: ms(-2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul.sizes {
|
||||
|
||||
li {
|
||||
|
||||
a {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.size-filter {
|
||||
font-size: 1em;
|
||||
height: ms(3);
|
||||
min-width: ms(3);
|
||||
text-align: center;
|
||||
line-height: 1.618;
|
||||
background-color: #fff;
|
||||
border: 0;
|
||||
opacity: 0.5;
|
||||
font-weight: 600;
|
||||
border-radius: 0.202em;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&.chosen {
|
||||
|
||||
.size-filter {
|
||||
opacity: 1;
|
||||
|
||||
&:hover {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul.colors,
|
||||
ul.checkboxes,
|
||||
ul.sizes {
|
||||
|
||||
li {
|
||||
|
||||
&.chosen {
|
||||
|
||||
&::before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.show-count {
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.count {
|
||||
float: right;
|
||||
line-height: 1.618;
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
#wc-bookings-booking-form{border:0;padding:0}#wc-bookings-booking-form .wc-bookings-booking-cost{margin:0;border:0}#wc-bookings-booking-form .wc-bookings-date-picker-date-fields input{margin-bottom:0}#wc-bookings-booking-form .wc-bookings-date-picker-date-fields label{width:20%}#wc-bookings-booking-form .ui-widget{font-family:inherit}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header{border:0;background-image:none}#wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;background:none}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker table{font-size:1em}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th{border:0}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td{border:0}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a{text-shadow:none}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today a,#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today span{box-shadow:inset 0 0 0 3px rgba(0,0,0,.2)}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.fully_booked a,#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.fully_booked span{text-decoration:line-through;cursor:not-allowed}#wc-bookings-booking-form .block-picker{text-align:right}#wc-bookings-booking-form .block-picker li a{border:0 !important;padding:.236em .5407911001em;display:inline-block;text-align:center}#wc-bookings-booking-form .block-picker li a:hover{text-decoration:none;border:0}.product-type-booking form.cart{padding-right:0;padding-left:0}@media(min-width: 768px){table.my_account_bookings{font-size:.875em}}
|
||||
@@ -0,0 +1 @@
|
||||
#wc-bookings-booking-form{border:0;padding:0}#wc-bookings-booking-form .wc-bookings-booking-cost{margin:0;border:0}#wc-bookings-booking-form .wc-bookings-date-picker-date-fields input{margin-bottom:0}#wc-bookings-booking-form .wc-bookings-date-picker-date-fields label{width:20%}#wc-bookings-booking-form .ui-widget{font-family:inherit}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header{border:0;background-image:none}#wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;background:none}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker table{font-size:1em}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th{border:0}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td{border:0}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a{text-shadow:none}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today a,#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today span{box-shadow:inset 0 0 0 3px rgba(0,0,0,.2)}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.fully_booked a,#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.fully_booked span{text-decoration:line-through;cursor:not-allowed}#wc-bookings-booking-form .block-picker{text-align:left}#wc-bookings-booking-form .block-picker li a{border:0 !important;padding:.236em .5407911001em;display:inline-block;text-align:center}#wc-bookings-booking-form .block-picker li a:hover{text-decoration:none;border:0}.product-type-booking form.cart{padding-left:0;padding-right:0}@media(min-width: 768px){table.my_account_bookings{font-size:.875em}}
|
||||
@@ -0,0 +1,126 @@
|
||||
/**
|
||||
* WooCommerce Bookings
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "susy";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
#wc-bookings-booking-form {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
|
||||
.wc-bookings-booking-cost {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.wc-bookings-date-picker-date-fields {
|
||||
|
||||
input {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
label {
|
||||
width: 20%;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-widget {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.wc-bookings-date-picker {
|
||||
|
||||
.ui-datepicker-header {
|
||||
border: 0;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.ui-widget-content {
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.ui-datepicker {
|
||||
|
||||
table {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
||||
th {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
td {
|
||||
border: 0;
|
||||
|
||||
&.bookable {
|
||||
|
||||
a {
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.ui-datepicker-today {
|
||||
|
||||
a,
|
||||
span {
|
||||
box-shadow: inset 0 0 0 3px rgba(#000, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
&.fully_booked {
|
||||
|
||||
a,
|
||||
span {
|
||||
text-decoration: line-through;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.block-picker {
|
||||
text-align: left;
|
||||
|
||||
li {
|
||||
|
||||
a {
|
||||
border: 0 !important;
|
||||
padding: 0.236em ms(-3);
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.product-type-booking {
|
||||
|
||||
form.cart {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@include susy-media($desktop) {
|
||||
|
||||
table.my_account_bookings {
|
||||
font-size: ms(-1);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails{text-align:center}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::before,.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after{content:"";display:table}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after{clear:both}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li{display:inline-block;width:auto !important;float:none !important;margin-bottom:0 !important}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li img{max-height:16px;width:auto;display:block}.widget_brand_nav ul li .count{float:left}.tax-product_brand .woocommerce-products-header{display:flex;flex-direction:column;margin:0 0 2.2906835em;text-align:center}.tax-product_brand .woocommerce-products-header .brand-thumbnail{margin:0 0 1em;width:auto;max-height:2.2906835em;align-self:center;order:1}.tax-product_brand .woocommerce-products-header .woocommerce-products-header__title,.tax-product_brand .woocommerce-products-header .term-description{order:2}div#brands_a_z::before,div#brands_a_z::after{content:"";display:table}div#brands_a_z::after{clear:both}div#brands_a_z ul.brands_index{margin-right:0;padding:0}div#brands_a_z ul.brands_index li{float:none;display:inline-block;margin:0 0 .2360828548em .3342343017em;padding:0;text-transform:uppercase}div#brands_a_z ul.brands_index li a,div#brands_a_z ul.brands_index li span{float:none;display:block;border:0;padding:.3819820591em;min-width:1.618em;text-align:center;background-color:#eee;color:#43454b;line-height:1}div#brands_a_z ul.brands_index li span{opacity:.3}div#brands_a_z h3{text-transform:uppercase}div#brands_a_z a.top{padding:.6180469716em;background-color:#eee;color:#43454b;border:0;line-height:1}div#brands_a_z ul.brands{margin-right:0;list-style-position:inside}div#brands_a_z ul.brands li{margin:0 0 .3819820591em;padding:0 0 .3819820591em;border-bottom:1px solid rgba(0,0,0,.05)}.storefront-wc-brands-single-product{margin:0 0 .5407911001em}.storefront-wc-brands-single-product img{max-height:2.2906835em}@media(min-width: 768px){div#brands_a_z ul.brands_index{width:21.7391304348%;float:right;margin-left:4.347826087%;transition:all .5s ease}div#brands_a_z h3{width:73.9130434783%;float:left;margin-left:0;clear:left;text-transform:uppercase}div#brands_a_z h3:first-of-type{margin-top:0}div#brands_a_z a.top{clear:left}div#brands_a_z ul.brands{width:73.9130434783%;float:left;margin-left:0;clear:left}}
|
||||
@@ -0,0 +1 @@
|
||||
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails{text-align:center}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::before,.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after{content:"";display:table}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after{clear:both}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li{display:inline-block;width:auto !important;float:none !important;margin-bottom:0 !important}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li img{max-height:16px;width:auto;display:block}.widget_brand_nav ul li .count{float:right}.tax-product_brand .woocommerce-products-header{display:flex;flex-direction:column;margin:0 0 2.2906835em;text-align:center}.tax-product_brand .woocommerce-products-header .brand-thumbnail{margin:0 0 1em;width:auto;max-height:2.2906835em;align-self:center;order:1}.tax-product_brand .woocommerce-products-header .woocommerce-products-header__title,.tax-product_brand .woocommerce-products-header .term-description{order:2}div#brands_a_z::before,div#brands_a_z::after{content:"";display:table}div#brands_a_z::after{clear:both}div#brands_a_z ul.brands_index{margin-left:0;padding:0}div#brands_a_z ul.brands_index li{float:none;display:inline-block;margin:0 .3342343017em .2360828548em 0;padding:0;text-transform:uppercase}div#brands_a_z ul.brands_index li a,div#brands_a_z ul.brands_index li span{float:none;display:block;border:0;padding:.3819820591em;min-width:1.618em;text-align:center;background-color:#eee;color:#43454b;line-height:1}div#brands_a_z ul.brands_index li span{opacity:.3}div#brands_a_z h3{text-transform:uppercase}div#brands_a_z a.top{padding:.6180469716em;background-color:#eee;color:#43454b;border:0;line-height:1}div#brands_a_z ul.brands{margin-left:0;list-style-position:inside}div#brands_a_z ul.brands li{margin:0 0 .3819820591em;padding:0 0 .3819820591em;border-bottom:1px solid rgba(0,0,0,.05)}.storefront-wc-brands-single-product{margin:0 0 .5407911001em}.storefront-wc-brands-single-product img{max-height:2.2906835em}@media(min-width: 768px){div#brands_a_z ul.brands_index{width:21.7391304348%;float:left;margin-right:4.347826087%;transition:all .5s ease}div#brands_a_z h3{width:73.9130434783%;float:right;margin-right:0;clear:right;text-transform:uppercase}div#brands_a_z h3:first-of-type{margin-top:0}div#brands_a_z a.top{clear:right}div#brands_a_z ul.brands{width:73.9130434783%;float:right;margin-right:0;clear:right}}
|
||||
@@ -0,0 +1,184 @@
|
||||
/**
|
||||
* WooCommerce Brands
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "susy";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
/**
|
||||
* Header region
|
||||
*/
|
||||
.header-widget-region {
|
||||
|
||||
.widget_brand_thumbnails {
|
||||
|
||||
ul.brand-thumbnails {
|
||||
|
||||
@include clearfix;
|
||||
text-align: center;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
width: auto !important;
|
||||
float: none !important;
|
||||
margin-bottom: 0 !important;
|
||||
|
||||
img {
|
||||
max-height: 16px;
|
||||
width: auto;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* WooCommerce Brand Layered Nav
|
||||
*/
|
||||
.widget_brand_nav {
|
||||
|
||||
ul {
|
||||
|
||||
li {
|
||||
|
||||
.count {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* WooCommerce Brand Archive
|
||||
*/
|
||||
.tax-product_brand {
|
||||
|
||||
.woocommerce-products-header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0 0 ms(4);
|
||||
text-align: center;
|
||||
|
||||
.brand-thumbnail {
|
||||
margin: 0 0 ms(1);
|
||||
width: auto;
|
||||
max-height: ms(4);
|
||||
align-self: center;
|
||||
order: 1;
|
||||
}
|
||||
|
||||
.woocommerce-products-header__title,
|
||||
.term-description {
|
||||
order: 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div#brands_a_z {
|
||||
|
||||
@include clearfix;
|
||||
|
||||
ul.brands_index {
|
||||
margin-left: 0;
|
||||
padding: 0;
|
||||
|
||||
li {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
margin: 0 ms(-5) ms(-6) 0;
|
||||
padding: 0;
|
||||
text-transform: uppercase;
|
||||
|
||||
a,
|
||||
span {
|
||||
float: none;
|
||||
display: block;
|
||||
border: 0;
|
||||
padding: ms(-4);
|
||||
min-width: ms(3);
|
||||
text-align: center;
|
||||
background-color: #eee;
|
||||
color: $color_body;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
span {
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
a.top {
|
||||
padding: ms(-2);
|
||||
background-color: #eee;
|
||||
color: $color_body;
|
||||
border: 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
ul.brands {
|
||||
margin-left: 0;
|
||||
list-style-position: inside;
|
||||
|
||||
li {
|
||||
margin: 0 0 ms(-4);
|
||||
padding: 0 0 ms(-4);
|
||||
border-bottom: 1px solid $color_border;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* WooCommerce Brand single product
|
||||
*/
|
||||
.storefront-wc-brands-single-product {
|
||||
margin: 0 0 ms(-3);
|
||||
|
||||
img {
|
||||
max-height: ms(4);
|
||||
}
|
||||
}
|
||||
|
||||
@include susy-media($desktop) {
|
||||
|
||||
div#brands_a_z {
|
||||
|
||||
ul.brands_index {
|
||||
|
||||
@include span(3 of 12);
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
||||
@include span(last 9 of 12);
|
||||
clear: right;
|
||||
text-transform: uppercase;
|
||||
|
||||
&:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a.top {
|
||||
clear: right;
|
||||
}
|
||||
|
||||
ul.brands {
|
||||
|
||||
@include span(last 9 of 12);
|
||||
clear: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.bundle_form div.bundled_product_summary{padding-bottom:1.618em !important;margin-bottom:1.618em;border-bottom:1px solid rgba(0,0,0,.05);padding-right:0}.bundle_form div.bundled_product_summary .bundled_product_images{margin-right:0}.bundle_form div.bundled_product_summary .bundled_product_images a{margin:0 !important}.bundle_form div.bundled_product_summary .bundled_product_images img{width:100% !important;margin-bottom:0}.bundle_form div.bundled_product_summary .details,.bundle_form tr.bundled_product_summary .details{font-size:.875em}.woocommerce #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce-page #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce-page div.product .bundle_form div.bundled_product_summary .bundled_product_images{width:15.7894736842%;float:right;margin-left:5.2631578947%}.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details{width:78.9473684211%;float:left;margin-left:0}.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details{padding:0 !important}.bundled_table_item .product-name{padding-right:4rem}table.shop_table_responsive tr.bundled_table_item{display:none}@media(min-width: 768px){.bundle_table_item dl.bundle_configuration{display:none}table.shop_table_responsive tr.bundled_table_item{display:table-row}.sp-product-gallery-stacked .bundle_form .bundled_product_summary .details,.storefront-full-width-content .bundle_form .bundled_product_summary .details,.page-template-template-fullwidth-php .bundle_form .bundled_product_summary .details{font-size:1em}.sp-product-gallery-stacked #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.sp-product-gallery-stacked div.product .bundle_form div.bundled_product_summary .bundled_product_images,.storefront-full-width-content #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.storefront-full-width-content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.page-template-template-fullwidth-php #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.page-template-template-fullwidth-php div.product .bundle_form div.bundled_product_summary .bundled_product_images{width:20%;float:right;margin-left:6.6666666667%}.sp-product-gallery-stacked .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details,.storefront-full-width-content .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details,.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details{width:73.3333333333%;float:left;margin-left:0}}@media(max-width: 568px){.woocommerce #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce-page #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce-page div.product .bundle_form div.bundled_product_summary .bundled_product_images{width:100%;float:right;margin-right:0;margin-left:0}.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details{width:100%;float:right;margin-right:0;margin-left:0}.bundle_form div.bundled_product_summary .bundled_product_images{max-width:50%}.bundle_form div.bundled_product_summary .bundled_product_images img{margin-bottom:1em}.bundle_form table.bundled_products td{display:block}.bundle_form table.bundled_products thead{display:none}.bundle_form table.bundled_products tr td.bundled_item_images_col{width:100%;padding-bottom:0}.bundle_form table.bundled_products tr td.bundled_item_images_col,.bundle_form table.bundled_products tr td.bundled_item_details_col{padding-bottom:0}.bundle_form table.bundled_products tr td.bundled_item_images_col{width:100%}.bundle_form table.bundled_products tr td.bundled_item_qty_col{max-width:100%;text-align:right}}
|
||||
@@ -0,0 +1 @@
|
||||
.bundle_form div.bundled_product_summary{padding-bottom:1.618em !important;margin-bottom:1.618em;border-bottom:1px solid rgba(0,0,0,.05);padding-left:0}.bundle_form div.bundled_product_summary .bundled_product_images{margin-left:0}.bundle_form div.bundled_product_summary .bundled_product_images a{margin:0 !important}.bundle_form div.bundled_product_summary .bundled_product_images img{width:100% !important;margin-bottom:0}.bundle_form div.bundled_product_summary .details,.bundle_form tr.bundled_product_summary .details{font-size:.875em}.woocommerce #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce-page #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce-page div.product .bundle_form div.bundled_product_summary .bundled_product_images{width:15.7894736842%;float:left;margin-right:5.2631578947%}.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details{width:78.9473684211%;float:right;margin-right:0}.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details{padding:0 !important}.bundled_table_item .product-name{padding-left:4rem}table.shop_table_responsive tr.bundled_table_item{display:none}@media(min-width: 768px){.bundle_table_item dl.bundle_configuration{display:none}table.shop_table_responsive tr.bundled_table_item{display:table-row}.sp-product-gallery-stacked .bundle_form .bundled_product_summary .details,.storefront-full-width-content .bundle_form .bundled_product_summary .details,.page-template-template-fullwidth-php .bundle_form .bundled_product_summary .details{font-size:1em}.sp-product-gallery-stacked #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.sp-product-gallery-stacked div.product .bundle_form div.bundled_product_summary .bundled_product_images,.storefront-full-width-content #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.storefront-full-width-content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.page-template-template-fullwidth-php #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.page-template-template-fullwidth-php div.product .bundle_form div.bundled_product_summary .bundled_product_images{width:20%;float:left;margin-right:6.6666666667%}.sp-product-gallery-stacked .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details,.storefront-full-width-content .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details,.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details{width:73.3333333333%;float:right;margin-right:0}}@media(max-width: 568px){.woocommerce #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce-page #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce-page div.product .bundle_form div.bundled_product_summary .bundled_product_images{width:100%;float:left;margin-left:0;margin-right:0}.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details{width:100%;float:left;margin-left:0;margin-right:0}.bundle_form div.bundled_product_summary .bundled_product_images{max-width:50%}.bundle_form div.bundled_product_summary .bundled_product_images img{margin-bottom:1em}.bundle_form table.bundled_products td{display:block}.bundle_form table.bundled_products thead{display:none}.bundle_form table.bundled_products tr td.bundled_item_images_col{width:100%;padding-bottom:0}.bundle_form table.bundled_products tr td.bundled_item_images_col,.bundle_form table.bundled_products tr td.bundled_item_details_col{padding-bottom:0}.bundle_form table.bundled_products tr td.bundled_item_images_col{width:100%}.bundle_form table.bundled_products tr td.bundled_item_qty_col{max-width:100%;text-align:left}}
|
||||
@@ -0,0 +1,227 @@
|
||||
/**
|
||||
* WooCommerce Product Bundles
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "susy";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
/**
|
||||
* Base
|
||||
*/
|
||||
|
||||
.bundle_form {
|
||||
|
||||
div.bundled_product_summary {
|
||||
|
||||
padding-bottom: ms(3) !important;
|
||||
margin-bottom: ms(3);
|
||||
border-bottom: 1px solid $color_border;
|
||||
|
||||
padding-left: 0;
|
||||
|
||||
.bundled_product_images {
|
||||
|
||||
margin-left: 0;
|
||||
|
||||
a {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100% !important;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div.bundled_product_summary,
|
||||
tr.bundled_product_summary {
|
||||
|
||||
.details {
|
||||
font-size: ms(-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce,
|
||||
.woocommerce-page {
|
||||
|
||||
#content div.product,
|
||||
div.product {
|
||||
|
||||
.bundle_form div.bundled_product_summary .bundled_product_images {
|
||||
|
||||
@include span( 2 of 10 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bundle_form {
|
||||
|
||||
div.bundled_product_summary:not(.thumbnail_hidden) {
|
||||
|
||||
.details {
|
||||
|
||||
@include span( last 8 of 10 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.bundle_form {
|
||||
|
||||
div.bundled_product_summary:not(.thumbnail_hidden) {
|
||||
|
||||
.details {
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bundled_table_item {
|
||||
|
||||
.product-name {
|
||||
padding-left: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
table.shop_table_responsive tr.bundled_table_item {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Desktop
|
||||
*/
|
||||
|
||||
@include susy-media($desktop) {
|
||||
|
||||
.bundle_table_item dl.bundle_configuration {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table.shop_table_responsive tr.bundled_table_item {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.sp-product-gallery-stacked,
|
||||
.storefront-full-width-content,
|
||||
.page-template-template-fullwidth-php {
|
||||
|
||||
.bundle_form {
|
||||
|
||||
.bundled_product_summary {
|
||||
|
||||
.details {
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sp-product-gallery-stacked,
|
||||
.storefront-full-width-content,
|
||||
.page-template-template-fullwidth-php {
|
||||
|
||||
#content div.product,
|
||||
div.product {
|
||||
|
||||
.bundle_form div.bundled_product_summary .bundled_product_images {
|
||||
|
||||
@include span( 2 of 8 );
|
||||
}
|
||||
}
|
||||
|
||||
.bundle_form {
|
||||
|
||||
div.bundled_product_summary:not(.thumbnail_hidden) {
|
||||
|
||||
.details {
|
||||
|
||||
@include span( last 6 of 8 );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Handheld
|
||||
*/
|
||||
|
||||
@include susy-media(max-width $handheld) {
|
||||
|
||||
.woocommerce,
|
||||
.woocommerce-page {
|
||||
|
||||
#content div.product,
|
||||
div.product {
|
||||
|
||||
.bundle_form div.bundled_product_summary .bundled_product_images {
|
||||
|
||||
@include span( 10 of 10 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bundle_form {
|
||||
|
||||
div.bundled_product_summary:not(.thumbnail_hidden) {
|
||||
|
||||
.details {
|
||||
|
||||
@include span( 10 of 10 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bundle_form {
|
||||
|
||||
div.bundled_product_summary .bundled_product_images {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
div.bundled_product_summary .bundled_product_images {
|
||||
|
||||
img {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
table.bundled_products td {
|
||||
display: block;
|
||||
}
|
||||
|
||||
table.bundled_products thead {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table.bundled_products tr td.bundled_item_images_col {
|
||||
width: 100%;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
table.bundled_products tr {
|
||||
|
||||
td.bundled_item_images_col,
|
||||
td.bundled_item_details_col {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
td.bundled_item_images_col {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
table.bundled_products tr td.bundled_item_qty_col {
|
||||
max-width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,328 @@
|
||||
/**
|
||||
* WooCommerce Composite Products
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "susy";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
/**
|
||||
* Base
|
||||
*/
|
||||
|
||||
.composite_summary .summary_element {
|
||||
|
||||
.summary_element_wrapper {
|
||||
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0);
|
||||
|
||||
&.selected,
|
||||
&.selected:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
|
||||
&.disabled,
|
||||
&.disabled:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.composite_form {
|
||||
|
||||
.component {
|
||||
|
||||
.component_summary {
|
||||
|
||||
.content {
|
||||
margin-bottom: ms(3);
|
||||
}
|
||||
|
||||
.composited_product_details_wrapper {
|
||||
|
||||
padding-left: 0;
|
||||
|
||||
.composited_product_images {
|
||||
|
||||
margin-left: 0;
|
||||
|
||||
a {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:not(.selection_thumbnail_hidden) .component_summary {
|
||||
|
||||
.composited_product_details_wrapper > .details {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.component_option_thumbnails {
|
||||
|
||||
.component_option_thumbnail {
|
||||
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0);
|
||||
|
||||
&.selected,
|
||||
&.selected:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
|
||||
&.selected:not(.loading) button {
|
||||
border-radius: 50%;
|
||||
width: 0;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
|
||||
&.disabled,
|
||||
&.disabled:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.select_label {
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce,
|
||||
.woocommerce-page {
|
||||
|
||||
#content div.product,
|
||||
div.product {
|
||||
|
||||
.component .composited_product_images {
|
||||
|
||||
@include span( 2 of 10 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.composite_form {
|
||||
|
||||
.component {
|
||||
|
||||
&:not(.selection_thumbnail_hidden) .component_summary {
|
||||
|
||||
.composited_product_details_wrapper > .details {
|
||||
|
||||
@include span( last 8 of 10 );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.component_table_item {
|
||||
|
||||
.product-name {
|
||||
padding-left: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
table.shop_table_responsive tr.component_table_item {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Desktop
|
||||
*/
|
||||
|
||||
@include susy-media($desktop) {
|
||||
|
||||
.component_container_table_item dl.composite_configuration {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table.shop_table_responsive tr.component_table_item {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.sp-product-gallery-stacked,
|
||||
.storefront-full-width-content,
|
||||
.page-template-template-fullwidth-php {
|
||||
|
||||
#content div.product,
|
||||
div.product {
|
||||
|
||||
.component .composited_product_images {
|
||||
|
||||
@include span( 2 of 8 );
|
||||
}
|
||||
}
|
||||
|
||||
.composite_form {
|
||||
|
||||
.component {
|
||||
|
||||
&:not(.selection_thumbnail_hidden) .component_summary {
|
||||
|
||||
.composited_product_details_wrapper > .details {
|
||||
|
||||
@include span( last 6 of 8 );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Handheld
|
||||
*/
|
||||
|
||||
@include susy-media(max-width $handheld) {
|
||||
|
||||
.woocommerce,
|
||||
.woocommerce-page {
|
||||
|
||||
#content div.product,
|
||||
div.product {
|
||||
|
||||
.component .composited_product_images {
|
||||
|
||||
@include span( 10 of 10 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.composite_form {
|
||||
|
||||
.component {
|
||||
|
||||
&:not(.selection_thumbnail_hidden) .component_summary {
|
||||
|
||||
.composited_product_details_wrapper > .details {
|
||||
|
||||
@include span( 10 of 10 );
|
||||
}
|
||||
}
|
||||
|
||||
.component_summary {
|
||||
|
||||
.composited_product_details_wrapper {
|
||||
|
||||
.composited_product_images {
|
||||
max-width: 50%;
|
||||
|
||||
img {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Widget
|
||||
*/
|
||||
|
||||
.widget.widget_composite_summary.widget_position_fixed {
|
||||
font-size: ms(1);
|
||||
}
|
||||
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_price {
|
||||
font-size: ms(2);
|
||||
}
|
||||
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
|
||||
|
||||
@include clearfix;
|
||||
max-width: 1064px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 0 ms(5);
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
@include susy-media (max-width $container-width) {
|
||||
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
|
||||
margin-left: ms(5);
|
||||
margin-right: ms(5);
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@include susy-media (max-width $handheld) {
|
||||
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
|
||||
margin-left: ms(2);
|
||||
margin-right: ms(2);
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper > div {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
|
||||
|
||||
.widget_composite_summary_details_wrapper {
|
||||
|
||||
@include span(9 of 12);
|
||||
}
|
||||
|
||||
.widget_composite_summary_ui_wrapper {
|
||||
|
||||
@include span(last 3 of 12);
|
||||
}
|
||||
}
|
||||
|
||||
.right-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
|
||||
|
||||
.widget_composite_summary_details_wrapper {
|
||||
|
||||
@include span(9 of 12);
|
||||
}
|
||||
|
||||
.widget_composite_summary_ui_wrapper {
|
||||
|
||||
@include span(last 3 of 12);
|
||||
}
|
||||
}
|
||||
|
||||
.left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
|
||||
|
||||
.widget_composite_summary_details_wrapper {
|
||||
|
||||
@include span(last 9 of 12);
|
||||
}
|
||||
|
||||
.widget_composite_summary_ui_wrapper {
|
||||
|
||||
@include span(3 of 12);
|
||||
}
|
||||
|
||||
.composite_button {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.wc-deposits-wrapper .wc-deposits-option li{padding:.6180469716em 1em;border:none;background:rgba(0,0,0,.0125);box-shadow:none;border-radius:0}.wc-deposits-wrapper .wc-deposits-option li:hover{background:rgba(0,0,0,.02)}.wc-deposits-wrapper .wc-deposits-option li input{margin-left:.6180469716em}.wc-deposits-wrapper .wc-deposits-payment-description{color:inherit}.wc-deposits-wrapper .wc-deposits-payment-plans{background:transparent;padding:0;border:0;box-shadow:none}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan{border:1em solid rgba(0,0,0,.0125);padding:1.618em;margin-bottom:1em}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan input{margin-left:0}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:hover{background:rgba(0,0,0,.0125)}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:last-child{border-bottom:1em solid rgba(0,0,0,.0125)}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan .wc-deposits-payment-plan-description{color:inherit;display:block;font-weight:400;opacity:.5}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan label{max-width:none}.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans{margin-bottom:1.618em}.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans::after{display:none}.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans::before{border-bottom-color:rgba(0,0,0,.025);top:-1px}
|
||||
@@ -0,0 +1 @@
|
||||
.wc-deposits-wrapper .wc-deposits-option li{padding:.6180469716em 1em;border:none;background:rgba(0,0,0,.0125);box-shadow:none;border-radius:0}.wc-deposits-wrapper .wc-deposits-option li:hover{background:rgba(0,0,0,.02)}.wc-deposits-wrapper .wc-deposits-option li input{margin-right:.6180469716em}.wc-deposits-wrapper .wc-deposits-payment-description{color:inherit}.wc-deposits-wrapper .wc-deposits-payment-plans{background:transparent;padding:0;border:0;box-shadow:none}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan{border:1em solid rgba(0,0,0,.0125);padding:1.618em;margin-bottom:1em}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan input{margin-right:0}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:hover{background:rgba(0,0,0,.0125)}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:last-child{border-bottom:1em solid rgba(0,0,0,.0125)}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan .wc-deposits-payment-plan-description{color:inherit;display:block;font-weight:400;opacity:.5}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan label{max-width:none}.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans{margin-bottom:1.618em}.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans::after{display:none}.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans::before{border-bottom-color:rgba(0,0,0,.025);top:-1px}
|
||||
@@ -0,0 +1,93 @@
|
||||
/**
|
||||
* WooCommerce Deposits
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
/**
|
||||
* Style
|
||||
*/
|
||||
.wc-deposits-wrapper {
|
||||
|
||||
.wc-deposits-option {
|
||||
|
||||
li {
|
||||
padding: ms(-2) 1em;
|
||||
border: none;
|
||||
background: rgba(#000, 0.0125);
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
|
||||
&:hover {
|
||||
background: rgba(#000, 0.02);
|
||||
}
|
||||
|
||||
input {
|
||||
margin-right: ms(-2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wc-deposits-payment-description {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.wc-deposits-payment-plans {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
|
||||
li.wc-deposits-payment-plan {
|
||||
border: 1em solid rgba(#000, 0.0125);
|
||||
padding: ms(3);
|
||||
margin-bottom: 1em;
|
||||
|
||||
input {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: rgba(#000, 0.0125);
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-bottom: 1em solid rgba(#000, 0.0125);
|
||||
}
|
||||
|
||||
.wc-deposits-payment-plan-description {
|
||||
color: inherit;
|
||||
display: block;
|
||||
font-weight: 400;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
label {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.wc-deposits-optional {
|
||||
|
||||
.wc-deposits-payment-plans {
|
||||
margin-bottom: ms(3);
|
||||
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&::before {
|
||||
border-bottom-color: rgba(#000, 0.025);
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area a::before{content:""}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-memberships a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-memberships a::before{content:""}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-content a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-content a::before{content:""}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-products a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-products a::before{content:""}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-discounts a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-discounts a::before{content:""}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-notes a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-notes a::before{content:""}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-details a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-details a::before{content:""}@media(max-width: 768px){.woocommerce-account table.my_account_memberships{table-layout:auto}}
|
||||
@@ -0,0 +1 @@
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area a::before{content:""}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-memberships a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-memberships a::before{content:""}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-content a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-content a::before{content:""}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-products a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-products a::before{content:""}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-discounts a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-discounts a::before{content:""}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-notes a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-notes a::before{content:""}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-details a::before,.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-details a::before{content:""}@media(max-width: 768px){.woocommerce-account table.my_account_memberships{table-layout:auto}}
|
||||
@@ -0,0 +1,64 @@
|
||||
/**
|
||||
* WooCommerce Memberships
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "susy";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
@import "../../sass/vendors/font-awesome/variables";
|
||||
|
||||
.woocommerce,
|
||||
.woocommerce-page {
|
||||
|
||||
.woocommerce-MyAccount-navigation {
|
||||
|
||||
ul {
|
||||
|
||||
li.woocommerce-MyAccount-navigation-link--members-area a::before {
|
||||
content: fa-content($fa-var-lock);
|
||||
}
|
||||
|
||||
li.woocommerce-MyAccount-navigation-link--back-to-memberships a::before {
|
||||
content: fa-content($fa-var-arrow-circle-left);
|
||||
}
|
||||
|
||||
li.woocommerce-MyAccount-navigation-link--my-membership-content a::before {
|
||||
content: fa-content($fa-var-lock);
|
||||
}
|
||||
|
||||
li.woocommerce-MyAccount-navigation-link--my-membership-products a::before {
|
||||
content: fa-content($fa-var-shopping-cart);
|
||||
}
|
||||
|
||||
li.woocommerce-MyAccount-navigation-link--my-membership-discounts a::before {
|
||||
content: fa-content($fa-var-tags);
|
||||
}
|
||||
|
||||
li.woocommerce-MyAccount-navigation-link--my-membership-notes a::before {
|
||||
content: fa-content($fa-var-comment);
|
||||
}
|
||||
|
||||
li.woocommerce-MyAccount-navigation-link--my-membership-details a::before {
|
||||
content: fa-content($fa-var-cog);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include susy-media (max-width $desktop) {
|
||||
|
||||
.woocommerce-account {
|
||||
|
||||
table {
|
||||
|
||||
&.my_account_memberships {
|
||||
table-layout: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.mnm_table .product-thumbnail,.mnm_table .product-name,.mnm_table .product-quantity,.mnm_table .container-quantity{padding:.6180469716em .875em !important}.mnm_table .mnm_item img{max-width:100%}.mnm_table .product-name{vertical-align:middle}.cart .mnm_table_item .product-thumbnail img,.shop_table .mnm_table_item .product-thumbnail img{max-width:2.617924em !important}.cart .mnm_table_item .mnm_table_item_indent,.shop_table .mnm_table_item .mnm_table_item_indent{padding-right:0}.cart .mnm_table_item .product-name,.cart .mnm_table_item .product-price,.cart .mnm_table_item .product-quantity,.shop_table .mnm_table_item .product-name,.shop_table .mnm_table_item .product-price,.shop_table .mnm_table_item .product-quantity{font-size:1em}.mnm_image{max-width:3.706325903em}
|
||||
@@ -0,0 +1 @@
|
||||
.mnm_table .product-thumbnail,.mnm_table .product-name,.mnm_table .product-quantity,.mnm_table .container-quantity{padding:.6180469716em .875em !important}.mnm_table .mnm_item img{max-width:100%}.mnm_table .product-name{vertical-align:middle}.cart .mnm_table_item .product-thumbnail img,.shop_table .mnm_table_item .product-thumbnail img{max-width:2.617924em !important}.cart .mnm_table_item .mnm_table_item_indent,.shop_table .mnm_table_item .mnm_table_item_indent{padding-left:0}.cart .mnm_table_item .product-name,.cart .mnm_table_item .product-price,.cart .mnm_table_item .product-quantity,.shop_table .mnm_table_item .product-name,.shop_table .mnm_table_item .product-price,.shop_table .mnm_table_item .product-quantity{font-size:1em}.mnm_image{max-width:3.706325903em}
|
||||
@@ -0,0 +1,59 @@
|
||||
/**
|
||||
* WooCommerce Mix and Match
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
.mnm_table {
|
||||
|
||||
.product-thumbnail,
|
||||
.product-name,
|
||||
.product-quantity,
|
||||
.container-quantity {
|
||||
padding: ms(-2) ms(-1) !important;
|
||||
}
|
||||
|
||||
.mnm_item {
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.product-name {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
.cart,
|
||||
.shop_table {
|
||||
|
||||
.mnm_table_item {
|
||||
|
||||
.product-thumbnail {
|
||||
|
||||
img {
|
||||
max-width: ms(5) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.mnm_table_item_indent {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.product-name,
|
||||
.product-price,
|
||||
.product-quantity {
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mnm_image {
|
||||
max-width: ms(6);
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.woocommerce ul.products li.product-type-photography,.woocommerce-page ul.products li.product-type-photography{text-align:right}.woocommerce ul.products li.product-type-photography::before,.woocommerce ul.products li.product-type-photography::after,.woocommerce-page ul.products li.product-type-photography::before,.woocommerce-page ul.products li.product-type-photography::after{content:"";display:table}.woocommerce ul.products li.product-type-photography::after,.woocommerce-page ul.products li.product-type-photography::after{clear:both}.woocommerce ul.products li.product-type-photography .photography-image,.woocommerce ul.products li.product-type-photography .photography-content,.woocommerce-page ul.products li.product-type-photography .photography-image,.woocommerce-page ul.products li.product-type-photography .photography-content{float:none;width:100%}.woocommerce ul.products li.product-type-photography .photography-image img,.woocommerce-page ul.products li.product-type-photography .photography-image img{width:100%}.woocommerce ul.products li.product-type-photography .photography-sku,.woocommerce-page ul.products li.product-type-photography .photography-sku{border-bottom:1px solid rgba(0,0,0,.05)}.woocommerce ul.products li.product-type-photography .sku,.woocommerce-page ul.products li.product-type-photography .sku{font-weight:600}.woocommerce .photography-products .tools,.woocommerce-page .photography-products .tools{margin-bottom:2.617924em;background-color:rgba(0,0,0,.025);padding:1em 1.618em 1em 1em;border:0}
|
||||
@@ -0,0 +1 @@
|
||||
.woocommerce ul.products li.product-type-photography,.woocommerce-page ul.products li.product-type-photography{text-align:left}.woocommerce ul.products li.product-type-photography::before,.woocommerce ul.products li.product-type-photography::after,.woocommerce-page ul.products li.product-type-photography::before,.woocommerce-page ul.products li.product-type-photography::after{content:"";display:table}.woocommerce ul.products li.product-type-photography::after,.woocommerce-page ul.products li.product-type-photography::after{clear:both}.woocommerce ul.products li.product-type-photography .photography-image,.woocommerce ul.products li.product-type-photography .photography-content,.woocommerce-page ul.products li.product-type-photography .photography-image,.woocommerce-page ul.products li.product-type-photography .photography-content{float:none;width:100%}.woocommerce ul.products li.product-type-photography .photography-image img,.woocommerce-page ul.products li.product-type-photography .photography-image img{width:100%}.woocommerce ul.products li.product-type-photography .photography-sku,.woocommerce-page ul.products li.product-type-photography .photography-sku{border-bottom:1px solid rgba(0,0,0,.05)}.woocommerce ul.products li.product-type-photography .sku,.woocommerce-page ul.products li.product-type-photography .sku{font-weight:600}.woocommerce .photography-products .tools,.woocommerce-page .photography-products .tools{margin-bottom:2.617924em;background-color:rgba(0,0,0,.025);padding:1em 1em 1em 1.618em;border:0}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* WooCommerce Photography
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "susy";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
.woocommerce,
|
||||
.woocommerce-page {
|
||||
|
||||
ul.products {
|
||||
|
||||
li.product-type-photography {
|
||||
|
||||
@include clearfix;
|
||||
text-align: left;
|
||||
|
||||
.photography-image,
|
||||
.photography-content {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.photography-image {
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.photography-sku {
|
||||
border-bottom: 1px solid $color_border;
|
||||
}
|
||||
|
||||
.sku {
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce,
|
||||
.woocommerce-page {
|
||||
|
||||
.photography-products {
|
||||
|
||||
.tools {
|
||||
margin-bottom: ms(5);
|
||||
background-color: rgba(0, 0, 0, 0.025);
|
||||
padding: 1em 1em 1em ms(3);
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.wc-prl-recommendations h2{font-size:1.618em}.wc-prl-recommendations.wc-prl-page-product_details.wc-prl-location-before_tabs h2,.wc-prl-recommendations.wc-prl-page-product_details.wc-prl-location-after_tabs h2{margin-bottom:1em;text-align:center}.wc-prl-recommendations.wc-prl-page-product_details.wc-prl-location-after_summary{margin-top:1.41575em}.wc-prl-recommendations.wc-prl-location-after_pay_button{margin-top:1.41575em}.wc-prl-recommendations.wc-prl-page-checkout.wc-prl-location-order_review{margin-top:2.617924em}
|
||||
@@ -0,0 +1 @@
|
||||
.wc-prl-recommendations h2{font-size:1.618em}.wc-prl-recommendations.wc-prl-page-product_details.wc-prl-location-before_tabs h2,.wc-prl-recommendations.wc-prl-page-product_details.wc-prl-location-after_tabs h2{margin-bottom:1em;text-align:center}.wc-prl-recommendations.wc-prl-page-product_details.wc-prl-location-after_summary{margin-top:1.41575em}.wc-prl-recommendations.wc-prl-location-after_pay_button{margin-top:1.41575em}.wc-prl-recommendations.wc-prl-page-checkout.wc-prl-location-order_review{margin-top:2.617924em}
|
||||
@@ -0,0 +1,50 @@
|
||||
/**
|
||||
* WooCommerce Product Recommendations
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "susy";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
/**
|
||||
* Base
|
||||
*/
|
||||
.wc-prl-recommendations {
|
||||
|
||||
h2 {
|
||||
font-size: ms(3);
|
||||
}
|
||||
|
||||
&.wc-prl-page-product_details {
|
||||
|
||||
&.wc-prl-location-before_tabs,
|
||||
&.wc-prl-location-after_tabs {
|
||||
|
||||
h2 {
|
||||
margin-bottom: ms(1);
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
&.wc-prl-location-after_summary {
|
||||
margin-top: ms(2);
|
||||
}
|
||||
}
|
||||
|
||||
&.wc-prl-location-after_pay_button {
|
||||
margin-top: ms(2);
|
||||
}
|
||||
|
||||
&.wc-prl-page-checkout {
|
||||
|
||||
&.wc-prl-location-order_review {
|
||||
margin-top: ms(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,226 @@
|
||||
/**
|
||||
* WooCommerce Product Reviews Pro
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "susy";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
.woocommerce,
|
||||
.woocommerce-page {
|
||||
|
||||
#reviews {
|
||||
|
||||
.product-rating {
|
||||
|
||||
.product-rating-summary,
|
||||
.product-rating-details {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.product-rating-summary {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.product-rating-details {
|
||||
|
||||
table {
|
||||
|
||||
td {
|
||||
padding: 0.202em ms(-3);
|
||||
|
||||
&.rating-graph {
|
||||
|
||||
.bar {
|
||||
background-color: $color_body;
|
||||
}
|
||||
}
|
||||
|
||||
&.rating-count {
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-contribution {
|
||||
border-color: $color_border;
|
||||
padding: 1em;
|
||||
|
||||
#review_rating_field {
|
||||
|
||||
fieldset {
|
||||
float: left;
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
|
||||
&.checkbox::before {
|
||||
font-size: ms(-1);
|
||||
}
|
||||
}
|
||||
|
||||
.star-label {
|
||||
float: none;
|
||||
margin-left: ms(-2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-row {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
.contribution-karma {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#comments {
|
||||
|
||||
ol.commentlist {
|
||||
|
||||
li {
|
||||
padding-top: 0;
|
||||
|
||||
img.avatar {
|
||||
width: ms(5);
|
||||
height: auto;
|
||||
margin: 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.description {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.comment-text {
|
||||
margin-left: 0;
|
||||
|
||||
img,
|
||||
iframe {
|
||||
margin-bottom: ms(3);
|
||||
}
|
||||
}
|
||||
|
||||
h3.contribution-title {
|
||||
margin: 0;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.contribution-actions {
|
||||
|
||||
a {
|
||||
color: $color_links;
|
||||
|
||||
&.done {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul.children {
|
||||
|
||||
li {
|
||||
margin-bottom: ms(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-contribution_comment {
|
||||
|
||||
@include span(last 5 of 6);
|
||||
margin-bottom: ms(6);
|
||||
padding-top: ms(3);
|
||||
}
|
||||
|
||||
ul.children + .form-contribution_comment {
|
||||
border-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.contribution-flag-form {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
padding: ms(3);
|
||||
margin-bottom: ms(3);
|
||||
}
|
||||
}
|
||||
|
||||
.form-photo {
|
||||
|
||||
#photo_attachment_file {
|
||||
color: inherit;
|
||||
margin: 1em 0;
|
||||
}
|
||||
}
|
||||
|
||||
.contribution-type-selector {
|
||||
margin: 0;
|
||||
|
||||
> a {
|
||||
display: inline-block;
|
||||
margin-right: 1em;
|
||||
padding: ms(-3) 0;
|
||||
border-bottom: 0.202em solid rgba(0, 0, 0, 0.05);
|
||||
|
||||
&.active {
|
||||
border-bottom-color: $color_border;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.star-rating-selector {
|
||||
|
||||
fieldset {
|
||||
float: none;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
> label:first-child {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
||||
.star-rating-selector:not(:checked) {
|
||||
|
||||
label.checkbox {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
#wc-product-reviews-pro-modal {
|
||||
|
||||
#customer_login {
|
||||
|
||||
.col-1,
|
||||
.col-2 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#tiptip_content,
|
||||
.chart-tooltip {
|
||||
font-size: ms(-1);
|
||||
padding: ms(-2) 1em;
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
|
||||
border-bottom-color: rgba(0, 0, 0, 0.8);
|
||||
margin-top: -6px;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.quick-view-button span{display:none}div.quick-view div.quick-view-image a.button{border:0;background:none;background-color:#43454b;border-color:#43454b;color:#fff;cursor:pointer;padding:.6180469716em 1.41575em;text-decoration:none;font-weight:600;text-shadow:none;display:inline-block;outline:none;-webkit-appearance:none;border-radius:0;box-shadow:inset 0 -1px 0 rgba(0,0,0,.3);line-height:inherit;display:block}
|
||||
@@ -0,0 +1 @@
|
||||
.quick-view-button span{display:none}div.quick-view div.quick-view-image a.button{border:0;background:none;background-color:#43454b;border-color:#43454b;color:#fff;cursor:pointer;padding:.6180469716em 1.41575em;text-decoration:none;font-weight:600;text-shadow:none;display:inline-block;outline:none;-webkit-appearance:none;border-radius:0;box-shadow:inset 0 -1px 0 rgba(0,0,0,.3);line-height:inherit;display:block}
|
||||
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* WooCommerce Mix and Match
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
.quick-view-button {
|
||||
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
div.quick-view div.quick-view-image a.button {
|
||||
|
||||
@include button();
|
||||
line-height: inherit;
|
||||
display: block;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.woocommerce-page .woocommerce-checkout-review-order-table th.product-name{width:70%}.woocommerce-page #shipping_addresses{padding-top:1.618em}.woocommerce-page .ship_address,.woocommerce-page .no_shipping_address{float:none;width:auto;margin:0 0 1.618em;background-color:rgba(0,0,0,.025);border:0;padding:1em;line-height:inherit;border-radius:0;font-size:.875em}.woocommerce-page .ship_address dl,.woocommerce-page .no_shipping_address dl{margin-top:0}.woocommerce-page .ship_address dl dd,.woocommerce-page .no_shipping_address dl dd{margin-bottom:1em}.woocommerce-page .ship_address address,.woocommerce-page .no_shipping_address address{margin:0}.woocommerce-page .ship_address .note-form,.woocommerce-page .no_shipping_address .note-form{margin-bottom:1.618em;padding-top:1em}.woocommerce-page .ship_address .modify-address-button,.woocommerce-page .no_shipping_address .modify-address-button{display:block;margin-top:1em}.woocommerce-page .addresses{clear:both}.woocommerce-page .addresses::before,.woocommerce-page .addresses::after{content:"";display:table}.woocommerce-page .addresses::after{clear:both}.woocommerce-page .addresses .address-block{margin:0 0 1.618em;width:47.0588235294%;float:right;margin-left:5.8823529412%}.woocommerce-page .addresses .address-block:nth-child(3),.woocommerce-page .addresses .address-block:nth-child(5),.woocommerce-page .addresses .address-block:nth-child(7){margin-left:0 !important}.woocommerce-page .addresses .address-block .buttons{text-align:inherit;position:static}.woocommerce-page .addresses .address-block .buttons .button{width:auto}.woocommerce-page.page-template-template-fullwidth-php .ship_address,.woocommerce-page.page-template-template-fullwidth-php .no_shipping_address{font-size:1em}.woocommerce-page.page-template-template-fullwidth-php .address-block{width:47.8260869565%;float:right;margin-left:4.347826087%}
|
||||
@@ -0,0 +1 @@
|
||||
.woocommerce-page .woocommerce-checkout-review-order-table th.product-name{width:70%}.woocommerce-page #shipping_addresses{padding-top:1.618em}.woocommerce-page .ship_address,.woocommerce-page .no_shipping_address{float:none;width:auto;margin:0 0 1.618em;background-color:rgba(0,0,0,.025);border:0;padding:1em;line-height:inherit;border-radius:0;font-size:.875em}.woocommerce-page .ship_address dl,.woocommerce-page .no_shipping_address dl{margin-top:0}.woocommerce-page .ship_address dl dd,.woocommerce-page .no_shipping_address dl dd{margin-bottom:1em}.woocommerce-page .ship_address address,.woocommerce-page .no_shipping_address address{margin:0}.woocommerce-page .ship_address .note-form,.woocommerce-page .no_shipping_address .note-form{margin-bottom:1.618em;padding-top:1em}.woocommerce-page .ship_address .modify-address-button,.woocommerce-page .no_shipping_address .modify-address-button{display:block;margin-top:1em}.woocommerce-page .addresses{clear:both}.woocommerce-page .addresses::before,.woocommerce-page .addresses::after{content:"";display:table}.woocommerce-page .addresses::after{clear:both}.woocommerce-page .addresses .address-block{margin:0 0 1.618em;width:47.0588235294%;float:left;margin-right:5.8823529412%}.woocommerce-page .addresses .address-block:nth-child(3),.woocommerce-page .addresses .address-block:nth-child(5),.woocommerce-page .addresses .address-block:nth-child(7){margin-right:0 !important}.woocommerce-page .addresses .address-block .buttons{text-align:inherit;position:static}.woocommerce-page .addresses .address-block .buttons .button{width:auto}.woocommerce-page.page-template-template-fullwidth-php .ship_address,.woocommerce-page.page-template-template-fullwidth-php .no_shipping_address{font-size:1em}.woocommerce-page.page-template-template-fullwidth-php .address-block{width:47.8260869565%;float:left;margin-right:4.347826087%}
|
||||
@@ -0,0 +1,101 @@
|
||||
/**
|
||||
* WooCommerce Product Reviews Pro
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "susy";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
.woocommerce-page {
|
||||
|
||||
.woocommerce-checkout-review-order-table {
|
||||
|
||||
th.product-name {
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
#shipping_addresses {
|
||||
padding-top: ms(3);
|
||||
}
|
||||
|
||||
.ship_address,
|
||||
.no_shipping_address {
|
||||
float: none;
|
||||
width: auto;
|
||||
margin: 0 0 ms(3);
|
||||
background-color: rgba(#000, 0.025);
|
||||
border: 0;
|
||||
padding: 1em;
|
||||
line-height: inherit;
|
||||
border-radius: 0;
|
||||
font-size: ms(-1);
|
||||
|
||||
dl {
|
||||
margin-top: 0;
|
||||
|
||||
dd {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
address {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.note-form {
|
||||
margin-bottom: ms(3);
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
.modify-address-button {
|
||||
display: block;
|
||||
margin-top: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.addresses {
|
||||
clear: both;
|
||||
|
||||
@include clearfix;
|
||||
|
||||
.address-block {
|
||||
margin: 0 0 ms(3);
|
||||
|
||||
@include span(4.5 of 9);
|
||||
|
||||
&:nth-child(3),
|
||||
&:nth-child(5),
|
||||
&:nth-child(7) {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
text-align: inherit;
|
||||
position: static;
|
||||
|
||||
.button {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.page-template-template-fullwidth-php {
|
||||
|
||||
.ship_address,
|
||||
.no_shipping_address {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.address-block {
|
||||
|
||||
@include span(6 of 12);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.woocommerce .coupon-container,.woocommerce-page .coupon-container{margin:0;box-shadow:none}.woocommerce .coupon-container.medium,.woocommerce-page .coupon-container.medium{line-height:inherit;padding:.6180469716em}.woocommerce .generated_coupon_summary,.woocommerce-page .generated_coupon_summary{margin:0}.woocommerce .coupon-content.small,.woocommerce-page .coupon-content.small{padding:.6180469716em 1.41575em}.woocommerce .coupon-content .coupon-expire,.woocommerce .coupon-content .discount-info,.woocommerce-page .coupon-content .coupon-expire,.woocommerce-page .coupon-content .discount-info{font-family:inherit}.woocommerce #coupons_list,.woocommerce-page #coupons_list{margin-bottom:1.618em}.sd-buttons-transparent.woocommerce .coupon-container,.sd-buttons-transparent.woocommerce-page .coupon-container{background:transparent !important;padding:0}@media(min-width: 768px){.sc_info_box{width:41.1764705882%;float:left;margin-left:0;padding-right:2.0833333333%;padding-left:2.0833333333%}.page-template-template-fullwidth-php .sc_info_box{width:39.1304347826%;float:left;margin-left:0;margin-right:0}}
|
||||
@@ -0,0 +1 @@
|
||||
.woocommerce .coupon-container,.woocommerce-page .coupon-container{margin:0;box-shadow:none}.woocommerce .coupon-container.medium,.woocommerce-page .coupon-container.medium{line-height:inherit;padding:.6180469716em}.woocommerce .generated_coupon_summary,.woocommerce-page .generated_coupon_summary{margin:0}.woocommerce .coupon-content.small,.woocommerce-page .coupon-content.small{padding:.6180469716em 1.41575em}.woocommerce .coupon-content .coupon-expire,.woocommerce .coupon-content .discount-info,.woocommerce-page .coupon-content .coupon-expire,.woocommerce-page .coupon-content .discount-info{font-family:inherit}.woocommerce #coupons_list,.woocommerce-page #coupons_list{margin-bottom:1.618em}.sd-buttons-transparent.woocommerce .coupon-container,.sd-buttons-transparent.woocommerce-page .coupon-container{background:transparent !important;padding:0}@media(min-width: 768px){.sc_info_box{width:41.1764705882%;float:right;margin-right:0;padding-left:2.0833333333%;padding-right:2.0833333333%}.page-template-template-fullwidth-php .sc_info_box{width:39.1304347826%;float:right;margin-right:0;margin-left:0}}
|
||||
@@ -0,0 +1,74 @@
|
||||
/**
|
||||
* WooCommerce Smart Coupons
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "../../sass/utils/variables";
|
||||
@import "susy";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
.woocommerce,
|
||||
.woocommerce-page {
|
||||
|
||||
.coupon-container {
|
||||
margin: 0;
|
||||
box-shadow: none;
|
||||
|
||||
&.medium {
|
||||
line-height: inherit;
|
||||
padding: ms(-2);
|
||||
}
|
||||
}
|
||||
|
||||
.generated_coupon_summary {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.coupon-content {
|
||||
|
||||
&.small {
|
||||
padding: ms(-2) ms(2);
|
||||
}
|
||||
|
||||
.coupon-expire,
|
||||
.discount-info {
|
||||
font-family: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
#coupons_list {
|
||||
margin-bottom: ms(3);
|
||||
}
|
||||
}
|
||||
|
||||
.sd-buttons-transparent {
|
||||
|
||||
&.woocommerce,
|
||||
&.woocommerce-page {
|
||||
|
||||
.coupon-container {
|
||||
background: transparent !important;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include susy-media($desktop) {
|
||||
|
||||
.sc_info_box {
|
||||
|
||||
@include span(last 4 of 9);
|
||||
@include gutters(inside);
|
||||
}
|
||||
|
||||
.page-template-template-fullwidth-php {
|
||||
|
||||
.sc_info_box {
|
||||
|
||||
@include span(last 5 of 12);
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.variations-table{margin:0}.variations-table th,.variations-table td{display:block;padding:0;background-color:transparent}.variations-table td.label{margin-bottom:1em}.variations-table .swatch-wrapper{padding:.6180469716em;background-color:transparent;border:1px solid rgba(0,0,0,.1);float:right;display:inline-block;margin:0 0 1em .327em}.variations-table .swatch-wrapper img{opacity:.5}.variations-table .swatch-wrapper .swatch-anchor:focus{outline:none}.variations-table .swatch-wrapper.selected,.variations-table .swatch-wrapper:hover{padding:.6180469716em;background-color:#fff}.variations-table .swatch-wrapper.selected img,.variations-table .swatch-wrapper:hover img{opacity:1}.variations-table .swatch-wrapper.selected{border-width:1px;border-color:rgba(0,0,0,.1)}a#variations_clear{display:block;margin:1em 0 1.618em}
|
||||
@@ -0,0 +1 @@
|
||||
.variations-table{margin:0}.variations-table th,.variations-table td{display:block;padding:0;background-color:transparent}.variations-table td.label{margin-bottom:1em}.variations-table .swatch-wrapper{padding:.6180469716em;background-color:transparent;border:1px solid rgba(0,0,0,.1);float:left;display:inline-block;margin:0 .327em 1em 0}.variations-table .swatch-wrapper img{opacity:.5}.variations-table .swatch-wrapper .swatch-anchor:focus{outline:none}.variations-table .swatch-wrapper.selected,.variations-table .swatch-wrapper:hover{padding:.6180469716em;background-color:#fff}.variations-table .swatch-wrapper.selected img,.variations-table .swatch-wrapper:hover img{opacity:1}.variations-table .swatch-wrapper.selected{border-width:1px;border-color:rgba(0,0,0,.1)}a#variations_clear{display:block;margin:1em 0 1.618em}
|
||||
@@ -0,0 +1,66 @@
|
||||
/**
|
||||
* WooCommerce Variation Swatches
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
.variations-table {
|
||||
margin: 0;
|
||||
|
||||
th,
|
||||
td {
|
||||
display: block;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
td.label {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.swatch-wrapper {
|
||||
padding: ms(-2);
|
||||
background-color: transparent;
|
||||
border: 1px solid rgba(#000, 0.1);
|
||||
float: left;
|
||||
display: inline-block;
|
||||
margin: 0 0.327em 1em 0;
|
||||
|
||||
img {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.swatch-anchor {
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.selected,
|
||||
&:hover {
|
||||
padding: ms(-2);
|
||||
background-color: #fff;
|
||||
|
||||
img {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&.selected {
|
||||
border-width: 1px;
|
||||
border-color: rgba(#000, 0.1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a#variations_clear {
|
||||
display: block;
|
||||
margin: 1em 0 ms(3);
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
#wl-wrapper.wl-button-wrap{padding:1.618em 0 0 0}.wl-add-link{padding-right:0 !important;background:none !important}#wl-wrapper .wl-tabs{border-bottom:0 !important}#wl-wrapper .wl-tabs>li{float:none !important}#wl-wrapper .wl-tabs>li>a{padding:1em 1.41575em;border:0 !important;margin:0 !important;border-top-right-radius:0;border-top-left-radius:0;background-color:transparent !important}#wl-wrapper .wl-tabs>li.active a{box-shadow:inset 0 -3px 0 rgba(0,0,0,.1)}#wl-wrapper .wl-table td{padding:.875em 1.41575em !important}#wl-wrapper .wl-table td:first-child{padding-right:1.41575em !important}#wl-wrapper .wl-table.manage td{padding:.5407911001em !important}#wl-wrapper .wl-meta-share,#wl-wrapper .wl-share-url{border-bottom-color:rgba(0,0,0,.05)}.wl-tab-wrap ul.tabs,.wl-tab-wrap .panel{width:100%;margin:0}.wl-tab-wrap ul.tabs li::after{display:none !important}@media(min-width: 768px){#wl-wrapper .wl-tabs>li a{padding-right:0}#wl-wrapper .wl-tabs>li.active a{box-shadow:none}}
|
||||
@@ -0,0 +1 @@
|
||||
#wl-wrapper.wl-button-wrap{padding:1.618em 0 0 0}.wl-add-link{padding-left:0 !important;background:none !important}#wl-wrapper .wl-tabs{border-bottom:0 !important}#wl-wrapper .wl-tabs>li{float:none !important}#wl-wrapper .wl-tabs>li>a{padding:1em 1.41575em;border:0 !important;margin:0 !important;border-top-left-radius:0;border-top-right-radius:0;background-color:transparent !important}#wl-wrapper .wl-tabs>li.active a{box-shadow:inset 0 -3px 0 rgba(0,0,0,.1)}#wl-wrapper .wl-table td{padding:.875em 1.41575em !important}#wl-wrapper .wl-table td:first-child{padding-left:1.41575em !important}#wl-wrapper .wl-table.manage td{padding:.5407911001em !important}#wl-wrapper .wl-meta-share,#wl-wrapper .wl-share-url{border-bottom-color:rgba(0,0,0,.05)}.wl-tab-wrap ul.tabs,.wl-tab-wrap .panel{width:100%;margin:0}.wl-tab-wrap ul.tabs li::after{display:none !important}@media(min-width: 768px){#wl-wrapper .wl-tabs>li a{padding-left:0}#wl-wrapper .wl-tabs>li.active a{box-shadow:none}}
|
||||
@@ -0,0 +1,113 @@
|
||||
/**
|
||||
* WooCommerce Wishlists
|
||||
*/
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
@import "bourbon";
|
||||
@import "../../sass/utils/variables";
|
||||
@import "../../sass/utils/mixins";
|
||||
@import "susy";
|
||||
@import "../../sass/vendors/modular-scale";
|
||||
|
||||
#wl-wrapper.wl-button-wrap {
|
||||
padding: ms(3) 0 0 0;
|
||||
}
|
||||
|
||||
.wl-add-link {
|
||||
padding-left: 0 !important;
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
#wl-wrapper {
|
||||
|
||||
.wl-tabs {
|
||||
border-bottom: 0 !important;
|
||||
|
||||
> li {
|
||||
float: none !important;
|
||||
|
||||
> a {
|
||||
padding: 1em ms(2);
|
||||
border: 0 !important;
|
||||
margin: 0 !important;
|
||||
|
||||
@include border-top-radius(0);
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
&.active {
|
||||
|
||||
a {
|
||||
box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wl-table {
|
||||
|
||||
td {
|
||||
padding: ms(-1) ms(2) !important;
|
||||
|
||||
&:first-child {
|
||||
padding-left: ms(2) !important;
|
||||
}
|
||||
}
|
||||
|
||||
&.manage {
|
||||
|
||||
td {
|
||||
padding: ms(-3) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wl-meta-share,
|
||||
.wl-share-url {
|
||||
border-bottom-color: $color_border;
|
||||
}
|
||||
}
|
||||
|
||||
.wl-tab-wrap {
|
||||
|
||||
ul.tabs,
|
||||
.panel {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.tabs {
|
||||
|
||||
li {
|
||||
|
||||
&::after {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include susy-media($desktop) {
|
||||
|
||||
#wl-wrapper {
|
||||
|
||||
.wl-tabs {
|
||||
|
||||
> li {
|
||||
|
||||
a {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
&.active {
|
||||
|
||||
a {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user