We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdd70d commit bc49aa7Copy full SHA for bc49aa7
client/checkout/express-checkout-buttons.scss
@@ -1,13 +1,10 @@
1
.wcpay-express-checkout-wrapper {
2
- // existing styles that should not be changed
3
width: 100%;
4
clear: both;
5
6
- // new styles that should be added
7
display: flex;
8
flex-direction: column;
9
10
- // Move opacity handling to ECE element only
11
#wcpay-express-checkout-element {
12
opacity: 0;
13
transition: all 0.3s ease-in-out;
@@ -17,10 +14,6 @@
17
14
&.is-ready {
18
15
opacity: 1;
19
16
20
- &:first-child {
21
- margin-top: 4px;
22
- }
23
-
24
&:not( :first-child ) {
25
margin-top: 12px;
26
}
@@ -32,8 +25,6 @@
32
33
34
27
.woocommerce-checkout & {
35
- margin-top: 0;
36
37
28
> div {
38
29
margin-top: 4px;
39
30
0 commit comments