forked from mirror/_s
File must end with a newline character.
This commit is contained in:
parent
c45e5f8743
commit
5f5eaa4bbf
|
@ -26,4 +26,4 @@
|
|||
// Column width with margin
|
||||
@mixin column-width($numberColumns: 3) {
|
||||
width: map-get( $columns, $numberColumns ) - ( ( $columns__margin * ( $numberColumns - 1 ) ) / $numberColumns );
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
@include column-width(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -141,7 +141,7 @@ p.stars {
|
|||
.woocommerce-tabs {
|
||||
ul.tabs {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
|
||||
|
@ -213,7 +213,7 @@ p.stars {
|
|||
*/
|
||||
.woocommerce-message,
|
||||
.woocommerce-info,
|
||||
.woocommerce-error,
|
||||
.woocommerce-error,
|
||||
.woocommerce-noreviews,
|
||||
p.no-comments {
|
||||
@include clearfix;
|
||||
|
@ -272,4 +272,4 @@ p.no-comments {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -60,4 +60,4 @@ ul.products {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -80,4 +80,4 @@
|
|||
&.out-of-stock {
|
||||
color: $woocommerce__color-error;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -76,4 +76,4 @@ table.shop_table_responsive {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -61,4 +61,4 @@
|
|||
.ui-slider-horizontal .ui-slider-range {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -45,4 +45,4 @@ $woocommerce__color-info: #3D9CD2;
|
|||
/**
|
||||
* WooCommerce widgets
|
||||
*/
|
||||
@import "shop/widgets";
|
||||
@import "shop/widgets";
|
||||
|
|
Reference in New Issue