Add custom colors to services in menu

This commit is contained in:
Patrick Jentsch
2020-08-21 12:35:48 +02:00
parent 301b090fc0
commit 778ff509ff
2 changed files with 30 additions and 4 deletions

View File

@ -1,3 +1,29 @@
/* Service colos setup
* file-setup ~ light: #??????, normal: #d5dc95, dark: #a1b300
* ocr ~ light: #??????, normal: #a9d8c8, dark: #00a58b
* nlp ~ light: #??????, normal: #98acd2, dark: #0064a3
* corpus-analysis ~ light: #??????, normal: #aa9cc9, dark: #6b3f89
*/
#sidenav-main-file-setup {
background-color: #d5dc95;
border-left: 10px solid #a1b300;
}
#sidenav-main-ocr {
background-color: #a9d8c8;
border-left: 10px solid #00a58b;
}
#sidenav-main-nlp {
background-color: #98acd2;
border-left: 10px solid #0064a3;
}
#sidenav-main-corpus-analysis {
background-color: #aa9cc9;
border-left: 10px solid #6b3f89;
}
/*
* ### Start sticky footer ###
* Force the footer to always stay on the bottom of the page regardless of how