mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +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: #666;
|
|
background-color: #eee;
|
|
border-radius: 20px;
|
|
}
|