messages. #12038
This commit is contained in:
parent
1a77b4734e
commit
80b2a1a272
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue