client/src/components/Settings.scss
changeset 151 57d63a248f0d
child 154 a28361bda28c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/src/components/Settings.scss	Fri Aug 31 15:14:18 2018 +0200
@@ -0,0 +1,23 @@
+label.col-form-label.text-primary {
+    font-size: 16px;
+    margin-left: 20%;
+    font-weight: bolder;
+}
+
+.form-control {
+    width: 60%;
+    margin-left: 20%;
+}
+
+form {
+    padding-top: 10%;
+}
+
+button.btn.btn-primary {
+    font-size: 	18px;
+    font-weight: bold;
+    padding: 15px 15px;
+    width: 30%;
+    margin-left: 35%;
+    margin-top: 7%;
+}