--- a/cms/app-client/app/styles/components/transcript-component.scss Wed Jul 20 21:08:31 2016 +0200
+++ b/cms/app-client/app/styles/components/transcript-component.scss Thu Jul 21 23:36:50 2016 +0200
@@ -0,0 +1,18 @@
+.transcript-component {
+ background-color: $light-blue;
+ padding: 20px;
+}
+
+.transcript-component .sentence {
+ padding: 20px;
+ color: $medium-grey;
+}
+
+.transcript-component .sentence.active {
+ background-color: $grey-blue;
+ color: $light-white;
+}
+
+.transcript-component .sentence.active .translation {
+ color: $light-blue;
+}
\ No newline at end of file