Remplace hexadecimal codes with sass variables
Cleanup dead method in application controller
Remove unused sass files
$dark-blue: #13212d;
$medium-blue: #253946;
$light-blue: #becfd4;
$light-grey: #878e94;
$light-white: #fbfbfb;
body {
background-color: #f5f5f5;
}
button {
font-family: sans-serif;
}
#corpus-app {
font-family: sans-serif;
font-size: 12px;
}
#corpus-app {
border: 1px solid;
width: 1108px;
overflow: hidden;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
@import 'tabs/chrono';
@import 'tabs/langues';
@import 'components/sorting-component';
@import 'components/filtering-component';
@import 'components/filter-component';
@import 'components/playlist-component';
@import 'components/discourses-component';
@import 'components/player-component';
@import 'components/toolbar-component';
@import 'components/notice-component';
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
font-size: inherit;
}
h2 {
text-transform: uppercase;
text-align: center;
}
.corpus-app-modal {
background-color: $light-blue;
padding: 20px 40px;
}
.corpus-app-container {
color: #687a84;
box-sizing: border-box;
background-color: $light-blue;
}
.corpus-app-container h2 {
padding: 15px;
font-size: 14px;
color: $medium-blue;
}
.corpus-window {
overflow: hidden;
position: relative;
}
body.tabs-discours .corpus-app-container,
body.tabs-chrono .corpus-app-container {
padding: 0px 20px;
}
body.tabs-thematiques .corpus-app-container {
padding: 0px 20px;
}
body.tabs-langues .corpus-app-container {
padding: 0px;
}
.corpus-app-wrapper {
background-color: $medium-blue;
box-shadow: -4px 0px 8px -4px #59626b;
}
.corpus-app-modal,
.corpus-app-container,
.corpus-app-wrapper {
box-sizing: border-box;
height: 600px;
width: 50%;
}
.corpus-app-modal,
.corpus-app-container {
overflow: hidden;
display: block;
border-top: none;
}
.corpus-app-modal {
position: absolute;
top: 0px;
left: 0px;
}
.corpus-app-container {
float: left;
}
.corpus-app-wrapper {
float: right;
}
#mapdiv{
width: 100%;
}
.corpus-app-content {
background-color: $dark-blue;
overflow: hidden;
height: 80px;
}
.ember-view.language a {
text-transform: capitalize;
text-decoration: none;
pointer-events: none;
cursor: default;
color: inherit;
}
i.fa {
font-size: 0px;
text-align: center;
box-sizing: border-box;
}
i.fa::before {
font-size: 12px;
}