client/src/components/CreateSession.scss
author ymh <ymh.work@gmail.com>
Mon, 03 Sep 2018 11:57:58 +0200
changeset 153 de8d18c8251d
parent 152 4e9e755cef51
child 154 a28361bda28c
permissions -rw-r--r--
Remove reference to bootstrap-sass after migration to bootstrap 4

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

}