| | |
| | | display: inline-block; |
| | | position: relative; |
| | | cursor: pointer; |
| | | height: 26px; |
| | | height: 30px; |
| | | line-height: 26px; |
| | | border: 1px solid var(--tags-item-border, #d8dce5); |
| | | //border: 1px solid var(--tags-item-border, #d8dce5); |
| | | color: var(--tags-item-text, #495060); |
| | | background: var(--tags-item-bg, #fff); |
| | | padding: 0 8px; |
| | | padding: 2px 16px; |
| | | font-size: 12px; |
| | | margin-left: 5px; |
| | | //margin-left: 5px; |
| | | margin-top: 4px; |
| | | |
| | | &:first-of-type { |
| | |
| | | } |
| | | |
| | | &.active { |
| | | background-color: #42b983; |
| | | color: #fff; |
| | | border-color: #42b983; |
| | | |
| | | &::before { |
| | | content: ''; |
| | | background: #fff; |
| | | display: inline-block; |
| | | width: 8px; |
| | | height: 8px; |
| | | border-radius: 50%; |
| | | position: relative; |
| | | margin-right: 5px; |
| | | } |
| | | border-radius: 10px 10px 0px 0px; |
| | | background-color: #F2F2F4 !important; |
| | | color: #165DFF; |
| | | } |
| | | } |
| | | } |