Skip to content
Snippets Groups Projects
Commit 8ff41a39 authored by Chris Garrity's avatar Chris Garrity
Browse files

revise styles

Checked with Carl and updated the style of the play button.
parent f3d1a915
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@
overflow: hidden; /* Mask the icon animation */
width: 1.5rem;
height: 1.5rem;
background-color: $motion-primary;
background-color: $sound-primary;
color: $ui-white;
border-radius: 50%;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
......@@ -221,8 +221,7 @@
.play-button {
position: absolute;
position: absolute;
top: 0.125rem;
top: .5rem;
z-index: auto;
}
......@@ -235,11 +234,9 @@
}
[dir="ltr"] .play-button {
right: 0.125rem;
padding-left: .125rem;
left: .5rem;
}
[dir="rtl"] .play-button {
left: 0.125rem;
padding-right: .125rem;
right: .5rem;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment