Tweaks
This commit is contained in:
parent
21f444ed61
commit
03c3960e93
2
demo/dist/demo.css
vendored
2
demo/dist/demo.css
vendored
File diff suppressed because one or more lines are too long
@ -9,7 +9,7 @@
|
|||||||
@gray-lighter: #dbe3e8;
|
@gray-lighter: #dbe3e8;
|
||||||
@off-white: #f2f5f7;
|
@off-white: #f2f5f7;
|
||||||
|
|
||||||
@brand-primary: #20d193;
|
@brand-primary: #1aafff;
|
||||||
@brand-secondary: #02BD9B;
|
@brand-secondary: #02BD9B;
|
||||||
|
|
||||||
// Brands
|
// Brands
|
||||||
@ -24,8 +24,8 @@
|
|||||||
@font-size-base: 16;
|
@font-size-base: 16;
|
||||||
@font-size-small: 14;
|
@font-size-small: 14;
|
||||||
@font-size-h1: 64;
|
@font-size-h1: 64;
|
||||||
@font-weight-base: 500;
|
@font-weight-base: 400;
|
||||||
@font-weight-bold: 700;
|
@font-weight-bold: 500;
|
||||||
|
|
||||||
// Elements
|
// Elements
|
||||||
@link-color: @brand-primary;
|
@link-color: @brand-primary;
|
||||||
|
2
dist/plyr.css
vendored
2
dist/plyr.css
vendored
File diff suppressed because one or more lines are too long
@ -30,7 +30,7 @@
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
font-family: @plyr-font-family;
|
font-family: @plyr-font-family;
|
||||||
font-weight: 500;
|
font-weight: @plyr-font-weight-normal;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
|
||||||
& when (@plyr-border-box = true) {
|
& when (@plyr-border-box = true) {
|
||||||
@ -546,7 +546,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
padding: @plyr-control-padding (@plyr-control-padding * 2);
|
padding: @plyr-control-padding (@plyr-control-padding * 2);
|
||||||
color: @plyr-menu-color;
|
color: @plyr-menu-color;
|
||||||
font-weight: 600;
|
font-weight: @plyr-font-weight-bold;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
@ -614,7 +614,7 @@
|
|||||||
color: fade(@plyr-menu-color, 80%);
|
color: fade(@plyr-menu-color, 80%);
|
||||||
|
|
||||||
.plyr__badge {
|
.plyr__badge {
|
||||||
font-weight: 600;
|
font-weight: @plyr-font-weight-bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,12 +9,14 @@
|
|||||||
@plyr-sr-only-important: true;
|
@plyr-sr-only-important: true;
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
@plyr-color-main: #20d193;
|
@plyr-color-main: #1aafff;
|
||||||
|
|
||||||
// Font
|
// Font
|
||||||
@plyr-font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
|
@plyr-font-family: inherit; //Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
|
||||||
@plyr-font-size-small: 14px;
|
@plyr-font-size-small: 14px;
|
||||||
@plyr-font-size-base: 16px;
|
@plyr-font-size-base: 16px;
|
||||||
|
@plyr-font-weight-normal: 400;
|
||||||
|
@plyr-font-weight-bold: 600;
|
||||||
|
|
||||||
// Captions
|
// Captions
|
||||||
@plyr-captions-bg: fade(#000, 60%);
|
@plyr-captions-bg: fade(#000, 60%);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user