diff -r 2457942e7453 -r d284324358b2 cms/app-client/app/styles/app.scss --- a/cms/app-client/app/styles/app.scss Mon Jul 04 19:42:36 2016 +0200 +++ b/cms/app-client/app/styles/app.scss Mon Jul 04 23:04:42 2016 +0200 @@ -1,6 +1,8 @@ $dark-blue: #13212d; -$medium-blue : #253946; -$light-blue : #becfd4; +$medium-blue: #253946; +$light-blue: #becfd4; +$light-grey: #878e94; +$light-white: #fbfbfb; body { background-color: #f5f5f5; @@ -129,14 +131,6 @@ height: 80px; } -.corpus-app { - @at-root { - @import 'player'; - @import 'results'; - @import 'modal'; - } -} - .ember-view.language a { text-transform: capitalize; text-decoration: none;