aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/components/times.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/sass/components/times.scss')
-rw-r--r--src/sass/components/times.scss18
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;
+ }
}