You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/website/source/assets/stylesheets/_logos.scss

52 lines
667 B

svg.logo {
&.color {
opacity: 1.0;
path.text {
fill: $black;
opacity: 1.0;
}
path.center-c {
fill: $consul-pink-dark;
opacity: 1.0;
}
path.circles {
fill: $consul-pink;
opacity: 1.0;
}
path.c {
fill: $consul-pink;
opacity: 1.0;
}
}
// The default logo class is the colored version
@extend .color;
&.white {
opacity: 1.0;
path.text {
fill: $white;
}
path.center-c {
fill: $white;
opacity: 0.7;
}
path.circles {
fill: $white;
opacity: 1.0;
}
path.c {
fill: $white;
opacity: 1.0;
}
}
}