12 lines
180 B
CSS
12 lines
180 B
CSS
._dflex button {
|
|
margin: 10px 0;
|
|
background-color: red;
|
|
color: white;
|
|
}
|
|
|
|
.setting-title {
|
|
font-size: 12px;
|
|
padding-bottom: 16px;
|
|
color: #333333;
|
|
text-align: center;
|
|
} |