17 lines
213 B
SCSS
17 lines
213 B
SCSS
|
/** @format */
|
||
|
.woocommerce-flag {
|
||
|
&.is-round {
|
||
|
overflow: hidden;
|
||
|
border-radius: 50%;
|
||
|
|
||
|
img {
|
||
|
width: auto;
|
||
|
height: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.woocommerce-flag__fallback {
|
||
|
background: $core-grey-light-500;
|
||
|
}
|
||
|
}
|