mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-27 09:56:23 +01:00
11 lines
188 B
SCSS
11 lines
188 B
SCSS
@import 'variables';
|
|
|
|
.icon {
|
|
width: $font-size-base;
|
|
height: $font-size-base;
|
|
fill: $brand-grey;
|
|
stroke: none;
|
|
vertical-align: baseline;
|
|
margin-bottom: -.04rem;
|
|
}
|