diff options
Diffstat (limited to 'js/panels/Timeline/Span.reel/scss')
-rw-r--r-- | js/panels/Timeline/Span.reel/scss/Span.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/panels/Timeline/Span.reel/scss/Span.scss b/js/panels/Timeline/Span.reel/scss/Span.scss index 12d72cfa..c166114b 100644 --- a/js/panels/Timeline/Span.reel/scss/Span.scss +++ b/js/panels/Timeline/Span.reel/scss/Span.scss | |||
@@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
33 | /* Span.scss | 33 | /* Span.scss |
34 | * Main SCSS file for Span component, compiled by SASS into the file css/Span.css. | 34 | * Main SCSS file for Span component, compiled by SASS into the file css/Span.css. |
35 | */ | 35 | */ |
36 | 36 | ||
37 | // Import theme settings | 37 | // Import theme settings |
38 | @import "../../../../../scss/imports/themes/default/colors"; | 38 | @import "../../../../../scss/imports/themes/default/colors"; |
39 | // @import "../../../../../scss/imports/themes/default/fonts"; | 39 | // @import "../../../../../scss/imports/themes/default/fonts"; |
@@ -48,10 +48,10 @@ POSSIBILITY OF SUCH DAMAGE. | |||
48 | height: 16px; | 48 | height: 16px; |
49 | } | 49 | } |
50 | .tween_span .tween_span_bar { | 50 | .tween_span .tween_span_bar { |
51 | width: 100%; | 51 | width: 100%; |
52 | height: 100%; | 52 | height: 100%; |
53 | background-color: #fff; | 53 | background-color: #fff; |
54 | opacity: 0.15; | 54 | opacity: 0.15; |
55 | } | 55 | } |
56 | 56 | ||
57 | .tween_span.spanHighlight .tween_span_bar { | 57 | .tween_span.spanHighlight .tween_span_bar { |