client/src/components/SessionForm.scss
author ymh <ymh.work@gmail.com>
Mon, 08 Oct 2018 18:35:47 +0200
changeset 168 ea92f4fe783d
parent 161 a642639dbc07
child 169 f98efa1bddd1
permissions -rw-r--r--
- move SlateEditor and dependencies to its own folder - remove Immutable - remove redux-persist-immutable - remobe redux-immutable - update libraries - added tests on store manipulations (accessor and reducers)

.material-icons.protocol-toggle {
    font-size: 1rem;
    cursor: pointer;
}

.session {

    &-page-panel {
        z-index: 5;
    }

    &-page-card {
        background: linear-gradient(white, transparent);
    }

    &-page-title{
        font-size: 1.8rem;
        resize: auto;
        font-weight: bolder;
        overflow: hidden;
        height: auto;
        transition: height 0.2s ease;
        box-sizing: border-box;
        line-height: 1.1;
    }

    &-page-description{
        font-size: .9rem;
        resize: auto;
        overflow: hidden;
        height: auto;
        transition: height 0.2s ease;
        box-sizing: border-box;
    }
}