diff --git a/src/components/IntervalInput.vue b/src/components/IntervalInput.vue index 4b342b8..538aa6a 100644 --- a/src/components/IntervalInput.vue +++ b/src/components/IntervalInput.vue @@ -1,8 +1,41 @@ diff --git a/src/styles/app.scss b/src/styles/app.scss index ec61861..3585502 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -36,3 +36,12 @@ button:active { .pretty { font-size: 16pt; } + +button { + margin: 0 1rem; + padding: 0; + + svg { + margin: 0.5rem; + } +} diff --git a/src/views/Home.vue b/src/views/Home.vue index a7b59e2..4926227 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -15,7 +15,7 @@ height="44" viewBox="0 0 24 24" stroke-width="1.5" - stroke="#2c3e50" + stroke="#2c3a47" fill="none" stroke-linecap="round" stroke-linejoin="round" @@ -32,7 +32,7 @@ height="44" viewBox="0 0 24 24" stroke-width="1.5" - stroke="#2c3e50" + stroke="#2c3a47" fill="none" stroke-linecap="round" stroke-linejoin="round" @@ -50,7 +50,7 @@ height="44" viewBox="0 0 24 24" stroke-width="1.5" - stroke="#2c3e50" + stroke="#2c3a47" fill="none" stroke-linecap="round" stroke-linejoin="round" @@ -123,11 +123,6 @@ export default defineComponent({ flex-wrap: wrap; } -button { - margin: 0 1rem; - padding: 0; -} - .global-time { font-size: calc(3em + 10vw); }