mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
TODO implementation and partial status implementation on the dashobard page
This commit is contained in:
parent
637a9c6dca
commit
2afc530af5
23 changed files with 636 additions and 58 deletions
|
@ -24,11 +24,14 @@ button.components-button {
|
|||
@include font(13, 16, 500);
|
||||
}
|
||||
|
||||
&.is-secondary {
|
||||
padding: 6px 12px;
|
||||
@include font(13, 20, 500);
|
||||
color: $color-white;
|
||||
border: none;
|
||||
&.is-secondary:not(:disabled) {
|
||||
border-color:$color-blueberry;
|
||||
background-color:$color-white;
|
||||
color:$color-blueberry;
|
||||
&:hover{
|
||||
background-color:$color-white;
|
||||
background:none;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-tertiary {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue