diff --git a/site/src/components/files-tree/style.styl b/site/src/components/files-tree/style.styl index b5c0f40..8f522f5 100644 --- a/site/src/components/files-tree/style.styl +++ b/site/src/components/files-tree/style.styl @@ -18,5 +18,21 @@ border-bottom 1px solid rgba(255, 255, 255, 0.2) .content + padding-bottom 60px line-height 28px - font-size 14px \ No newline at end of file + font-size 14px + +.all-read + position fixed + bottom 20px + left 20px + height 20px + padding-left 4px + padding-right 4px + line-height 20px + background #393855 + font-size 12px + text-transform uppercase + + &:hover + color #4BD1C5 \ No newline at end of file diff --git a/site/src/components/files-tree/template.html b/site/src/components/files-tree/template.html index a8550c7..1b772f8 100644 --- a/site/src/components/files-tree/template.html +++ b/site/src/components/files-tree/template.html @@ -1,7 +1,5 @@
\ No newline at end of file