* Dismiss dropdown styles fixed

This commit fixes the "Dismiss" dropdown styles

* Text color replaced in Dismiss dropdown

Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
Fernando 2020-06-12 21:55:42 -03:00 committed by GitHub
parent 1b0053f3b0
commit f8d7dc13a2
1 changed files with 3 additions and 10 deletions

View File

@ -133,20 +133,13 @@
.components-popover__content {
min-width: 195px;
margin-top: 7px;
ul {
padding: 0 20px;
text-align: center;
}
li {
margin: 12px 0;
margin: 0;
cursor: pointer;
}
li:first-child {
padding-top: 5px;
}
li:last-child {
padding-bottom: 5px;
}
}
}
@ -165,7 +158,7 @@
.woocommerce-inbox-dismiss-confirmation_wrapper {
p {
font-size: 16px;
color: #50575e;
color: $medium-gray-text;
}
.woocommerce-inbox-dismiss-confirmation_buttons {
text-align: right;