Updating theme - version 4.0.0 - fonts, conditional comments, prev & next posts,...
[ghost-theme-willow.git] / source / sass / components / _sidebar-header.scss
diff --git a/source/sass/components/_sidebar-header.scss b/source/sass/components/_sidebar-header.scss
deleted file mode 100644 (file)
index 2c4320e..0000000
+++ /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