mirror of
https://github.com/ipdb/website.git
synced 2024-11-13 16:54:50 +01:00
14 lines
218 B
SCSS
14 lines
218 B
SCSS
.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;
|
|
}
|