Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
80fc11b1
Commit
80fc11b1
authored
Nov 08, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
rename color for gene functions
parent
7cd9339c
Pipeline
#17908
passed with stages
in 2 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/KeggCard.vue
View file @
80fc11b1
<
template
>
<v-flex
xs12
md6
lg4
>
<v-card>
<v-toolbar-title
class=
"function white--text"
>
<v-toolbar-title
class=
"
gene
function white--text"
>
<v-icon
class=
"primary--text"
>
account_tree
</v-icon>
KEGG Function
</v-toolbar-title>
<div
class=
"text-xs-center"
v-if=
"kegg_detail.length == 0"
>
<v-progress-circular
indeterminate
color=
"function"
color=
"
gene
function"
></v-progress-circular>
</div>
<v-list
v-else
>
...
...
frontend/src/main.js
View file @
80fc11b1
...
...
@@ -13,7 +13,7 @@ Vue.use(Vuetify, {
primary
:
'
#263238
'
,
secondary
:
'
#508991
'
,
tertiary
:
'
#f5edf0
'
,
function
:
'
#65b891
'
,
gene
function
:
'
#65b891
'
,
taxonomy
:
'
#886f68
'
,
},
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment