overleaf/services/web/frontend/stylesheets/components/badge.less
Alexandre Bourdin 481cd14cb1 Merge pull request #12557 from overleaf/ii-history-react-labels-only
[web] History labels only list

GitOrigin-RevId: 58b8e5a5af0754e32841223f9c478c25900df526
2023-04-13 08:04:12 +00:00

32 lines
516 B
Text

.badge-new {
@padding: 4px;
display: inline-flex;
align-items: center;
overflow: hidden;
height: 24px;
padding: @padding;
white-space: nowrap;
color: @ol-blue-gray-6;
background-color: @neutral-20;
border-radius: 4px;
&:hover {
background-color: @neutral-30;
}
&-comment {
margin-left: 2px;
}
&-close {
.reset-button;
width: 24px;
margin-left: 4px;
margin-right: -@padding;
font-size: 24px;
&:hover {
background-color: @neutral-40;
}
}
}