Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
Q
Quasar Components Shared
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
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