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
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/layouts/_footer.scss')
-rw-r--r--assets/scss/layouts/_footer.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/scss/layouts/_footer.scss b/assets/scss/layouts/_footer.scss
new file mode 100644
index 0000000..ce1eb4a
--- /dev/null
+++ b/assets/scss/layouts/_footer.scss
@@ -0,0 +1,22 @@
+.footer {
+ border-top: 1px solid $gray-200;
+ padding-top: 1.125rem;
+ padding-bottom: 1.125rem;
+}
+
+.footer ul {
+ margin-bottom: 0;
+}
+
+.footer p,
+.footer li a {
+ font-size: $font-size-sm;
+ margin-bottom: 0;
+}
+
+@include media-breakpoint-up(md) {
+ .footer p,
+ .footer li a {
+ font-size: $font-size-base;
+ }
+}