Convert to tabs and switch to using Vue
This commit is contained in:
parent
e461a0a677
commit
0001dca6e7
5 changed files with 55 additions and 127 deletions
34
style.css
34
style.css
|
|
@ -2,36 +2,36 @@ h1, h2, h3 { text-align: center; }
|
|||
|
||||
|
||||
div.container {
|
||||
text-align: center;
|
||||
border-radius: 7px;
|
||||
margin: 5px auto;
|
||||
padding: 10px;
|
||||
width: 95%;
|
||||
text-align: center;
|
||||
border-radius: 7px;
|
||||
margin: 5px auto;
|
||||
padding: 10px;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
|
||||
button.delete {
|
||||
width: 10%;
|
||||
margin: 0 auto;
|
||||
width: 10%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
div.line {
|
||||
background-color: #7289da;
|
||||
margin-bottom: 15px;
|
||||
margin-top: 15px;
|
||||
height: 2px;
|
||||
background-color: #7289da;
|
||||
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;
|
||||
width: 40%;
|
||||
display: inline-block !important;
|
||||
margin-bottom: 0px;
|
||||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
margin-top: 0px;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
/* Move boxes further apart */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue