diff --git a/less/forum.less b/less/forum.less new file mode 100644 index 0000000..fe2d891 --- /dev/null +++ b/less/forum.less @@ -0,0 +1,9 @@ +.SignUpModal { + .Form-group:has(> input[type="email"]) { + display: none !important + } + + input[type="email"] { + display: none !important + } +} \ No newline at end of file