This repository has been archived on 2020-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
|
@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;
|
|
}
|
|
}
|