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.
11 lines
245 B
11 lines
245 B
4 years ago
|
export default {
|
||
|
colors: {
|
||
|
default: "#344675",
|
||
|
primary: "#42b883",
|
||
|
info: "#1d8cf8",
|
||
|
danger: "#fd5d93",
|
||
|
teal: "#00d6b4",
|
||
|
primaryGradient: ['rgba(76, 211, 150, 0.1)', 'rgba(53, 183, 125, 0)', 'rgba(119,52,169,0)'],
|
||
|
}
|
||
|
}
|