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