diff options
Diffstat (limited to 'usecaseui-portal')
-rw-r--r-- | usecaseui-portal/src/app/components/customer/customer.component.less | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/usecaseui-portal/src/app/components/customer/customer.component.less b/usecaseui-portal/src/app/components/customer/customer.component.less index 89f49cc0..3ad7191e 100644 --- a/usecaseui-portal/src/app/components/customer/customer.component.less +++ b/usecaseui-portal/src/app/components/customer/customer.component.less @@ -21,7 +21,7 @@ font-size: 18px; padding: 2px; &:hover{ - color: #147dc2; + color: #0DA9E2; } } li.active{ @@ -50,7 +50,7 @@ .customers { padding: 0 20px; span { - color: #3F9CFF; + color: #0DA9E2; font-family:"ArialMT"; } img { @@ -87,6 +87,7 @@ .customer_list { .active { background:linear-gradient(to right, #E5F6FF, #CFEEFA); + color: #3C4F8C; } li { padding: 0 20px; @@ -94,6 +95,7 @@ line-height: 3.5; width: 100%; cursor: pointer; + color: rgba(60,79,140,0.5); img { width: 10%; } @@ -101,7 +103,6 @@ width: 80%; padding-left: 10%; display: inline-block; - color: rgba(60,79,140,0.5); } } } @@ -125,7 +126,7 @@ .servicess { padding: 0 20px; span { - color: #3F9CFF; + color: #0DA9E2; font-family:"ArialMT"; } img { @@ -181,6 +182,7 @@ vertical-align: middle; border-bottom: 2px #FFFFFF dashed; position: relative; + color: #3C4F8C; i { display: inline-block; vertical-align: middle; @@ -214,7 +216,7 @@ background-color: #fff; box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.1), 0 2px 49px 0 rgba(0, 0, 0, 0.06); p { - color :#3F9CFF; + color :#0DA9E2; font-family:"ArialMT"; } .legend { @@ -234,7 +236,7 @@ background-color: #fff; box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.1), 0 2px 49px 0 rgba(0, 0, 0, 0.06); p { - color :#3F9CFF; + color :#0DA9E2; font-family:"ArialMT"; } |