client/src/components/CreateSession.scss
author salimr <riwad.salim@yahoo.fr>
Fri, 31 Aug 2018 15:15:29 +0200
changeset 152 4e9e755cef51
child 154 a28361bda28c
permissions -rw-r--r--
Add CreateSession component

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

#session-button {
    font-size: 	22px;
    font-weight: bold;
    cursor: pointer;
}

label.col-form-label.text-secondary {
    font-size: 16px;
    margin-left: 20%;
    font-weight: bolder;
}

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

#create-button{
    font-weight: bold;
    margin: 5%;

}