.vys-spider-list { padding: 1rem; border: 1px solid lightgrey; .vys-task-list { border-bottom: 1px solid lightgrey; .task-item { color: #212529; &--priority { } } &.vys-spider-category { .task-item { color: #303f9f; font-weight: 400; font-size: 95%; } } } } // .label-chip { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 32px; padding: 0 12px; margin-right: 1rem; margin-bottom: 1rem; font-size: 13px; font-weight: 500; color: rgba(0, 0, 0, 0.6); cursor: pointer; background-color: #eceff1; border-radius: 16px; -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; width: fit-content; word-wrap: break-word; text-transform: none; img { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 2rem; font-size: 125%; width: inherit; height: inherit; border-radius: 100%; margin: 0 8px 0 -12px; width: 32px!important; } } a { text-decoration: none; }