diff options
author | Danielh112 <Daniel@sbgsportssoftware.com> | 2020-08-18 11:29:25 +0100 |
---|---|---|
committer | Danielh112 <Daniel@sbgsportssoftware.com> | 2020-08-18 11:29:25 +0100 |
commit | f7e9ee56d2ed5447f59e5548f005fabdab2f0a72 (patch) | |
tree | a16300fa62e68b3310ae96e36dba65981f0024ef /src/sass/components/times.scss | |
parent | 22af7f16ea4a4269321d29242d63ec23718c92da (diff) | |
parent | 423b7b276f1572eb666de32094a9aacd32e87d18 (diff) | |
download | plyr-f7e9ee56d2ed5447f59e5548f005fabdab2f0a72.tar.lz plyr-f7e9ee56d2ed5447f59e5548f005fabdab2f0a72.tar.xz plyr-f7e9ee56d2ed5447f59e5548f005fabdab2f0a72.zip |
Fix merge conflicts
Diffstat (limited to 'src/sass/components/times.scss')
-rw-r--r-- | src/sass/components/times.scss | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/sass/components/times.scss b/src/sass/components/times.scss index 7d7a50f1..db41275d 100644 --- a/src/sass/components/times.scss +++ b/src/sass/components/times.scss @@ -3,18 +3,18 @@ // -------------------------------------------------------------- .plyr__time { - font-size: $plyr-font-size-time; + font-size: $plyr-font-size-time; } // Media duration hidden on small screens .plyr__time + .plyr__time { - // Add a slash in before - &::before { - content: '\2044'; - margin-right: $plyr-control-spacing; - } + // Add a slash in before + &::before { + content: '\2044'; + margin-right: $plyr-control-spacing; + } - @media (max-width: $plyr-bp-sm-max) { - display: none; - } + @media (max-width: calc(#{$plyr-bp-md} - 1)) { + display: none; + } } |