diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-02 15:02:36 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-02 15:02:36 +1100 |
| commit | dcc3c1fd4c5960f49f9bce443b77393430a95f38 (patch) | |
| tree | dd73373f234d222eebad5be5dbaec42508714891 /scss/sidebar.scss | |
| parent | sidebar: show events for each day (diff) | |
| download | caelestia-shell-dcc3c1fd4c5960f49f9bce443b77393430a95f38.tar.gz caelestia-shell-dcc3c1fd4c5960f49f9bce443b77393430a95f38.tar.bz2 caelestia-shell-dcc3c1fd4c5960f49f9bce443b77393430a95f38.zip | |
sidebar: add date time to time pane
Diffstat (limited to 'scss/sidebar.scss')
| -rw-r--r-- | scss/sidebar.scss | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/scss/sidebar.scss b/scss/sidebar.scss index 1ca19b7..9f5bd39 100644 --- a/scss/sidebar.scss +++ b/scss/sidebar.scss @@ -792,6 +792,29 @@ } } + .time-date { + padding: lib.s(12) lib.s(8); + font-size: lib.s(48); + font-weight: bold; + color: scheme.$primary; + + & > * { + @include lib.spacing(3); + } + + .ampm { + font-size: lib.s(24); + font-weight: normal; + margin-top: lib.s(18); + color: scheme.$secondary; + } + + .date { + font-size: lib.s(20); + color: scheme.$tertiary; + } + } + .calendar { @include lib.rounded(20); |