client/src/scss/components/_CreateSession.scss
author ymh <ymh.work@gmail.com>
Tue, 04 Dec 2018 18:17:56 +0100
changeset 191 3f71ad81a5a9
parent 167 client/src/components/CreateSession.scss@1f340f3597a8
permissions -rw-r--r--
reorganize scss to better us the bootstrap imports

.bg-primary {
    border-radius: 3%;
}

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

.protocol {
    max-height: 150px;
    overflow-x: auto;
    overflow-y: auto;
}

.new-session-link {
    font-size: 1.4rem;
}