From 9b98e9c3187704e718caa5d7c1c29df8e7e36f49 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 13 Sep 2018 16:50:46 -0400 Subject: [PATCH] adding modal adding a foundation modal to store the email form --- css/front.css | 18 +++++++++++- views/front/staff/list.html | 55 +++++++++++++++++++++++-------------- 2 files changed, 51 insertions(+), 22 deletions(-) diff --git a/css/front.css b/css/front.css index cf9ae57..3634265 100644 --- a/css/front.css +++ b/css/front.css @@ -25,4 +25,20 @@ /* box-shadow: 1px 1px 1px 1px grey; */ text-align: center; width: 100%; -} \ No newline at end of file +} + +/* Email Modal Styles */ +.required-field{ + color: red; +} +#emailModal{ + max-width: 800px; +} +#emailModal.reveal-modal .close-reveal-modal { + right: 10px; + top: 0px; +} +.modal-form-wrapper{ + max-width: 700px; + display: none; +} diff --git a/views/front/staff/list.html b/views/front/staff/list.html index a4a7ccb..d960445 100644 --- a/views/front/staff/list.html +++ b/views/front/staff/list.html @@ -38,12 +38,23 @@