summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/styles.less
diff options
context:
space:
mode:
authorphani.y <yellela.nagaphanindra@huawei.com>2020-03-25 15:42:53 +0530
committeryellela nagaphanindra <yellela.nagaphanindra@huawei.com>2020-03-25 11:01:03 +0000
commitdba6524875ebb7c0835d4eace5bc27c03763d4a1 (patch)
tree0974b6746f5f4fce7d06c5310373c178abd93974 /usecaseui-portal/src/styles.less
parent5d6c30fdbfa3d4f15b702652c48107b413a73fff (diff)
Service Topology Changes3.0.1
Issue-ID: USECASEUI-419 Signed-off-by: phani.y <yellela.nagaphanindra@huawei.com> Change-Id: I4f2d8a5a6309de92acd9384d499a285306036ebf
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r--usecaseui-portal/src/styles.less26
1 files changed, 25 insertions, 1 deletions
diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less
index bd3a6b79..e3b06d8e 100644
--- a/usecaseui-portal/src/styles.less
+++ b/usecaseui-portal/src/styles.less
@@ -838,6 +838,14 @@ nz-notification-container .ant-notification{
}
}
}
+.back-btn{
+ text-align: right;
+ padding-bottom: 15px;
+}
+.topocontainer{
+ width: 100%;
+}
+
.taskmodel_list{
margin-bottom: 20px;
nz-table{
@@ -859,4 +867,20 @@ nz-notification-container .ant-notification{
.ant-table-wrapper {
padding: 10px;
}
-} \ No newline at end of file
+}
+.ant-calendar-picker {
+ width: 100% !important;
+}
+.monitor-table{
+ border-collapse: collapse;
+ width: 100%;
+ border: 1px solid gainsboro;
+}
+
+.monitor-table-td-th {
+ text-align: left;
+ padding: 8px;
+ border-bottom: 1px solid gainsboro;
+ border-right: 1px solid gainsboro;
+}
+.monitor-table tr:nth-child(even) {background-color:#bfbfbf;} \ No newline at end of file