element-plus/website/demo-styles/dialog.scss
2021-02-04 16:29:23 +08:00

21 lines
340 B
SCSS

.demo-block.demo-dialog {
.dialog-footer button:first-child {
margin-right: 10px;
}
.full-image {
width: 100%;
}
.#{$namespace}-dialog__wrapper {
margin: 0;
}
.#{$namespace}-select {
width: 300px;
}
.#{$namespace}-input {
width: 300px;
}
.#{$namespace}-button--text {
margin-right: 15px;
}
}