22 lines
317 B
SCSS
22 lines
317 B
SCSS
|
@mixin wp-icon-dark {
|
||
|
> figcaption > p {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
> img {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@mixin woo-logo-dark {
|
||
|
height: calc(2.4em + 32px);
|
||
|
|
||
|
> img {
|
||
|
background-color: #fafafa;
|
||
|
border: solid 16px #fafafa;
|
||
|
border-bottom-width: 10px;
|
||
|
border-radius: 6px;
|
||
|
margin-bottom: 4rem;
|
||
|
}
|
||
|
}
|