Various design improvements

This commit is contained in:
2018-04-19 15:04:25 +02:00
parent 0a83c00c78
commit fc493fc567
20 changed files with 153 additions and 61 deletions

View File

@ -1,6 +1,5 @@
mixin media-footer
text-align center
margin-bottom 1rem
margin-top 0.4rem
font-size 0.9em

View File

@ -1,4 +1,4 @@
const tip-opacity = 0.94
const tip-opacity = 0.97
const tip-transform-hidden = rotate(0.02deg) translateX(-50%) translateY(-80%)
const tip-transform-visible = rotate(0.02deg) translateX(-50%) translateY(-100%)