Skip to content

Commit

Permalink
added styling for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed Nov 17, 2023
1 parent acc3672 commit b32f5e5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparc-design-system-components-2",
"version": "0.0.15",
"version": "0.0.16",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
14 changes: 14 additions & 0 deletions src/assets/components/_el-tag.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.el-tag {
background: #fff !important;
border-color: #dcdfe6 !important;
border-radius: 3px !important;
color: #303133 !important;
font-size: 0.75em;
cursor: default !important;
}
.el-tag .el-tag__close {
color: #828282 !important;
}
.el-tag .el-tag__close:hover {
background-color: #dcdfe6 !important;
}
2 changes: 2 additions & 0 deletions src/assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ $--font-path: '~element-plus/lib/theme-chalk/fonts';
@import './components/_el-select';
@import './components/_el-popover';

@import './components/el-tag';

//@import '_icons';

0 comments on commit b32f5e5

Please sign in to comment.