From a42bd70f732381ead97282f5ae7760eeb7e75602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Pokorn=C3=BD?= Date: Thu, 16 Feb 2017 21:17:31 +0100 Subject: [PATCH] refactor --- simple/style.scss | 73 ----------------------------------------------- 1 file changed, 73 deletions(-) diff --git a/simple/style.scss b/simple/style.scss index 5018be5..cea2288 100644 --- a/simple/style.scss +++ b/simple/style.scss @@ -150,76 +150,3 @@ a { cursor: default; } } - - - - - - - -//.files tr:nth-last-child(2) { -// border-bottom: 1px white solid;; -//} -//.files tr td:nth-child(1), .files tr td:nth-child(2) { -// a { -// display: block; -// width: 100%; -// height: 100%; -// } -//} -//.files tr td:nth-child(1) { -// //padding: 0.5rem 1rem 0.25rem 1rem; -// //background: lightcoral; -// width: 10px; -// -// a { -// width: 16px; -// padding: 7px 15px 3px 15px; -// } -//} -//.files tr td:nth-child(2) { -// //padding: 0.5rem 1rem 0.25rem 1rem; -// //background: lightgoldenrodyellow; -// line-height: 1rem; -// //line-height: 30px; -// a { -// padding: 6px 0; -// } -//} -//.files tr th:nth-child(3), .files tr td:nth-child(3) { -// //padding: 0.5rem 1rem 0.25rem 1rem; -// background: lightsteelblue; -// //width: 0; -// display: none; -//} -//.files tr td:nth-child(4) { -// //padding: 0.5rem 1rem 0.25rem 1rem; -// //background: lightsalmon; -//width: 10px; -// padding: 0.4rem 15px 0.2rem 20px; -// @media screen and (max-width: 600px) { -// display: none; -// } -//} -//.files tr td { -// font-size: 14px; -// //transition: background 0.1s ease; -//padding: 0; -//} -//.files tr:hover td { -// border-top: #d2f4ff 1px solid; -// //border-top: #ffffff 1px solid;d9d9d9 -// border-bottom: #d2f4ff 1px solid; -// z-index: 9999; -// //background: #f9f9f9; -// background: #f9fdff; -//} -// - - - - - - - -