diff --git a/packages/crater/lib/stylesheets/_global.scss b/packages/crater/lib/stylesheets/_global.scss index cf639ac5..b561f53c 100644 --- a/packages/crater/lib/stylesheets/_global.scss +++ b/packages/crater/lib/stylesheets/_global.scss @@ -1,15 +1,13 @@ - - body{ background: $grey; @include primary-font; } + h1, h2, h3, h4, h5{ @include secondary-font; } - a{ color: $primary-color; &:hover, &:active, &:focus{ @@ -28,7 +26,7 @@ a{ } .main{ - margin-bottom: 30px; + margin: 30px auto; @include medium-large{ display: flex; } @@ -43,34 +41,8 @@ a{ position: relative; z-index: 10; border-radius: 0 0 5px 5px; - // box-shadow: 2px 2px 0px 2px black(0.05); - &:before{ - display: block; - content: " "; - background: white; - height: 20px; - position: absolute; - top: -20px; - left: -14px; - border-radius: 0 20px 0 0; - right: 0px; - } - &:after{ - display: block; - content: " "; - // background: #aca6b9; - background: $light-purple linear-gradient(to top, #908b9e 0%, #aaa5b6 50%); - height: 20px; - position: absolute; - top: -20px; - left: -30px; - width: 30px; - border-radius: 20px 20px 0 0; - z-index: 50; - } } - .btn{ @include secondary-font; } @@ -81,7 +53,6 @@ a{ color: $light-text-color; } - .page{ padding: 30px; -} \ No newline at end of file +} diff --git a/packages/crater/lib/stylesheets/_posts.scss b/packages/crater/lib/stylesheets/_posts.scss index db3c66ea..0c10fcf8 100644 --- a/packages/crater/lib/stylesheets/_posts.scss +++ b/packages/crater/lib/stylesheets/_posts.scss @@ -1,5 +1,3 @@ - - .posts-home-intro{ padding: 20px 30px; border-top: 1px dashed $border-color; @@ -78,7 +76,7 @@ .posts-item{ border: none; border-bottom: 1px dashed $border-color; - padding: 0 30px 20px 30px; + padding: 20px 30px; &.posts-sticky{ border-top: 1px dashed $border-color; padding: 20px 30px; diff --git a/packages/crater/lib/stylesheets/_sidebar.scss b/packages/crater/lib/stylesheets/_sidebar.scss index e96a1bce..c39e7f50 100644 --- a/packages/crater/lib/stylesheets/_sidebar.scss +++ b/packages/crater/lib/stylesheets/_sidebar.scss @@ -1,14 +1,11 @@ - .sidebar{ width: 250px; - padding-top: 30px; flex-shrink: 0; @include small{ display: none; } } - .search-form{ margin-bottom: 20px; .form-control{ @@ -29,4 +26,4 @@ border-color: $secondary-color; color: white; } -} \ No newline at end of file +}