summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/shared/components/customer/customer.component.less
diff options
context:
space:
mode:
authorChuyi Guo <guochuyi@chinamobile.com>2019-08-30 02:10:11 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-30 02:10:11 +0000
commit0fe93162839f6848710dccfc49667973a3c3763e (patch)
treea1252666817dbd39905189569e0ae40c422d958d /usecaseui-portal/src/app/shared/components/customer/customer.component.less
parent1e5a6ed6c57345d4f51c3b8a46b00e9bf3607054 (diff)
parent41747c44aa4ee1fd9a73c781822a452ec327b5ce (diff)
Merge "feat: customer page code optimization"
Diffstat (limited to 'usecaseui-portal/src/app/shared/components/customer/customer.component.less')
-rw-r--r--usecaseui-portal/src/app/shared/components/customer/customer.component.less18
1 files changed, 9 insertions, 9 deletions
diff --git a/usecaseui-portal/src/app/shared/components/customer/customer.component.less b/usecaseui-portal/src/app/shared/components/customer/customer.component.less
index 83307dd7..e5bf2dd3 100644
--- a/usecaseui-portal/src/app/shared/components/customer/customer.component.less
+++ b/usecaseui-portal/src/app/shared/components/customer/customer.component.less
@@ -14,8 +14,7 @@
limitations under the License.
*/
.content {
- display: flex;
-
+ display: flex;
width: 100%;
height: 100%;
i.anticon {
@@ -55,13 +54,13 @@
color :#0DA9E2;
font-family:"ArialMT";
}
- .legend {
- height: 10px;
- width: 10px;
- display: inline-block;
- background: linear-gradient(to right,#7DCEFB, #0DA9E2);
- border-radius: 50%;
- margin: 15px 4px 0 43%;
+ div:last-child{
+ color: #ddd;
+ font-weight: 700;
+ font-size: 19px;
+ height: 200px;
+ text-align: center;
+ line-height: 8;
}
}
.type {
@@ -272,5 +271,6 @@
}
}
+
} \ No newline at end of file