Browse Source

Rearrange elements.

pull/29/head^2
Evan Theurer 12 years ago
parent
commit
f012f02ce1
  1. 8
      src/styles/components/_audiolevel.scss

8
src/styles/components/_audiolevel.scss

@ -31,13 +31,13 @@ @@ -31,13 +31,13 @@
background: #9dd53a; /* Old browsers */
background: gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */
border-radius: 0 0 2px 2px;
height: 4px;
position: absolute;
margin: 0 auto;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 0;
border-radius: 0 0 2px 2px;
transition: width 0.05s ease-in-out;
width: 0;
}
}

Loading…
Cancel
Save