X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8a078a30db08afb680c48ce94d6e576236febeed..16c39b15d9a1516d9cbfa99288747260493cbb15:/src/wolnelektury/static/2021/css/layout/_aside.scss diff --git a/src/wolnelektury/static/2021/css/layout/_aside.scss b/src/wolnelektury/static/2021/css/layout/_aside.scss deleted file mode 100644 index c3af6f890..000000000 --- a/src/wolnelektury/static/2021/css/layout/_aside.scss +++ /dev/null @@ -1,48 +0,0 @@ -.l-aside { - color: $color-gray; - max-width: 350px; - width: 100%; - - h3 { - font-weight: $bold; - @include font-size(18px); - line-height: 21px; - letter-spacing: 0.01em; - margin-top: 0; - } - - & > ul { - padding-left: 0; - } - - ul { - list-style: none; - padding-left: 30px; - li { - a { - text-decoration: underline; - } - } - } - - ul:not(.c-externals) { - font-weight: $bold; - @include font-size(24px); - line-height: 28px; - - li { - margin: 8px 0; - a {} - } - } - - .c-externals { - margin-top: 2rem; - border-top: 2px solid $color-light-gray; - padding-top: 0.5rem; - - li { - a {} - } - } -}