mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
🔀 Merge branch 'trunk'
# Conflicts: # modules/ppcp-settings/resources/js/Components/ReusableComponents/TopNavigation.js
This commit is contained in:
commit
686f131246
14 changed files with 572 additions and 232 deletions
|
@ -20,7 +20,8 @@ $margin_bottom: 48px;
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 40px;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
|
||||
.components-button {
|
||||
@include font(13, 20, 400);
|
||||
|
@ -59,6 +60,14 @@ $margin_bottom: 48px;
|
|||
}
|
||||
}
|
||||
}
|
||||
&--row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
&--left {
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue