styling for submit/select

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

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

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

Loading…
Cancel
Save