element-plus/website/demo-styles/table.scss
kooriookami d9b7ef56ea
style(docs): Optimized style of documentation (#3010)
* style(docs): use css var

* style: update

* style: demo-icon use grid layout

* style: remove demo-block.vue style scoped

* docs: remove strange character
2021-08-26 09:57:56 +08:00

24 lines
429 B
SCSS

.#{$namespace}-table .warning-row {
background: var(--el-color-warning-lighter);
}
.#{$namespace}-table .success-row {
background: var(--el-color-success-lighter);
}
.demo-table .name-wrapper {
display: inline-block;
}
.demo-table .demo-table-expand {
label {
width: 90px;
color: var(--el-text-color-secondary);
}
.#{$namespace}-form-item {
margin-right: 0;
margin-bottom: 0;
width: 50%;
}
}