Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding styles for clearer headers in pagebuilder cards template
  • Loading branch information
bcd04001 committed Jan 24, 2018
1 parent a267e6e commit 351b488
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/hale2015-blue.css
Expand Up @@ -12777,6 +12777,7 @@ body.page-template-page-pagebuilder-cards #content #primary #main h3.widget-titl
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
margin-bottom: -10px !important; margin-bottom: -10px !important;
padding: 0.75em 1.1em !important; padding: 0.75em 1.1em !important;
border-bottom: 1px solid #e0e0e0;
} }


body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget { body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget {
Expand Down
1 change: 1 addition & 0 deletions css/hale2015-green.css
Expand Up @@ -12777,6 +12777,7 @@ body.page-template-page-pagebuilder-cards #content #primary #main h3.widget-titl
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
margin-bottom: -10px !important; margin-bottom: -10px !important;
padding: 0.75em 1.1em !important; padding: 0.75em 1.1em !important;
border-bottom: 1px solid #e0e0e0;
} }


body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget { body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget {
Expand Down
1 change: 1 addition & 0 deletions css/hale2015-orange.css
Expand Up @@ -12777,6 +12777,7 @@ body.page-template-page-pagebuilder-cards #content #primary #main h3.widget-titl
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
margin-bottom: -10px !important; margin-bottom: -10px !important;
padding: 0.75em 1.1em !important; padding: 0.75em 1.1em !important;
border-bottom: 1px solid #e0e0e0;
} }


body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget { body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget {
Expand Down
1 change: 1 addition & 0 deletions css/hale2015-purple.css
Expand Up @@ -12777,6 +12777,7 @@ body.page-template-page-pagebuilder-cards #content #primary #main h3.widget-titl
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
margin-bottom: -10px !important; margin-bottom: -10px !important;
padding: 0.75em 1.1em !important; padding: 0.75em 1.1em !important;
border-bottom: 1px solid #e0e0e0;
} }


body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget { body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget {
Expand Down
1 change: 1 addition & 0 deletions css/hale2015-red.css
Expand Up @@ -12777,6 +12777,7 @@ body.page-template-page-pagebuilder-cards #content #primary #main h3.widget-titl
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
margin-bottom: -10px !important; margin-bottom: -10px !important;
padding: 0.75em 1.1em !important; padding: 0.75em 1.1em !important;
border-bottom: 1px solid #e0e0e0;
} }


body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget { body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget {
Expand Down
1 change: 1 addition & 0 deletions scss/_hale2015-common.scss
Expand Up @@ -384,6 +384,7 @@ body.page-template-page-pagebuilder-cards {
text-shadow: 0 1px 0 rgba(255,255,255,.8); text-shadow: 0 1px 0 rgba(255,255,255,.8);
margin-bottom:-10px !important; margin-bottom:-10px !important;
padding:0.75em 1.1em !important; padding:0.75em 1.1em !important;
border-bottom:1px solid #e0e0e0;


} }


Expand Down

0 comments on commit 351b488

Please sign in to comment.