8 lines
126 B
SCSS
8 lines
126 B
SCSS
.pill {
|
|
display: inline-block;
|
|
text-align: center;
|
|
border-radius: 6px;
|
|
background-color: #f0f0f0;
|
|
color: #414141;
|
|
}
|