Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/checklist.scss')
-rw-r--r--assets/sass/checklist.scss29
1 files changed, 27 insertions, 2 deletions
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