X-Git-Url: https://git.njae.me.uk/?p=ghost-theme-willow.git;a=blobdiff_plain;f=source%2Fsass%2Fcomponents%2F_sidebar-header.scss;fp=source%2Fsass%2Fcomponents%2F_sidebar-header.scss;h=0000000000000000000000000000000000000000;hp=2c4320e90fd1669bc085f4a4bf3fe9b3dd6016e5;hb=c2c7aa79051d1d803753153ed8acd6ece8bfad71;hpb=dd5a6c21da6eff715deff984bdc9dd873e28a4b6 diff --git a/source/sass/components/_sidebar-header.scss b/source/sass/components/_sidebar-header.scss deleted file mode 100644 index 2c4320e..0000000 --- a/source/sass/components/_sidebar-header.scss +++ /dev/null @@ -1,36 +0,0 @@ -/* -|------------------------------------------------------------------------------- -| Sidebar header -|------------------------------------------------------------------------------- -*/ -// Cover -.c-sidebar-header { - height: 100px; - position: relative; - margin-bottom: 65px; - @include bg-size(cover); - background-position: 50% 50%; -} - -// Logo and link -.c-sidebar-header__link, -.c-sidebar-header__image { - width: 80px; - height: 80px; - display: block; -} - -// Logo -.c-sidebar-header__image { - @include border-radius(40px); - border: 2px solid $c-white; -} - -// Link { -.c-sidebar-header__link { - left: 50%; - bottom: -40px; - z-index: 1; - position: absolute; - margin-left: -40px; -} \ No newline at end of file