cms/app-client/app/styles/components/transcript-component.scss
changeset 246 5b7ae96768be
parent 245 c9dd78a43b07
child 247 7a5d729992b8
--- 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