1
0
mirror of https://github.com/ipdb/website.git synced 2024-09-23 17:48:51 +02:00
website/_src/_assets/scss/_icons.scss

14 lines
218 B
SCSS
Raw Normal View History

.icon {
fill: $brand-01;
stroke: none;
width: $font-size-small;
height: $font-size-small;
vertical-align: baseline;
margin-bottom: -.05rem;
}
.icon--sm {
width: .5rem;
height: .5rem;
}