From b43c043a7b9153e5cf6a1a30b057d143b1cedc52 Mon Sep 17 00:00:00 2001 From: vjeantet Date: Thu, 5 Nov 2020 23:30:56 +0100 Subject: fix some css --- assets/sass/checklist.scss | 29 +++++++++++++++++++++++++++-- assets/sass/main.scss | 9 +++++---- assets/sass/shortcodes/notice.scss | 2 +- 3 files changed, 33 insertions(+), 7 deletions(-) (limited to 'assets') diff --git a/assets/sass/checklist.scss b/assets/sass/checklist.scss index a2eb688..10089d1 100644 --- a/assets/sass/checklist.scss +++ b/assets/sass/checklist.scss @@ -38,6 +38,13 @@ body { } } + h2 a { + //float: left; + + margin-left: 0.2em; + //font-size: 70%; + text-decoration: none; + } div.checklist-footer { @@ -45,6 +52,10 @@ body { margin-bottom: 2em; text-align: center; } + + .zone{ + + } } @@ -52,11 +63,24 @@ body { #TableOfContents > ul li { input { margin-right: 0.3em; + display: none; } - + + i{ + margin-right: 0.3em; + color: #e6e6e6; + &.fa-check-circle{ + color: green; + } + &.fa-dot-circle{ + color: #999999; + } + + } + &:not(.cl-ready):not(.cl-done):not(.cl-doing) { input{ - visibility: hidden; + visibility: hidden; } } @@ -65,6 +89,7 @@ body { visibility: visible; } } + } } \ No newline at end of file diff --git a/assets/sass/main.scss b/assets/sass/main.scss index 78ac359..ce5d111 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -65,7 +65,7 @@ body{ align-items: stretch ; color:($c_light2); - a { + a, a:hover { color:invert($c_dark2); } > div { @@ -176,11 +176,12 @@ body{ li{ padding: 8px 0px 8px 0px; font-weight:300; + border-bottom: 1px solid transparent; + &.active{ + border-bottom: 1px dashed #999999; + } a { /*padding-left: 2px;*/ - &.active{ - font-weight:500; - } } } diff --git a/assets/sass/shortcodes/notice.scss b/assets/sass/shortcodes/notice.scss index 43f8c4e..88bde5b 100644 --- a/assets/sass/shortcodes/notice.scss +++ b/assets/sass/shortcodes/notice.scss @@ -30,7 +30,7 @@ div.notices { } ul {} - label{ + > label{ font-size: 0.5em; position: absolute; margin-left: 0em; -- cgit v1.2.3