client/src/components/CreateSession.scss
author salimr <riwad.salim@yahoo.fr>
Tue, 09 Oct 2018 19:07:47 +0200
changeset 167 1f340f3597a8
parent 161 a642639dbc07
permissions -rw-r--r--
Adapt css for CreateSession and Navbar components

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