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 {
background-color: #000000;
border-radius: 4px;
padding: 3px;
opacity: 75%;
opacity: 0.75;
}
.export-btn {
float: right;
......@@ -332,7 +332,7 @@ export default {
bottom: 5%;
left: 5%;
padding: 8px;
opacity: 75%;
opacity: 0.75;
background-color: #000000;
border-radius: 4px;
}
......
......@@ -380,7 +380,7 @@ video {
position: absolute;
cursor: grab;
z-index: 100;
opacity: 80%;
opacity: 0.8;
}
.timeline-btn {
height: 48px;
......
......@@ -270,14 +270,14 @@ export default {
background-color: #000000;
border-radius: 4px;
padding: 3px;
opacity: 75%;
opacity: 0.75;
}
.project-badge {
position: absolute;
bottom: 5%;
left: 5%;
padding: 8px;
opacity: 75%;
opacity: 0.75;
background-color: #000000;
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