styling for submit/select

practiced-songs
Matthew Huntington 11 months ago
parent bde7379c65
commit 8abc6c24b1

@ -24,3 +24,9 @@
</option>
</select>
</template>
<style scoped>
select {
padding:1em;
}
</style>

@ -235,7 +235,7 @@
v-model:currentWorkingInstrument="currentWorkingInstrument"
:instruments="instruments"
:categories="categories" />
<input type="Submit"/>
<input type="submit"/>
<label>Comments</label>
<textarea v-model="comments"/>
@ -258,7 +258,7 @@ input[type="number"] {
width: 5em;
}
button, em {
button, em, [type="submit"]{
margin: 1em 0;
display:block;
font-size:3em;
@ -269,4 +269,5 @@ button, em {
select {
width: 100%;
}
</style>

Loading…
Cancel
Save