10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
|
|
.button-example {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
margin: 0 32rpx 32rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.external-class {
|
||
|
|
border-radius: 0 !important;
|
||
|
|
}
|