From ef1300abbc7f116f4b07b61e6109924df0310551 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Wed, 4 Jan 2017 19:17:51 +0100 Subject: [PATCH] removes unused scss --- app/assets/stylesheets/layout.scss | 41 ------------------------------ 1 file changed, 41 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 5db71c82b..0ef13f01a 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -221,47 +221,6 @@ a { float: left; } -//.table-fixed { -// table-layout: fixed; -//======= -//.tabs-content { -// border: 0; -//} -// -//.tabs { -// border: { -// left: 0; -// right: 0; -// top: 0; -// }; -// margin-bottom: $line-height; -// -// .tabs-title > a { -// color: $text-medium; -// margin-bottom: rem-calc(-1); -// margin-right: $line-height; -// -// &[aria-selected='true'], -// &.is-active { -// color: $brand; -// border-bottom: 2px solid $brand; -// font-weight: bold; -// } -// } -// -// h2 { -// font-size: $base-font-size; -// } -//} -// -//.no-max-width { -// max-width: none; -//} -// -//.button.float-right ~ .button.float-right { -// margin: 0 $line-height/2; -//} - .tabs-content { border: 0; }