summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/app.component.less
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/app.component.less')
-rw-r--r--usecaseui-portal/src/app/app.component.less26
1 files changed, 26 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/app.component.less b/usecaseui-portal/src/app/app.component.less
index a805166e..685a2167 100644
--- a/usecaseui-portal/src/app/app.component.less
+++ b/usecaseui-portal/src/app/app.component.less
@@ -1,25 +1,51 @@
nz-layout {
nz-sider {
ul {
+ background: transparent;
li {
margin: 0;
font-size: 16px;
+ color: #ffffff!important;
+ background: transparent;
+ a{
+ color: #ffffff;
+ }
span {
font-size: 16px;
}
i {
width: 16px;
height: 16px;
+ margin-right: 12px;
+ img{
+ width: 20px;
+ }
}
.icon-services {
background: url(../assets/images/icon.png) no-repeat 0px -16px;
}
ul {
+ background: transparent!important;
li{
font-size: 12px;
+ color: #ffffff!important;
+ background: transparent!important;
+ }
+ li:hover,li a:hover{
+ color: #ffffff!important;
+ }
+ li.activeMenuList,li.activeMenuList a{
+ color: #0DA9E2!important;
}
}
}
+ li:hover,li a:hover{
+ color: #ffffff!important;
+ }
+ li.activeMenuBar{
+ color: #ffffff!important;
+ background:linear-gradient(90deg,rgba(7,169,225,1) 0%,rgba(48,217,196,1) 100%);
+ }
hr {
margin: 0 auto;
background-color: #39434f;