Skip to content
Snippets Groups Projects
Commit 80fc11b1 authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

rename color for gene functions

parent 7cd9339c
No related branches found
No related tags found
2 merge requests!59Prod,!17Add gene detail page on frontend
Pipeline #17908 passed
<template> <template>
<v-flex xs12 md6 lg4> <v-flex xs12 md6 lg4>
<v-card> <v-card>
<v-toolbar-title class="function white--text"> <v-toolbar-title class="genefunction white--text">
<v-icon class="primary--text">account_tree</v-icon> <v-icon class="primary--text">account_tree</v-icon>
KEGG Function KEGG Function
</v-toolbar-title> </v-toolbar-title>
<div class="text-xs-center" v-if="kegg_detail.length == 0"> <div class="text-xs-center" v-if="kegg_detail.length == 0">
<v-progress-circular <v-progress-circular
indeterminate indeterminate
color="function" color="genefunction"
></v-progress-circular> ></v-progress-circular>
</div> </div>
<v-list v-else> <v-list v-else>
......
...@@ -13,7 +13,7 @@ Vue.use(Vuetify, { ...@@ -13,7 +13,7 @@ Vue.use(Vuetify, {
primary: '#263238', primary: '#263238',
secondary: '#508991', secondary: '#508991',
tertiary: '#f5edf0', tertiary: '#f5edf0',
function: '#65b891', genefunction: '#65b891',
taxonomy: '#886f68', taxonomy: '#886f68',
}, },
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment