X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7f0caf88dd3aac2e4d5bb4ee064137e03ecd4f03..9a7603cfbfdf7c0b4a2210ef454cecf894c5e172:/apps/wolnelektury_core/static/css/main/footer.scss diff --git a/apps/wolnelektury_core/static/css/main/footer.scss b/apps/wolnelektury_core/static/css/main/footer.scss deleted file mode 100755 index cc37b13da..000000000 --- a/apps/wolnelektury_core/static/css/main/footer.scss +++ /dev/null @@ -1,30 +0,0 @@ -@import "tools"; - -#footer-wrapper { - @include size-px(margin-top, 50); - @include size-px(padding-top, 30); - background: #fff; - color: #767676; - border-top-style: solid; - border-top-color: #ddd; - @include size-px(border-top-width, 1); -} - -footer#main { - @include size-px(font-size, 10); - @include size-px(margin-left, 5); - @include size-px(margin-right, 5); - - @media screen and (min-width: 62.5em) { - @include size-px(width, 975); - margin: auto; - } - - p { - @include size-px(margin-top, 2.5); - @include size-px(margin-bottom, 2.5); - margin-left: 0; - margin-right: 0; - } -} -