Modify styles slightly for notices on smaller screens
This commit is contained in:
parent
1dd8e05a68
commit
472a6aa7e1
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue