diff options
Diffstat (limited to 'src/styles/720.scss')
-rw-r--r-- | src/styles/720.scss | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/styles/720.scss b/src/styles/720.scss new file mode 100644 index 0000000..aea58eb --- /dev/null +++ b/src/styles/720.scss @@ -0,0 +1,36 @@ +input[type=range] { + margin: 13.8px 0; +} + +input[type=range]::-webkit-slider-runnable-track { + height: 8.4px; +} + +input[type=range]::-webkit-slider-thumb { + height: 36px; + width: 36px; + border-radius: 18px; + margin-top: 0px; +} + +progress { + height: 12px; + margin-top: -6px; +} + +body { + font-size: 1.2em; + + a { + font-size: 2em; + } + + + .content { + .sliderContainer { + .entry { + height: 90px; + } + } + } +}
\ No newline at end of file |