Commit f80f7c1d authored by Robert Knight's avatar Robert Knight Committed by Nick Stenning

UI tweaks for the group creation form

 * Increase the spacing between the label and the group name

 * Disable focus outline for the group name field, since
   the input has no border

 * Disable autocomplete for the group name field, since
   we are prompting for a _new_ name
parent 4ec9f878
......@@ -53,6 +53,7 @@
&__name-label {
font-size: 18px;
margin-bottom: 10px;
}
&__name-input {
......@@ -62,6 +63,7 @@
text-align: center;
margin-bottom: 40px;
width: 350px;
outline: none;
// TODO - Cyan cursor color
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment