From 5c8d073d7219c9d40ac70ac3aa21124557399760 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 18 Dec 2020 20:11:46 -0600 Subject: [PATCH] style unhoverable button away from rest of group, add special difficulty level button styling, implement custom options for difficulty-based method execution, problems.getProblem mixin --- src/App.vue | 5 ++-- src/arithmetic.js | 48 +++++++++++++++++---------------- src/components/SettingsMenu.vue | 4 +-- src/problems.js | 13 +++++++-- src/scss/buefy.scss | 21 ++++++++++++--- 5 files changed, 58 insertions(+), 33 deletions(-) diff --git a/src/App.vue b/src/App.vue index d6366ae..9777721 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,11 +36,12 @@