X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/c3955dfd70abab4db001b0d0ad3298747e168be8..f01d89f2eaaf91709fc071ddd9b0cee7441f8eae:/edumed/static/css/base.scss diff --git a/edumed/static/css/base.scss b/edumed/static/css/base.scss index 4b3a53d..4153ca2 100644 --- a/edumed/static/css/base.scss +++ b/edumed/static/css/base.scss @@ -66,14 +66,14 @@ header.main { /*position:relative;*/ } a { - color: $oranji; + color: $ciemny; display: block; vertical-align: bottom; font-size: .85em; } a:hover { - color: $ciemny; + color: $oranji; } a:before { display: block; @@ -141,9 +141,9 @@ footer.main { font-size: .75em; } } - .footer-item-half { + .sponsors-column { float: left; - margin-right: 20 * $px; + margin-left: 20 * $px; width: 100 * $px; p { font-size: .75em; @@ -192,4 +192,21 @@ footer.main { text-transform: uppercase; } -} \ No newline at end of file +} + + +.link-list { + list-style: none; + padding: 0; + + a:before { + content: "→"; + margin-right: .5em; + } + a { + color: $ciemny; + } + a:hover { + color: $oranji; + } +}