client/src/components/SessionForm.scss
author ymh <ymh.work@gmail.com>
Fri, 30 Nov 2018 10:53:15 +0100
changeset 183 f8f3af9e5c83
parent 169 f98efa1bddd1
permissions -rw-r--r--
Change the settings to avoid using Session authentication for rest framework as it raise exceptions in case client and backend are on the same domain On the filter, adapt to take into account new version of django_filters

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