cms/app-client/app/styles/app.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 23 Jun 2016 17:09:32 +0200
changeset 200 a441c40f9c5e
parent 196 7550cb541901
child 206 e038d5782d06
permissions -rw-r--r--
Fix playlist filtering Minor design changes

body {
    background-color: #f5f5f5;
}

#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/carto';
    @import 'tabs/langues';
    @import 'tabs/discours';
    @import 'tabs/thematiques';
    @import 'tabs/detail';

    @import 'components/sorting-component';
    @import 'components/filtering-component';
    @import 'components/filter-component';
    @import 'components/playlist-component';
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: inherit;
}

h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.corpus-app-container {
    color: #687a84;
    box-sizing: border-box;
}

body.tabs-chrono .corpus-app-container {
    padding: 20px;
}

body.tabs-thematiques .corpus-app-container {
    padding: 0px 20px;
}

body.tabs-langues .corpus-app-container {
    padding: 0px;
}

body.tabs-carto .corpus-app-container,
body.tabs-chrono .corpus-app-container,
body.tabs-thematiques .corpus-app-container {
    background-color: #becfd4;
}

.corpus-app-wrapper {
    background-color: #253946;
    box-shadow: -4px 0px 8px -4px #59626b;
}

.corpus-app-container,
.corpus-app-wrapper {
    box-sizing: border-box;
    height: 600px;
    width: 50%;
}

.corpus-app-container {
    overflow: hidden;
    display: block;
    float: left;
    border-top: none;
}

.corpus-app-wrapper {
    float: right;
}

.mapdiv{
    width: 470px;
    background-color: #FFFFFF;
    height: 500px;
}

.corpus-app-content {
    background-color: #13212d;
    overflow: hidden;
    height: 80px;
}

.corpus-app {
    @at-root {
        @import 'player';
        @import 'results';
        @import 'modal';
    }
}