summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/styles.less
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r--usecaseui-portal/src/styles.less11
1 files changed, 10 insertions, 1 deletions
diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less
index e3b06d8e..51f726f3 100644
--- a/usecaseui-portal/src/styles.less
+++ b/usecaseui-portal/src/styles.less
@@ -883,4 +883,13 @@ nz-notification-container .ant-notification{
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
+.monitor-table tr:nth-child(even) {background-color:#bfbfbf;}
+
+.intent-management-modal .ant-modal-mask{
+ background-color: rgba(0, 0, 0, 0.4);
+}
+.ant-modal-body:after{
+ content: '';
+ display: block;
+ clear: both;
+} \ No newline at end of file