Files
humhub/static/less/badge.less
Yuriy Bakhtin 9306a052e8 Restyle top dropdown notifications (#7101)
* Restyle top dropdown notifications

* Fix tests for new style of notifications

* Fix tests for new style of notifications

* Restyle notifications

* Restyle notifications

* Restyle notifications

* Restyle notifications

* Wording
2024-07-05 20:30:37 +00:00

35 lines
633 B
Plaintext

//
// Badges
// --------------------------------------------------
.badge-space {
margin-top: 6px;
}
.badge-space-chooser {
padding: 3px 5px;
margin-left: 1px;
}
.badge {
padding: 3px 5px;
border-radius: 2px;
font-weight: normal;
font-family: Arial, sans-serif;
font-size: 10px !important;
text-transform: uppercase;
color: #fff;
vertical-align: baseline;
white-space: nowrap;
text-shadow: none;
background-color: @background3;
line-height: 1;
}
.badge-new {
display: inline-block;
width: 14px;
height: 14px;
border-radius: 50%;
background: @info;
}