💄 (interval) bigger font size for interval's buttons
This commit is contained in:
@@ -41,13 +41,24 @@ export default defineComponent({
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
$button-size: 50px;
|
||||
|
||||
.interval-input {
|
||||
margin: 0 auto;
|
||||
max-width: 50vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
flex-wrap: wrap;
|
||||
|
||||
button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 0 1rem;
|
||||
font-size: 2rem;
|
||||
width: $button-size;
|
||||
height: $button-size;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user