fixed delete bug, code refactoring, improved UI

This commit is contained in:
GotPPay
2018-01-10 13:27:09 +01:00
parent 84c11f1b2f
commit 3214a2bea4
12 changed files with 268 additions and 85 deletions

View File

@@ -1,9 +1,10 @@
$minHeight : calc(100vh - 80px);
/*IntentList and IntentItem CSS*/
.IntentList{
width: 30%;
min-height:9999px;
height:9999px;
min-height:$minHeight;
float:left;
background-color: #eff0f0;
}
@@ -59,8 +60,7 @@
.IntentDetails{
float: left;
width: 70%;
min-height:9999px;
height:9999px;
min-height:$minHeight;
background-color: #f5f5f5;
}
@@ -73,8 +73,7 @@
.LaunchRequestBox{
float: left;
width:70%;
min-height: 9999px;
height: 9999px;
min-height:$minHeight;
background-color: #f5f5f5;
}