Merged in bugfix/MAW-868-catch-up-missing-code (pull request #26)
MAW-868: catch up missing code * MAW-868: catch up missing code
This commit is contained in:
@@ -365,8 +365,8 @@ a.call-to-action-wdg-button:visited {color: #fff;}
|
||||
.author:before, .comments-link:before {margin: 0 15px 0 20px;font-weight: 400;display: inline-block;font-family: FontAwesome;}
|
||||
.author:before {content: "\f007";}
|
||||
.comments-link:before {content: "\f0e6";font-size: 12px;}
|
||||
.cat-links:before {content: "\f07c";display: inline-block;font-family: FontAwesome;font-weight: 400;margin: 0 10px 0 0;}
|
||||
.tags-links:before {content: "\f02c";display: inline-block;font-family: FontAwesome;font-weight: 400;margin: 0 10px 0 18px;}
|
||||
/*.cat-links:before {content: "\f07c";display: inline-block;font-family: FontAwesome;font-weight: 400;margin: 0 10px 0 0;}
|
||||
.tags-links:before {content: "\f02c";display: inline-block;font-family: FontAwesome;font-weight: 400;margin: 0 10px 0 18px;}*/
|
||||
.th-post-permalink:before {content: "\f0c1";display: inline-block;font-family: FontAwesome;font-weight: 400;margin: 0 15px;}
|
||||
.meta-nav-next:after {content: "\f061";display: inline-block;font-family: FontAwesome;margin: 0 0 3px 10px;}
|
||||
.edit-link:before {content: "\f044";display: inline-block;font-family: FontAwesome;margin: 0 10px 0 18px;}
|
||||
@@ -709,8 +709,12 @@ p.sub-callout {margin-top: 0;color: #354052;font-family: 'Source Sans Pro', sans
|
||||
|
||||
|
||||
/*** BLOG STYLES */
|
||||
.blogpost {margin: 30px 0px; margin-left:auto; margin-right:auto;}
|
||||
.blogpostcol{border: solid 1px #ededed;margin: 20px 0 20px 0;/*height: 550px;*/}
|
||||
.blogpost {margin: 10px 0px 30px; margin-left:auto; margin-right:auto;}
|
||||
.sf-input-checkbox {vertical-align: top;}
|
||||
.sf-label-checkbox {width:94% !important;}
|
||||
.blogpostcol{border: solid 1px #ededed;margin: 0px 0 30px 0; box-shadow: 0px 12px 0px 0px rgb(160 190 212 / 20%) !important;
|
||||
border-radius: 6px;}
|
||||
.blogpostcol:hover { box-shadow: 0px 12px 0px 0px rgb(194 27 45 / 20%) !important; border-radius: 6px; border: 1px solid #d3d3d3 !important;}
|
||||
#blogread {background: #002f5e;float: left; margin: 10px 0px; font-size: 14px;}
|
||||
.entry-header{margin: 20px 5px 10px 5px;}
|
||||
h1#blogtitle a{color: #002f5e !important;font-size: 20px;line-height: 30px;font-weight: 700;text-overflow: ellipsis;white-space: normal;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
|
||||
@@ -1344,3 +1348,12 @@ span.author.vcard {display:none;}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a { padding:15px 0px !important;}
|
||||
|
||||
.blog-feat-img img {object-fit: cover; height: 245px;}
|
||||
|
||||
.blog-feat-img .article-preview-image {margin-bottom:0px;}
|
||||
|
||||
.blogpost .tags-links {margin-left:10px;}
|
||||
|
||||
.searchandfilter label { width:100%;}
|
||||
.searchandfilter ul {margin:0px;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user