From df5c0a1b05f581539652fd521e590e9c2f56e2c5 Mon Sep 17 00:00:00 2001 From: BobChao87 Date: Tue, 23 Nov 2021 21:55:39 -0800 Subject: [PATCH] Range understands colors Limits the max size of the range on calendars Starts code to support the page on smaller screens Related to Issue #38 --- assets/table/_variables.scss | 2 +- components/calendar/view/Row.vue | 8 +++++++- components/calendar/view/View.vue | 4 +++- components/element/Range.vue | 21 ++++++++++++++++----- 4 files changed, 27 insertions(+), 8 deletions(-) diff --git a/assets/table/_variables.scss b/assets/table/_variables.scss index 0d433205..acc2fa47 100644 --- a/assets/table/_variables.scss +++ b/assets/table/_variables.scss @@ -1,7 +1,7 @@ @use '~bulmaswatch/solar/variables' as solar; @use '~bulma/sass/utilities/functions' as bulma; -// Colors are designed to take advantage of playing of the background. Theme neutral +// Colors are designed to take advantage of playing off the background. Theme neutral $neutral-color: rgba(255, 255, 255, 0.1) !default; $light-color: rgba(255, 255, 255, 0.05) !default; $dark-color: rgba(0, 0, 0, 0.1) !default; diff --git a/components/calendar/view/Row.vue b/components/calendar/view/Row.vue index bb32e328..58d29aae 100644 --- a/components/calendar/view/Row.vue +++ b/components/calendar/view/Row.vue @@ -1,7 +1,7 @@