1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/bigchain/_icons.scss
2017-07-11 11:43:42 +02:00

37 lines
567 B
SCSS

.icon {
fill: none;
stroke: $brand-primary;
color: $brand-main-blue-light;
stroke-width: .75;
stroke-linecap: round;
stroke-linejoin: round;
width: 60px;
height: 60px;
}
.icon--social {
@extend .transition;
width: 1rem;
height: 1rem;
stroke: none;
fill: $text-color;
margin-bottom: -2px;
&.icon--gitter {
stroke: $text-color;
stroke-width: 2px;
}
}
.icon--sm {
width: .5rem;
height: .5rem;
}
.icon--gitter {
stroke-width: 1.5;
fill: none;
stroke: $text-color;
}