Commit df97c0cf by Jonathan Thomas

Fixing more opacity values

parent aed6fc78
Pipeline #8983 passed with stage
in 33 seconds
...@@ -319,7 +319,7 @@ export default { ...@@ -319,7 +319,7 @@ export default {
background-color: #000000; background-color: #000000;
border-radius: 4px; border-radius: 4px;
padding: 3px; padding: 3px;
opacity: 75%; opacity: 0.75;
} }
.export-btn { .export-btn {
float: right; float: right;
...@@ -332,7 +332,7 @@ export default { ...@@ -332,7 +332,7 @@ export default {
bottom: 5%; bottom: 5%;
left: 5%; left: 5%;
padding: 8px; padding: 8px;
opacity: 75%; opacity: 0.75;
background-color: #000000; background-color: #000000;
border-radius: 4px; border-radius: 4px;
} }
......
...@@ -380,7 +380,7 @@ video { ...@@ -380,7 +380,7 @@ video {
position: absolute; position: absolute;
cursor: grab; cursor: grab;
z-index: 100; z-index: 100;
opacity: 80%; opacity: 0.8;
} }
.timeline-btn { .timeline-btn {
height: 48px; height: 48px;
......
...@@ -270,14 +270,14 @@ export default { ...@@ -270,14 +270,14 @@ export default {
background-color: #000000; background-color: #000000;
border-radius: 4px; border-radius: 4px;
padding: 3px; padding: 3px;
opacity: 75%; opacity: 0.75;
} }
.project-badge { .project-badge {
position: absolute; position: absolute;
bottom: 5%; bottom: 5%;
left: 5%; left: 5%;
padding: 8px; padding: 8px;
opacity: 75%; opacity: 0.75;
background-color: #000000; background-color: #000000;
border-radius: 4px; border-radius: 4px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment