This commit is contained in:
James Koster 2016-11-28 13:26:02 +00:00
parent 1a77b4734e
commit 80b2a1a272
2 changed files with 50 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -111,7 +111,55 @@
}
.required {
color: tomato;
color: firebrick;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
margin-bottom: 1.5em;
padding: 2em;
background: #eee;
}
.woocommerce-message {
background: teal;
color: #fff;
}
.woocommerce-error {
background: firebrick;
color: #fff;
}
.woocommerce-info {
background: royalblue;
color: #fff;
}
.woocommerce-store-notice {
background: royalblue;
color: #fff;
padding: 1em;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}
.admin-bar .woocommerce-store-notice {
top: 32px;
}
.woocommerce-store-notice__dismiss-link {
float: right;
color: #fff;
&:hover {
text-decoration: underline;
color: #fff;
}
}
/**