diff options
author | 2019-10-16 23:46:48 +0200 | |
---|---|---|
committer | 2020-02-04 09:42:15 +0100 | |
commit | da78790720ccad29e40bbe08aa8924ea8f8f1d2c (patch) | |
tree | aae39a8384446bd67a9ee8756162d2eb5d7d261b /src/styles/720.scss | |
parent | 6d32da2617e3545589da4e139484d75a4591bfe7 (diff) |
FUNCT Add support for landscape and portrait using 1080 and 720
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 |