mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
36 lines
350 B
SCSS
36 lines
350 B
SCSS
//
|
|
// Logo
|
|
// ---
|
|
// bigchain.io
|
|
//
|
|
|
|
// default logo
|
|
.logo {
|
|
fill: $brand-main-blue-dark;
|
|
width: 300px;
|
|
height: 30px;
|
|
}
|
|
|
|
|
|
//
|
|
// size modifiers
|
|
//
|
|
.logo--sm {
|
|
width: 140px;
|
|
height: 12px;
|
|
}
|
|
|
|
.logo--full {
|
|
display: block;
|
|
width: 99%;
|
|
height: auto;
|
|
}
|
|
|
|
|
|
//
|
|
// color modifiers
|
|
//
|
|
.logo--blue {
|
|
fill: $brand-main-blue;
|
|
}
|