PLT-6614 - Mentions badge styling and dropdown icon style (#6426)
* Mentions badge styling and dropdown icon style * PLT-6134 - Fixing emoji picker border in RHS
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
2df5f65f55
Коммит
fc58174747
@@ -9,6 +9,21 @@
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.mention-badge {
|
||||
background-color: #777;
|
||||
border-radius: 10px;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
min-width: 10px;
|
||||
padding: 3px 7px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.mentions__name {
|
||||
@include clearfix;
|
||||
cursor: pointer;
|
||||
|
||||
Ссылка в новой задаче
Block a user