From d42c8b528eb595101954f478e0024e3f079f6fbf Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 22 Mar 2017 19:19:26 +0100 Subject: first implementation of fun stats site --- templates/assets/sass/material-kit/_footers.scss | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 templates/assets/sass/material-kit/_footers.scss (limited to 'templates/assets/sass/material-kit/_footers.scss') diff --git a/templates/assets/sass/material-kit/_footers.scss b/templates/assets/sass/material-kit/_footers.scss new file mode 100644 index 0000000..5883185 --- /dev/null +++ b/templates/assets/sass/material-kit/_footers.scss @@ -0,0 +1,38 @@ +footer{ + padding: $padding-base 0; + + ul{ + margin-bottom: 0; + padding: 0; + list-style: none; + + li{ + display: inline-block; + + a{ + color: inherit; + padding: $padding-base; + font-weight: $font-weight-bold; + font-size: $mdb-btn-font-size-base; + text-transform: uppercase; + border-radius: $border-radius-base; + text-decoration: none; + position: relative; + display: block; + + &:hover{ + text-decoration: none; + } + } + } + } + + .copyright{ + padding: 15px 0; + .material-icons{ + font-size: 18px; + position: relative; + top: 3px; + } + } +} -- cgit v1.3.1