mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
31 lines
481 B
SCSS
31 lines
481 B
SCSS
|
|
.icon {
|
|
fill: none;
|
|
stroke: $brand-primary;
|
|
color: $brand-main-blue-light;
|
|
stroke-width: 2;
|
|
stroke-linecap: round;
|
|
stroke-linejoin: round;
|
|
stroke-miterlimit: 10;
|
|
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;
|
|
}
|
|
}
|
|
|
|
.icon--sm {
|
|
width: .5rem;
|
|
height: .5rem;
|
|
}
|