snort/src/pages/Layout.css

15 lines
278 B
CSS
Raw Normal View History

2023-01-10 07:09:09 +00:00
.unread-count {
2023-01-11 14:31:58 +00:00
width: 20px;
height: 20px;
border: 1px solid;
border-radius: 100%;
position: relative;
padding: 3px;
line-height: 1.5em;
top: -10px;
left: -10px;
font-size: small;
background-color: var(--error);
font-weight: bold;
text-align: center;
2023-01-12 09:48:39 +00:00
}