client/src/components/CreateSession.scss
changeset 152 4e9e755cef51
child 154 a28361bda28c
equal deleted inserted replaced
151:57d63a248f0d 152:4e9e755cef51
       
     1 .bg-primary {
       
     2     border-radius: 0% 0% 3% 3%;
       
     3 }
       
     4 
       
     5 #session-button {
       
     6     font-size: 	22px;
       
     7     font-weight: bold;
       
     8     cursor: pointer;
       
     9 }
       
    10 
       
    11 label.col-form-label.text-secondary {
       
    12     font-size: 16px;
       
    13     margin-left: 20%;
       
    14     font-weight: bolder;
       
    15 }
       
    16 
       
    17 .material-icons.protocol-toggle {
       
    18     font-size: 1rem;
       
    19     cursor: pointer;
       
    20 }
       
    21 
       
    22 #create-button{
       
    23     font-weight: bold;
       
    24     margin: 5%;
       
    25 
       
    26 }