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