From b52fc466f3ab224468370cd75b57344fe62c993e Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 2 Dec 2015 15:00:56 -0500 Subject: [PATCH] Update the style for the main content section for employment Adding new id for style and adding margin to top and bottom. --- css/app.css | 4 ++++ page-260.php | 22 +++++----------------- scss/_plugins.scss | 3 ++- scss/plugins/_staffordsemployment.scss | 4 ++++ 4 files changed, 15 insertions(+), 18 deletions(-) create mode 100644 scss/plugins/_staffordsemployment.scss diff --git a/css/app.css b/css/app.css index e661839..c6b1406 100644 --- a/css/app.css +++ b/css/app.css @@ -7797,6 +7797,10 @@ h3#ship-to-different-address { display: none; } /* End WooCommerce */ +#staffords-employment-app { + margin-top: 40px; + margin-bottom: 60px; } + #front { padding: 20px; } #front .row.collapse h1 { diff --git a/page-260.php b/page-260.php index e15ea33..f372672 100644 --- a/page-260.php +++ b/page-260.php @@ -12,7 +12,7 @@ ?>
-
+

-
-
- +
+
+
+
diff --git a/scss/_plugins.scss b/scss/_plugins.scss index 95d0961..6767a0e 100644 --- a/scss/_plugins.scss +++ b/scss/_plugins.scss @@ -1,3 +1,4 @@ @import "plugins/nextgen"; @import "plugins/events"; -@import "plugins/woocommerce"; \ No newline at end of file +@import "plugins/woocommerce"; +@import "plugins/staffordsemployment"; diff --git a/scss/plugins/_staffordsemployment.scss b/scss/plugins/_staffordsemployment.scss new file mode 100644 index 0000000..435a8a5 --- /dev/null +++ b/scss/plugins/_staffordsemployment.scss @@ -0,0 +1,4 @@ +#staffords-employment-app { + margin-top: 40px; + margin-bottom: 60px; +} -- 2.17.1