X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/6f1d6a6fe9607eb612d2dc95340d414dda043e92..4df6b2c6b149e9c0055cd0ab98a6568facefea84:/prawokultury/static/css/sidebar.scss diff --git a/prawokultury/static/css/sidebar.scss b/prawokultury/static/css/sidebar.scss old mode 100755 new mode 100644 index ecc6416..572be03 --- a/prawokultury/static/css/sidebar.scss +++ b/prawokultury/static/css/sidebar.scss @@ -9,6 +9,10 @@ font-weight: normal; margin-top: 0; margin-bottom: 1.1em; + + a { + color: #363A3B; + } } .more { @@ -38,8 +42,9 @@ width: 5em; height: 4.8em; border-radius: .5em; + -moz-border-radius: .5em; + -webkit-border-radius: .5em; text-align: center; - margin-right: 1em; .day { font-size: 2.4em; @@ -54,6 +59,7 @@ .description { font-size: 1.1em; + margin-left: 5.5em; } } } @@ -117,4 +123,16 @@ margin-top: 1.3em; font-size: 1.1em; } -} \ No newline at end of file +} + +#sidebar .social { + padding-top: 2em; + padding-bottom: 2em; + + a { + margin-right: 1.8em; + img { + vertical-align: middle; + } + } +}