fixed button css border

This commit is contained in:
David Baldwynn 2017-10-07 04:47:14 -04:00
parent 4a816c786d
commit b58d7abaec
3 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,8 @@
form .btn {
border-color: grey;
}
.public-form.preview {
border: none;
box-shadow: 0px 0px 10px 0px grey;

View file

@ -115,7 +115,3 @@ input.form-control {
font-size: 18px;
padding: 20px 10px;
}
.btn {
border: none;
}