fix alarm rca view

Change-Id: If2152bd721e81cd5fdfa25af1b94e820f56c9f84
story: 2005502
task: 30604
Depends-On: I4044338f7c62016c1fc10756fbf8ffc8485c34b1
This commit is contained in:
NoorYameen 2019-04-23 16:31:33 +03:00 committed by Ivan Kolodyazhny
parent 5dce07ad12
commit 80bf67779b
3 changed files with 12 additions and 12 deletions

View File

@ -1,9 +1,14 @@
/* ------ GLOBAL ------ */
.app-modal-window .modal-dialog{
height: fit-content;
width: 50%;
margin-top: 10%;
}
.app-modal-window .modal-content{
height: 100%;
width: 100%;
opacity: 0.9;
}
.vitrage-alarms {
table {

View File

@ -1,6 +1,5 @@
.rca-container {
height: 100%;
height: 650px;
background: #ffffff;
opacity: 0.8;
margin-bottom: 10%;
}
}

View File

@ -13,7 +13,3 @@
}
.modal-dialog {
top: 20%;
}