element-plus/website/demo-styles/alert.scss

8 lines
142 B
SCSS
Raw Normal View History

2021-02-04 16:29:23 +08:00
.demo-block.demo-alert .#{$namespace}-alert {
margin: 20px 0 0;
}
2021-02-04 16:29:23 +08:00
.demo-block.demo-alert .#{$namespace}-alert:first-child {
margin: 0;
}