OSDN Git Service

WordPressテンプレート使用ショップデモデータ追加。
[magic3/magic3.git] / templates / shop-isle / inc / woocommerce / css / variation-swatches.scss
1 /**
2  * WooCommerce Variation Swatches
3  */
4
5 /**
6  * Imports
7  */
8 @import 'bourbon';
9 @import '../../../sass/utils/variables';
10 @import '../../../sass/utils/mixins';
11
12 .variations-table {
13         .swatch-wrapper {
14                 padding: 0;
15                 border: 0;
16                 opacity: 0.5;
17
18                 .swatch-anchor {
19                         border-radius: .236em;
20                 }
21
22                 &.selected,
23                 &:hover {
24                         padding: 0;
25                         border: 0;
26                         opacity: 1;
27                 }
28         }
29 }
30
31 #variations_clear {
32         display: block;
33         margin-bottom: 1em;
34 }