10 lines
102 B
SCSS
10 lines
102 B
SCSS
|
.nomad-logo {
|
||
|
height: 26px;
|
||
|
max-height: 26px;
|
||
|
fill: $white;
|
||
|
|
||
|
.faded {
|
||
|
opacity: 0.7;
|
||
|
}
|
||
|
}
|