summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/ccvpn-detail
diff options
context:
space:
mode:
authoranjali.walsatwar <anjali.walsatwar@huawei.com>2019-08-08 11:56:11 +0530
committeranjali.walsatwar <anjali.walsatwar@huawei.com>2019-08-08 11:58:00 +0530
commitbed34b02106cb0cbfc1584a134384c098c6acfbf (patch)
tree950e64fee60172e46fdb9f991bc01906cf25df2b /usecaseui-portal/src/app/ccvpn-detail
parent983f2c77d5e73d024cc8ef60c5d088551d46ed8c (diff)
date based comments removed
date based comments removed Issue-ID: USECASEUI-303 Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com> Change-Id: I56c4b05a8fe98419c122d1d0257cf118fd15929d
Diffstat (limited to 'usecaseui-portal/src/app/ccvpn-detail')
-rw-r--r--usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css15
1 files changed, 3 insertions, 12 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css
index 704b2eb2..d489dd8b 100644
--- a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css
+++ b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css
@@ -26,14 +26,13 @@ hr {
}
.model {
background-color: #F7F8FC;
- /*height: 100%;*/
overflow-y: auto;
}
.creation-model{
position: relative;
height: 100%;
}
-.top-title{ /*2019.02.22 add*/
+.top-title{
width: 100%;
padding: 20px;
position: relative;
@@ -64,7 +63,6 @@ hr {
border-radius:4px;
color: #D7D7D7;
cursor: pointer;
- /*border: 1px solid #ffffff;*/
}
.model .back:hover{
background: url("../../assets/images/Return-icon-active.png")!important;
@@ -175,9 +173,7 @@ hr {
left: 50px;
top: 60px;
background-color: #fff;
- /*box-shadow: 0px 0px 20px #000;*/
width:1500px;
- /*width:1300px;px*/
height: 81%;
border-radius:2px;
overflow:auto;
@@ -196,10 +192,7 @@ hr {
font-size: 18px;
font-weight: 500;
margin: 10px auto;
- /*padding-left: 10px;*/
color: #06A7E2;
- /*color: #ffffff;*/
- /*background:linear-gradient(90deg,rgba(7,169,225,1) 0%,rgba(48,217,196,1) 100%);*/
border-bottom: 2px solid;
border-image: -webkit-linear-gradient(#07A9E1,#30D9C4) 100 100;
border-image: -moz-linear-gradient(#07A9E1,#30D9C4) 100 100;
@@ -258,13 +251,11 @@ hr {
font-size: 16px;
margin: 0 15px;
}
-.model .sitemodel .action button:nth-child(2),.model .sotnnpnmodel .action button:nth-child(2){
- /*background:linear-gradient(310deg,rgba(30,158,255,1) 0%,rgba(99,200,255,1) 100%);*/
+.model .sitemodel .action button:nth-child(2),.model .sotnnpnmodel .action button:nth-child(2){
background: #0DA9E2;
color: #fff;
}
-.model .sitemodel .action button:nth-child(2):hover,.model .sotnnpnmodel .action button:nth-child(2):hover{
- /*background:linear-gradient(90deg, rgb(103, 207, 246) 0%, rgb(69, 175, 255) 100%) !important;*/
+.model .sitemodel .action button:nth-child(2):hover,.model .sotnnpnmodel .action button:nth-child(2):hover{
background:#09C6E2;
}