diff -r 950a2350930f -r 1f340f3597a8 client/src/components/CreateSession.scss --- a/client/src/components/CreateSession.scss Tue Oct 09 19:02:17 2018 +0200 +++ b/client/src/components/CreateSession.scss Tue Oct 09 19:07:47 2018 +0200 @@ -1,13 +1,18 @@ .bg-primary { - border-radius: 0% 0% 3% 3%; -} - -#session-button { - font-size: 1.5rem; - cursor: pointer; + border-radius: 3%; } .material-icons.protocol-toggle { font-size: 1rem; cursor: pointer; } + +.protocol { + max-height: 150px; + overflow-x: auto; + overflow-y: auto; +} + +.new-session-link { + font-size: 1.4rem; +}