mirror of https://github.com/ElemeFE/element
Transfer: improve el-transfer__button's specificity
parent
3b4ce8e604
commit
34feae328a
|
@ -1,5 +1,7 @@
|
|||
@import "mixins/mixins";
|
||||
@import "common/var";
|
||||
@import "button";
|
||||
@import "button-group";
|
||||
|
||||
@include b(calendar) {
|
||||
background-color:#fff;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
padding: 0 30px;
|
||||
}
|
||||
|
||||
@include e(button) {
|
||||
.el-transfer__button {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
padding: 10px;
|
||||
|
|
Loading…
Reference in New Issue