mirror of
https://github.com/primer/css.git
synced 2024-11-27 17:52:45 +03:00
11 lines
180 B
SCSS
11 lines
180 B
SCSS
.counter {
|
|
display: inline-block;
|
|
padding: 2px 5px;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
color: #777;
|
|
background-color: #eee;
|
|
border-radius: 20px;
|
|
}
|