Fix notice a tag colours.

This commit is contained in:
Peter Fabian 2019-11-26 09:59:40 +01:00
parent f911b1f4bb
commit e82e53bd7d
1 changed files with 13 additions and 3 deletions

View File

@ -144,7 +144,6 @@ a.button {
overflow: hidden;
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
align-items: center;
}
@ -153,8 +152,7 @@ a.button {
color: $body-color;
}
.woocommerce-error,
.woocommerce-info {
.woocommerce-error {
color: #fff;
a {
@ -178,6 +176,18 @@ a.button {
background: #eee;
color: #000;
border-top: 2px solid $highlights-color;
a {
color: #444;
&:hover {
color: #000;
}
&.button {
background: #111;
}
}
}
.woocommerce-store-notice {