mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
12 lines
196 B
SCSS
12 lines
196 B
SCSS
|
|
.icon {
|
|
fill: none;
|
|
stroke: $brand-main-brown;
|
|
stroke-width: 2;
|
|
stroke-linecap: round;
|
|
stroke-linejoin: round;
|
|
stroke-miterlimit: 10;
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|