Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components Shared
Commits
a70e77de
Commit
a70e77de
authored
May 15, 2019
by
Mathias Bär
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added stylus color variables
parent
dec4d458
Pipeline
#11061
passed with stage
in 11 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
media/VideoPlayer.vue
media/VideoPlayer.vue
+4
-2
No files found.
media/VideoPlayer.vue
View file @
a70e77de
...
...
@@ -151,6 +151,8 @@
<
style
lang=
"stylus"
>
@import '~variables'
.video-js
font-family 'Roboto'
position static !important
...
...
@@ -159,7 +161,7 @@
height 40px
.video-js.vjs-paused .vjs-big-play-button
background
#2a65ff
background
$primary
width 66px
height 66px
line-height 66px
...
...
@@ -179,7 +181,7 @@
padding-top 1px
.video-js .vjs-control-bar
background-color
rgba(42,101,255,0.667)
background-color
$primary66
.video-js .vjs-control-bar .vjs-slider
background-color rgba(255,255,255,0.333)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment