.wantUserTag { display: inline-block; &-wantUser { background: #ebeaea; border-radius: 15px; padding: 3px 8px 3px 3px; display: flex; align-items: center; position: relative; &-left { width: 26px; height: 26px; border-radius: 50%; color: #ffffff; line-height: 26px; text-align: center; } &-right { margin-left: 8px; } &-close { position: absolute; font-size: 12px; top: -10px; right: 0; } } &-wantHandleUser{ display:flex; padding: 5px 8px; border: 1px solid rgba(229,230,235,1); align-items: center; border-radius: 2px; &-right { margin-left: 8px; } &-icon{ color: #1D2129; } } &-green { background: linear-gradient(135deg, #05aeae, rgba(5, 174, 174, 0.85) 100%); } &-orange { background: linear-gradient(135deg, #ff5500, rgba(255, 85, 0, 0.85) 100%); } }