1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00
documize/gui/app/styles/widget/widget-chip.scss
2017-09-25 14:37:11 +01:00

21 lines
457 B
SCSS

.chip {
display: inline-block;
border-radius: 3px;
padding: 0;
height: 25px;
line-height: 0;
margin: 0 5px 10px 0;
border: 1px solid $color-gray;
background-color: $color-gray;
color: $color-white;
> .chip-text {
display: inline-block;
font-weight: 400;
font-size: 1rem;
color: $color-white;
padding: 11px 10px 0 10px;
letter-spacing: 0.7px;
line-height: 0;
}
}