10 lines
151 B
SCSS
10 lines
151 B
SCSS
|
.settings-payments-woocommerce-payments__container {
|
||
|
h1 {
|
||
|
color: #fff;
|
||
|
}
|
||
|
background: #333;
|
||
|
text-align: center;
|
||
|
padding: 50px 0;
|
||
|
width: 100%;
|
||
|
}
|