X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/528a34731579d8b81df43879f2b63c2754005a86..d8a368e376f9f50ff0e3714ef716df548e86bd7f:/src/wolnelektury/static/2022/styles/layout/_download.scss?ds=sidebyside diff --git a/src/wolnelektury/static/2022/styles/layout/_download.scss b/src/wolnelektury/static/2022/styles/layout/_download.scss new file mode 100644 index 000000000..76c0b477d --- /dev/null +++ b/src/wolnelektury/static/2022/styles/layout/_download.scss @@ -0,0 +1,31 @@ +.l-download { + margin-bottom: 30px !important; + li { + display: flex; + align-items: center; + font-weight: $regular; + @include font-size(18px); + line-height: 150%; + padding-top: 10px; + padding-bottom: 10px; + border-bottom: 1px solid #D9D9D9; + + a { + margin-right: 0; + margin-left: auto; + width: 108px; + height: 40px; + display: flex; + align-items: center; + justify-content: center; + color: $color-white !important; + background: #007880; + border-radius: 5px; + + &:hover { + text-decoration: none !important; + background: darken(#007880, 2%); + } + } + } +} \ No newline at end of file