From a05fb5463bc5f957ba84970a3becf42498e2aa3a Mon Sep 17 00:00:00 2001 From: DD Date: Mon, 11 Sep 2017 11:05:02 -0400 Subject: [PATCH] remove sound editor specific CSS --- src/components/paint-editor.css | 48 --------------------------------- 1 file changed, 48 deletions(-) diff --git a/src/components/paint-editor.css b/src/components/paint-editor.css index c72d45ad..71651430 100644 --- a/src/components/paint-editor.css +++ b/src/components/paint-editor.css @@ -27,20 +27,6 @@ margin-left: calc(2 * $space); } -.waveform-container { - display: flex; - justify-content: space-around; - align-items: center; - width: 100%; - - position: relative; - - background: $ui-pane-gray; - border: 1px solid $ui-pane-border; - border-radius: 5px; - padding: 3px; -} - $border-radius: 0.25rem; .button { @@ -62,40 +48,6 @@ $border-radius: 0.25rem; min-width: 1.5rem; } -.trim-button { - display: flex; - align-items: center; - padding-right: 10px; /* To equalize with empty whitespace from image on left */ -} - -.trim-button > img { - width: 1.5rem; -} - -.trim-button-active { - filter: hue-rotate(155deg); /* @todo replace blue -> red with real submit icon */ -} - -.input-group-right { - flex-grow: 1; - display: flex; - flex-direction: row-reverse; -} - -.effect-button { - flex-basis: 150px; - color: $text-primary; -} - -.effect-button + .effect-button { - margin: 0; -} - -.effect-button img { - width: 60px; - height: 60px; -} - .button-group { margin: 0 1rem; }