diff options
Diffstat (limited to 'templates/assets/sass/material-kit/_footers.scss')
| -rw-r--r-- | templates/assets/sass/material-kit/_footers.scss | 38 |
1 files changed, 38 insertions, 0 deletions
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; + } + } +} |
