Skip to content

Commit fce1719

Browse files
author
Rastislav
committed
Little updates
Add sticky footer, etc
1 parent 451cce8 commit fce1719

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ test.sass
55
npm-debug.log
66
*.tar.gz
77
*.zip
8+
package-lock.json
9+
yarn.lock
810

911
# Folders
1012
.idea/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Internet Explorer (10+) is only partially supported.
182182

183183
## Documentation
184184

185-
Browse the online documentation in [WIKI page](https://github.com/cryptohub-digital/coco/wiki) or [cococss.com](https://cococss.com).
185+
Browse the online documentation in [WIKI page](https://github.com/cryptohub-digital/coco/wiki) or [Online manual](https://cryptohub-digital.github.io/coco/).
186186

187187
## Copyright and license
188188

style/base/generic.sass

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ body
6767
font-size: $body-font-size
6868
font-weight: $body-weight
6969
line-height: $body-line-height
70+
&.has-sticky-footer
71+
display: flex
72+
min-height: 100vh
73+
flex-direction: column
74+
> main
75+
flex: 1
7076

7177
// Inline
7278

style/elements/content.sass

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ $content-table-foot-cell-color: $text-strong !default
9797
margin-top: 0.5em
9898
ul
9999
list-style-type: square
100+
dt
101+
font-style: oblique
100102
dd
101103
margin-left: 2em
102104
figure
@@ -120,6 +122,11 @@ $content-table-foot-cell-color: $text-strong !default
120122
sup,
121123
sub
122124
font-size: 75%
125+
summary
126+
cursor: pointer
127+
font-weight: medium
128+
&::marker
129+
color: $scheme-invert-bis
123130
table
124131
width: 100%
125132
td,

style/utilities/derived-variables.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $text-strong: $grey-darker !default
6262

6363
// Code colors
6464
65-
$code: $red !default
65+
$code: $green !default
6666
$code-background: $background !default
6767

6868
$pre: $text !default

0 commit comments

Comments
 (0)