jahan-addison / gridpaste

A tool to paste constructions, transformations, and synthetic proofs on the geometric plane
https://gridpaste.io
MIT License
12 stars 2 forks source link

fix user styles #138

Closed jahan-addison closed 5 years ago

jahan-addison commented 5 years ago

Fix homepage alignment: img

Fix error styles, make them red: See #115 for notification errors issue

img

also, fix the submit button - add this to container.scss:

input[type="submit"] {
 outline: none;
  border: none;
}
jahan-addison commented 5 years ago

done