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