Modify styles slightly for notices on smaller screens

This commit is contained in:
Darin Kotter 2023-04-19 15:26:58 -06:00
parent 1dd8e05a68
commit 472a6aa7e1
No known key found for this signature in database
GPG Key ID: 5DF8559CEE684C1C
1 changed files with 14 additions and 0 deletions

View File

@ -3050,6 +3050,20 @@ a.reset_variations {
}
}
@media only screen and (max-width: 768px) {
.woocommerce-message,
.woocommerce-error li,
.woocommerce-info {
padding: 1rem 1.5rem;
.button {
margin-left: 10px;
min-width: 100px;
padding: 10px 15px !important;
}
}
}
.woocommerce-info {
border-top-color: var( --wc-blue );
}