element-ui/examples/demo-styles/button.scss

22 lines
316 B
SCSS
Raw Permalink Normal View History

2021-06-07 11:56:04 +08:00
.demo-block.demo-button {
.el-row {
margin-bottom: 20px;
&:last-child {
margin-bottom: 0;
}
}
.el-button + .el-button {
margin-left: 10px;
}
.el-button-group {
.el-button + .el-button {
margin-left: 0;
}
& + .el-button-group {
margin-left: 10px;
}
}
}