handle errors and fix join form

This commit is contained in:
Josh
2018-06-11 13:05:54 -04:00
parent 2b0f75e62b
commit 2b065eb7fa
23 changed files with 114 additions and 239 deletions

View File

@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/

View File

@ -85,6 +85,13 @@ a {
width: 60%;
}
.center-page {
position: absolute;
top: 50%;
left:50%;
transform: translate(-50%,-50%);
}
iframe{
position: absolute;
top: 0;

View File

@ -0,0 +1,3 @@
// Place all the styles related to the Errors controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/