This commit is contained in:
Sam Potts 2017-06-04 22:39:21 +10:00
parent bc61dac4c5
commit 40b4f8e840
5 changed files with 9 additions and 11 deletions

2
demo/dist/demo.css vendored

File diff suppressed because one or more lines are too long

View File

@ -116,16 +116,14 @@ nav {
// Styles
.btn--primary {
@border-color: darken(@link-color, 5%);
background-image: linear-gradient(@link-color, @border-color);
background-color: @link-color;
border-color: @border-color;
border-color: @link-color;
color: #fff;
&:hover,
&:focus {
color: #fff;
border-color: darken(@border-color, 5%);
border-color: darken(@link-color, 5%);
}
}
.btn--youtube .icon {

View File

@ -9,7 +9,7 @@
@gray-lighter: #dbe3e8;
@off-white: #f2f5f7;
@brand-primary: #22b5ff;
@brand-primary: #20d193;
@brand-secondary: #02BD9B;
// Brands

2
dist/plyr.css vendored

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@
@plyr-sr-only-important: true;
// Colors
@plyr-color-main: #22b5ff;
@plyr-color-main: #20d193;
// Font
@plyr-font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;