Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2022-01-17 21:50:23 +0300
committerHenk Verlinde <henk@ventizo.com>2022-01-17 21:50:23 +0300
commit40a8705ab6ba5cbf3bb6e4de0a15c6ef50b00c7e (patch)
treee5c646cef083690f1905e41f9fa3a3d16bb06772 /assets
parent9a9f37b3a25635d4666439c9956aa127e3faa5d5 (diff)
feat: add last modified date as an option
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/layouts/_pages.scss24
1 files changed, 20 insertions, 4 deletions
diff --git a/assets/scss/layouts/_pages.scss b/assets/scss/layouts/_pages.scss
index 2f6ac56..405ede9 100644
--- a/assets/scss/layouts/_pages.scss
+++ b/assets/scss/layouts/_pages.scss
@@ -23,13 +23,29 @@ h4:hover a {
margin-top: 2.25rem;
}
-.edit-page {
+.page-footer-meta {
margin-top: 3rem;
- font-size: $font-size-base;
}
-.edit-page svg {
- margin-right: 0.5rem;
+.edit-page,
+.last-modified {
+ font-size: $font-size-sm;
+ margin-top: 0.25rem;
+ margin-bottom: 0.25rem;
+}
+
+@include media-breakpoint-up(md) {
+ .edit-page,
+ .last-modified {
+ font-size: $font-size-base;
+ margin-top: 0.75rem;
+ margin-bottom: 0.25rem;
+ }
+}
+
+.edit-page svg,
+.last-modified svg {
+ margin-right: 0.25rem;
margin-bottom: 0.25rem;
}