diff -r 57d63a248f0d -r 4e9e755cef51 client/src/components/CreateSession.scss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/CreateSession.scss Fri Aug 31 15:15:29 2018 +0200 @@ -0,0 +1,26 @@ +.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%; + +}