equal
deleted
inserted
replaced
1 $dark-blue: #13212d; |
1 $dark-blue: #13212d; |
|
2 $grey-blue: #71848d; |
2 $medium-blue: #253946; |
3 $medium-blue: #253946; |
3 $light-blue: #becfd4; |
4 $light-blue: #becfd4; |
4 $blue: #2faddd; |
5 $blue: #2faddd; |
5 $light-grey: #878e94; |
6 $light-grey: #878e94; |
6 $medium-grey: #71848d; |
7 $medium-grey: #71848d; |
44 @import 'components/playlist-component'; |
45 @import 'components/playlist-component'; |
45 @import 'components/discourses-component'; |
46 @import 'components/discourses-component'; |
46 @import 'components/player-component'; |
47 @import 'components/player-component'; |
47 @import 'components/toolbar-component'; |
48 @import 'components/toolbar-component'; |
48 @import 'components/notice-component'; |
49 @import 'components/notice-component'; |
|
50 @import 'components/transcript-component'; |
49 |
51 |
50 } |
52 } |
51 |
53 |
52 h1, h2, h3, h4, h5, h6 { |
54 h1, h2, h3, h4, h5, h6 { |
53 margin: 0; |
55 margin: 0; |
122 overflow: hidden; |
124 overflow: hidden; |
123 display: block; |
125 display: block; |
124 border-top: none; |
126 border-top: none; |
125 } |
127 } |
126 |
128 |
|
129 .corpus-app-container.window { |
|
130 overflow: scroll; |
|
131 } |
|
132 |
127 .corpus-app-modal { |
133 .corpus-app-modal { |
128 position: absolute; |
134 position: absolute; |
129 top: 0px; |
135 top: 0px; |
130 left: 0px; |
136 left: 0px; |
131 } |
137 } |