2020-08-13 15:18:26 +08:00
|
|
|
.demo-block.demo-button {
|
2021-02-04 16:29:23 +08:00
|
|
|
.#{$namespace}-row {
|
2020-08-13 15:18:26 +08:00
|
|
|
margin-bottom: 20px;
|
2020-12-21 14:09:45 +08:00
|
|
|
align-items: baseline;
|
2020-08-13 15:18:26 +08:00
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2021-02-04 16:29:23 +08:00
|
|
|
.#{$namespace}-button + .#{$namespace}-button {
|
2020-08-13 15:18:26 +08:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2021-02-04 16:29:23 +08:00
|
|
|
.#{$namespace}-button-group {
|
|
|
|
.#{$namespace}-button + .#{$namespace}-button {
|
2020-08-13 15:18:26 +08:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2021-02-04 16:29:23 +08:00
|
|
|
& + .#{$namespace}-button-group {
|
2020-08-13 15:18:26 +08:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|