client/src/components/SessionForm.scss
author ymh <ymh.work@gmail.com>
Fri, 16 Nov 2018 11:19:13 +0100
changeset 173 0e6703cd0968
parent 169 f98efa1bddd1
permissions -rw-r--r--
Correct the Note editor. Split the source file in sub components. Correct a timing problem on the editor checkbox.

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

.session {

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

    &-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;
    }
}