mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
23 lines
420 B
SCSS
23 lines
420 B
SCSS
.demo-block.demo-button {
|
|
.#{$namespace}-row {
|
|
margin-bottom: 20px;
|
|
align-items: baseline;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
.#{$namespace}-button + .#{$namespace}-button {
|
|
margin-left: 10px;
|
|
}
|
|
.#{$namespace}-button-group {
|
|
.#{$namespace}-button + .#{$namespace}-button {
|
|
margin-left: 0;
|
|
}
|
|
|
|
& + .#{$namespace}-button-group {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|