0
0
Fork 0

Implement the Vue version of the app

This commit is contained in:
Oliver-Akins 2023-02-01 20:57:25 -06:00
parent 0001dca6e7
commit 80d85e057e
3 changed files with 123 additions and 43 deletions

View file

@ -1,5 +1,8 @@
h1, h2, h3 { text-align: center; }
[v-cloak] {
display: none !important;
}
div.container {
text-align: center;
@ -24,14 +27,22 @@ div.line {
}
ul {
list-style: none;
padding-inline-start: 0;
}
input[type="text"] {
display: inline-block !important;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
width: 40%;
ul > li {
margin-bottom: 10px;
display: flex;
align-items: center;
}
input[type="text"],
input[type="number"] {
margin: 5px;
flex-grow: 1;
}
/* Move boxes further apart */