From ad747577e43ed1bed721625e3eeb6551a50f9970 Mon Sep 17 00:00:00 2001 From: shibafu Date: Sun, 10 Mar 2019 20:43:38 +0900 Subject: [PATCH] fix style --- resources/assets/sass/tissue.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/assets/sass/tissue.css b/resources/assets/sass/tissue.css index fa57ff3..c69f77e 100644 --- a/resources/assets/sass/tissue.css +++ b/resources/assets/sass/tissue.css @@ -1,10 +1,10 @@ @charset "UTF-8"; .tis-footer { - color: #a2a2a2; font-size: small; - border-top: 1px solid #eee; - background: linear-gradient(to bottom, #f8f9fa, #fff) + color: #a2a2a2; + background: linear-gradient(to bottom, #f8f9fa, #fff); + border-top: 1px solid #eee } .tis-word-wrap { @@ -16,8 +16,8 @@ } .tis-need-agecheck .container { - filter: blur(45px); pointer-events: none; + filter: blur(45px); } .container { @@ -25,8 +25,8 @@ } .list-group-item.no-side-border { - border-left: none; border-right: none; + border-left: none; border-radius: 0; } @@ -35,8 +35,8 @@ } .list-group-item.border-bottom-only { - border-left: none; border-right: none; + border-left: none; border-radius: 0; } @@ -54,12 +54,12 @@ } .tis-page-selector { - margin-left: -1px; width: calc(100% + 2px); height: 100%; + margin-left: -1px; + line-height: 1.25; border: 1px solid #dee2e6; border-radius: 0; - line-height: 1.25; } @media (min-width: 992px) { @@ -69,13 +69,13 @@ } #navbarNav > .d-lg-none > .row > div:first-of-type { - padding-left: 15px; padding-right: 7.5px; + padding-left: 15px; } #navbarNav > .d-lg-none > .row > div { - padding-left: 7.5px; padding-right: 15px; + padding-left: 7.5px; } #navbarNav > .d-lg-none > .row > .col .btn {