Skip to content

Commit

Permalink
fix(symbols): add cuby symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed May 22, 2020
1 parent edb5fbb commit 9d5fafd
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
24 changes: 22 additions & 2 deletions src/assets/css/symbols.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,8 @@
}


/* .wb_symbol_nuxt {
/*
.wb_symbol_nuxt {
& .svg__primary {
fill: var(--color__symbol__primary);
}
Expand All @@ -842,5 +843,24 @@
& .svg__quaternary {
fill: var(--color__symbol__quaternary);
}
} */
}
.wb_symbol_cuby {
& .svg__primary {
fill: var(--color__symbol__primary);
}
& .svg__secondary {
fill: var(--color__symbol__secondary);
}
& .svg__tertiary {
fill: var(--color__symbol__tertiary);
}
& .svg__quaternary {
fill: var(--color__symbol__quaternary);
}
}
*/

18 changes: 18 additions & 0 deletions src/assets/svg/symbols/cuby.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/web-workbench/utils/symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const SYMBOL = {
SAY: 'say',
GITHUB: 'github',
LAMMPEE: 'lammpee',
CUBY: 'cuby',
NUXT: 'nuxt',
CLOWN: 'clown',
DISALLOW_1: 'disallow_1',
Expand Down

0 comments on commit 9d5fafd

Please sign in to comment.