0
0
Fork 0

Add delete button to choices.

This commit is contained in:
Tyler-A 2019-09-10 20:49:07 -06:00
parent 3297c70db4
commit e461a0a677
3 changed files with 18 additions and 7 deletions

View file

@ -10,25 +10,30 @@ div.container {
}
button.delete {
width: 10%;
margin: 0 auto;
}
div.line {
--margin-height: 15px;
height: 2px;
background-color: #7289da;
margin-top: var(--margin-height);
margin-bottom: var(--margin-height);
margin-bottom: 15px;
margin-top: 15px;
height: 2px;
}
input[type="text"] {
display: inline-block !important;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
width: 40%;
}
/* Move boxes further apart */
input[type="text"].left { margin-right: 10%; }
input[type="text"].right { margin-left: 10%; }
/*input[type="text"].left { margin-right: 10%; }
input[type="text"].right { margin-left: 10%; }*/