1
1
mirror of https://github.com/primer/css.git synced 2024-12-02 07:53:06 +03:00
css/scss/_counter.scss

11 lines
180 B
SCSS
Raw Normal View History

.counter {
display: inline-block;
padding: 2px 5px;
font-size: 11px;
font-weight: bold;
line-height: 1;
color: #666;
background-color: #eee;
border-radius: 20px;
}