From bed34b02106cb0cbfc1584a134384c098c6acfbf Mon Sep 17 00:00:00 2001 From: "anjali.walsatwar" Date: Thu, 8 Aug 2019 11:56:11 +0530 Subject: date based comments removed date based comments removed Issue-ID: USECASEUI-303 Signed-off-by: anjali.walsatwar Change-Id: I56c4b05a8fe98419c122d1d0257cf118fd15929d --- usecaseui-portal/src/styles.less | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'usecaseui-portal/src/styles.less') diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index c78d7fcb..4e4ee690 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -275,7 +275,6 @@ nz-range-picker { } } -//2019.01.21 add services-list.component.html //creat nz-modal .serviceCreationModel.ant-modal,nz-modal .deleteModel.ant-modal, nz-modal .nsdeleteModel.ant-modal, nz-modal .healModel.ant-modal, nz-modal .scaleModel.ant-modal{ @@ -344,7 +343,6 @@ nz-modal .serviceCreationModel.ant-modal,nz-modal .deleteModel.ant-modal, nz-mod button:nth-child(1){ background:#EEEEEE; border-radius:2px; - //margin-left: 50px; margin-right: 10px; span{ color: #9DA7C5; @@ -352,7 +350,6 @@ nz-modal .serviceCreationModel.ant-modal,nz-modal .deleteModel.ant-modal, nz-mod } } button:nth-child(2){ - //background: linear-gradient(310deg, rgba(30, 158, 255, 1) 0%, rgba(99, 200, 255, 1) 100%); background:#0DA9E2; box-shadow:0px 0px 2px 0px rgba(14,90,218,1); border-radius:2px; @@ -365,12 +362,11 @@ nz-modal .serviceCreationModel.ant-modal,nz-modal .deleteModel.ant-modal, nz-mod } button:nth-child(2):hover { background:#09C6E2; - //background: linear-gradient(90deg, rgb(103, 207, 246) 0%, rgb(69, 175, 255) 100%) !important; } } } -//2019.01.25 add ccvpn-creation.component.html + .model .creation nz-tabset ,.model .detaildata nz-tabset{ box-shadow: 0px 10px 15px 2px rgba(222, 222, 222, 0.5); .ant-tabs-bar { @@ -472,7 +468,7 @@ nz-modal .serviceCreationModel.ant-modal,nz-modal .deleteModel.ant-modal, nz-mod } } } -//2019.01.29 add + .sitemodel nz-table,.siteDetail nz-table { .ant-table-wrapper{ width: 96%!important; @@ -527,7 +523,7 @@ nz-modal .serviceCreationModel.ant-modal,nz-modal .deleteModel.ant-modal, nz-mod } } -//2019.02.01 gong add + .list#services-list nz-table{ .ant-table-wrapper{ .ant-spin-container{ @@ -561,7 +557,7 @@ nz-modal .serviceCreationModel.ant-modal,nz-modal .deleteModel.ant-modal, nz-mod } } } -//gong 2019.04.12 add + .healModel{ .heal-question{ nz-select{ @@ -576,7 +572,7 @@ nz-modal .serviceCreationModel.ant-modal,nz-modal .deleteModel.ant-modal, nz-mod } } -//gong 2019.04.15 services-list.component.html add + //deleteModel style nz-modal .deleteModel.ant-modal, nz-modal .nsdeleteModel.ant-modal, nz-modal .healModel.ant-modal, nz-modal .scaleModel.ant-modal { background: #ffffff; @@ -725,7 +721,6 @@ nz-modal .scaleModel.ant-modal { overflow: auto; } -//2019.05.09 add notification model nz-notification-container .ant-notification{ width: 592px!important; max-width: 592px!important; -- cgit 1.2.3-korg