functional application without amazon update

This commit is contained in:
GotPPay
2017-12-02 22:48:45 +01:00
parent 0e193fa5a8
commit d5120a1ba2
12 changed files with 375 additions and 98 deletions

View File

@@ -5,7 +5,7 @@
min-height:9999px;
height:9999px;
float:left;
background-color: #d5dae2;
background-color: #eff0f0;
}
.IntentList-title{
@@ -13,6 +13,21 @@
height: 70px;
padding: 20px;
text-align:left;
background-color: #eff0f0;
}
.LaunchRequest{
text-align: left;
width: 100%;
height: 50px;
background-color: #d8d8d8
}
.LaunchRequest-selected{
text-align: left;
width: 100%;
height: 50px;
background-color: #f5f5f5;
}
.AddIntent{
@@ -26,7 +41,7 @@
height: 50px;
width:100%;
text-align:left;
background-color: #adb0b5;
background-color: #d8d8d8;
}
.IntentItem-selected{
@@ -35,7 +50,7 @@
height: 50px;
width:100%;
text-align:left;
background-color:#e8ecf2;
background-color: #f5f5f5;
}
@@ -46,9 +61,26 @@
width: 70%;
min-height:9999px;
height:9999px;
background-color:#e8ecf2;
background-color: #f5f5f5;
}
.QuestionBox{
margin:25px;
}
/*LaunchRequest CSS*/
.LaunchRequestBox{
float: left;
width:70%;
min-height: 9999px;
height: 9999px;
background-color: #f5f5f5;
}
.ExplanationText{
float: left;
margin-top: 30px;
margin-left: 20px;
text-align: left;
}