SPACEBROWSER_INTERFACE/interface_base/master_styles/COMPONENT SCSS/Pill.scss
2025-08-07 20:28:59 -04:00

8 lines
126 B
SCSS

.pill {
display: inline-block;
text-align: center;
border-radius: 6px;
background-color: #f0f0f0;
color: #414141;
}