diff -r de8d18c8251d -r a28361bda28c client/src/components/CreateGroup.scss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/CreateGroup.scss Mon Sep 03 20:02:14 2018 +0200 @@ -0,0 +1,7 @@ +div.card-header.bg-primary.w-50 { + border-radius: 0% 0% 3% 3%; +} + +#session-button:hover{ + font-weight: bolder; +}