X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8a078a30db08afb680c48ce94d6e576236febeed..16c39b15d9a1516d9cbfa99288747260493cbb15:/src/wolnelektury/static/2021/css/layout/_header.scss diff --git a/src/wolnelektury/static/2021/css/layout/_header.scss b/src/wolnelektury/static/2021/css/layout/_header.scss deleted file mode 100644 index 8ef222bef..000000000 --- a/src/wolnelektury/static/2021/css/layout/_header.scss +++ /dev/null @@ -1,79 +0,0 @@ -.l-header { - max-width: 1140px; - margin: 0 auto; - display: flex; - align-items: center; - justify-content: space-between; - padding: 40px 36px; - border-bottom: 4px solid $color-light-gray; -} - -.l-header__img { - margin: 0; - font-size: 0; - width: 200px; - height: 200px; - overflow: hidden; - display: flex; - align-items: center; - justify-content: center; - border-radius: 50%; - - img { - width: 200px; - height: auto; - } -} - -.l-header__content { - display: flex; - flex-direction: column; - justify-content: center; - margin-left: 58px; - margin-right: auto; - - p { - letter-spacing: -0.02em; - font-weight: $bold; - @include font-size(32px); - line-height: 100%; - color: $color-primary; - margin: 0; - } - - h1 { - letter-spacing: -0.02em; - color: $color-primary; - font-weight: $bold; - @include font-size(64px); - line-height: 100%; - margin: 0; - } - - ul { - letter-spacing: -0.02em; - color: $color-secondary; - font-weight: $bold; - @include font-size(24px); - list-style: none; - line-height: 100%; - display: flex; - padding: 0; - margin: 0; - - li { - margin-right: 10px; - &:not(:last-child):after { content: "/";margin-left: 10px; } - } - } -} - -.l-header__actions { - .l-button { - appearance: none; - border: 0; - padding: 0; - background: transparent; - cursor: pointer; - } -}