fixed delete bug, code refactoring, improved UI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user