client/src/components/CreateSession.scss
changeset 152 4e9e755cef51
child 154 a28361bda28c
--- /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%;
+
+}