mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
20 lines
204 B
SCSS
20 lines
204 B
SCSS
[data-icon='bigcapital'] {
|
|
path {
|
|
fill: #004dd0;
|
|
}
|
|
.path-1,
|
|
.path-13 {
|
|
fill: #2d95fd;
|
|
}
|
|
}
|
|
|
|
.bigcapital--alt {
|
|
svg {
|
|
path,
|
|
.path-13,
|
|
.path-1 {
|
|
fill: #fff;
|
|
}
|
|
}
|
|
}
|