mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
bef43020cd
[web] BS5 projects tags GitOrigin-RevId: 4cdea8ad374c8b0ecba9281e3bde64517e6b0153
55 lines
1,010 B
Text
55 lines
1,010 B
Text
.badge-tag-bs3 {
|
|
@size: 24px;
|
|
@padding: 4px;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
height: @size;
|
|
max-width: 100%;
|
|
min-height: @size;
|
|
white-space: nowrap;
|
|
color: @ol-blue-gray-6;
|
|
background-color: @neutral-20;
|
|
border-radius: 4px;
|
|
|
|
&:hover {
|
|
background-color: @neutral-30;
|
|
}
|
|
|
|
&-content-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
padding-left: @padding;
|
|
padding-right: @padding;
|
|
border-top-left-radius: inherit;
|
|
border-bottom-left-radius: inherit;
|
|
}
|
|
|
|
&-prepend {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
&-close {
|
|
.reset-button;
|
|
width: @size;
|
|
font-size: 20px;
|
|
height: @size;
|
|
line-height: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-shrink: 0;
|
|
padding: 0 @padding;
|
|
border-top-right-radius: inherit;
|
|
border-bottom-right-radius: inherit;
|
|
color: inherit;
|
|
|
|
&:hover {
|
|
background-color: @neutral-40;
|
|
}
|
|
}
|
|
|
|
&-content {
|
|
.text-overflow();
|
|
}
|
|
}
|