mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
22 lines
316 B
SCSS
22 lines
316 B
SCSS
|
.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;
|
||
|
}
|
||
|
}
|
||
|
}
|