diff options
author | Sam Potts <me@sampotts.me> | 2018-01-23 10:31:21 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2018-01-23 10:31:21 +1100 |
commit | cc128e60888468a90dd73c90f05fc7ddbf104551 (patch) | |
tree | 7f85402d4fef3d5d6394e8c0a30291963b03323c /src/sass/plugins/ads.scss | |
parent | 3c8acb4e9e76d1b0ab59c86c18d3ef16efbbfe6f (diff) | |
download | plyr-cc128e60888468a90dd73c90f05fc7ddbf104551.tar.lz plyr-cc128e60888468a90dd73c90f05fc7ddbf104551.tar.xz plyr-cc128e60888468a90dd73c90f05fc7ddbf104551.zip |
Renamed property, UI tweak
Diffstat (limited to 'src/sass/plugins/ads.scss')
-rw-r--r-- | src/sass/plugins/ads.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sass/plugins/ads.scss b/src/sass/plugins/ads.scss index 60751851..86fd8e30 100644 --- a/src/sass/plugins/ads.scss +++ b/src/sass/plugins/ads.scss @@ -9,7 +9,7 @@ position: absolute; right: 0; top: 0; - z-index: 3; // Above the controls. + z-index: 3; // Above the controls &::after { background: rgba($plyr-color-gunmetal, 0.8); @@ -17,7 +17,7 @@ bottom: $plyr-control-spacing; color: #fff; content: attr(data-badge-text); - font-size: 10px; + font-size: 11px; padding: 2px 6px; pointer-events: none; position: absolute; @@ -30,7 +30,7 @@ } } -// Advertisement cue's for the progress bar. +// Advertisement cue's for the progress bar .plyr__cues { background: currentColor; display: block; @@ -41,5 +41,5 @@ position: absolute; top: 50%; width: 3px; - z-index: 3; // Between progress and thumb. + z-index: 3; // Between progress and thumb } |