cms/app-client/app/styles/app.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 20 Jun 2016 17:04:59 +0200
changeset 195 9d083636bd99
parent 193 64afd482ac71
child 196 7550cb541901
permissions -rw-r--r--
Layout and style of the /chronologie endpoint

#corpus-app {
    font-family: sans-serif;
    font-size: 12px;
}

#corpus-app {
    border: 1px solid;
    width: 1108px;
    height: 600px;
    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';
}

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 {
    background-color: #becfd4;
    padding: 0 20px;
    color: #687a84;
    box-sizing: border-box;
}

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

.corpus-app-wrapper {
    background-color: #253946;
}

.corpus-app-container {
    overflow: hidden;
    display: block;
    width: 50%;
    height: 600px;
    float: left;
    border-top: none;
}

.corpus-app-wrapper {
    height: 600px;
    display : flex;
    flex-flow: column;
    border: none;
    padding: 0 0 0 10px;
}

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

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

        &-player{
            flex: 0 1 auto;
            float: left;
            border-left: none;
            border-top: none;
            margin-bottom: 10px;
            background-color: #eeeeee;
            padding: 0 10px;
        }
    }
}