element-plus/website/demo-styles/tag.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

35 lines
543 B
SCSS

.demo-block.demo-tag {
.#{$namespace}-tag + .#{$namespace}-tag {
margin-left: 10px;
}
.button-new-tag {
margin-left: 10px;
height: 32px;
line-height: 30px;
padding-top: 0;
padding-bottom: 0;
}
.input-new-tag {
width: 90px;
margin-left: 10px;
vertical-align: bottom;
}
.tag-group {
display: flex;
align-items: center;
&__title {
width: 45px;
font-size: 14px;
color: var(--el-text-color-regular);
}
& + .tag-group {
margin-top: 10px;
}
}
}