Skip to content

Commit

Permalink
list and h2 design
Browse files Browse the repository at this point in the history
  • Loading branch information
fannymugnier committed Mar 3, 2021
1 parent 5bf5e17 commit 51542c2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
20 changes: 14 additions & 6 deletions user/themes/sheaft-theme/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ h1, h2, h3, h4, h5, h6 { line-height: 1.3; margin-bottom: 18px; font-weight: 400
.ie7 .sf-mega-section.three{ width: 24%; }

.widget{ margin: 0px 15px 20px; min-height: 1px; }
.widget ul {list-style-type: none;padding-left: 0;}
.widget ul {list-style-type: '- '; padding-left: 0; list-style-position: outside; margin: 10px 0 15px 20px; }
.gdlr-full-size-wrapper .widget-no-space{ margin-bottom: 0px; }
.widget-no-space{ margin: 0px 20px 40px; }
.widget-no-space .widget{ margin: 0px; }
Expand Down Expand Up @@ -392,6 +392,7 @@ display:none;
.footer-wrapper .follow-socials {text-align: center;}
.footer-container{ padding-top: 30px; }
.ie7 .footer-wrapper{ overflow: hidden; }
.footer-wrapper ul { list-style-type: none; margin: 0; }

.copyright-left { margin: 0px 15px; float: left; }
.copyright-right { margin: 0px 15px; float: right; }
Expand Down Expand Up @@ -2794,6 +2795,7 @@ html body{ min-width: 300px; }
.gdlr-item-title-head .gdlr-flex-next{ display: none; }
.copyright-left { float: none; text-align: center; }
.copyright-right { text-align: center; }
#mc_embed_signup h2 { text-align: left }
}

.body-wrapper.gdlr-pattern-background{ background-color:#FEE9C3; }
Expand Down Expand Up @@ -6117,13 +6119,19 @@ float:left;
margin: 20px 0 10px 0;
text-align: left;
}
.gdlr-blog-content img {
margin-bottom: 0px;
}
.strawberry-h2-icon {
.gdlr-blog-content h2::before{
content:'';
display:inline-block;
height: 20px;
width: 20px;
background: url("../images/strawberry-icon.png") no-repeat;
background-size: 100%;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
width: 20px;
margin-right: 5px;
}
.gdlr-blog-content img {
margin-bottom: 0px;
}
.search-wrapper .search-input {
width: 80%;
Expand Down
8 changes: 5 additions & 3 deletions user/themes/sheaft-theme/templates/partials/footer.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
<h2 class="title">Découvrir Sheaft</h2>
<hr />
<div class="widget-content sheaft-ext-links">
<p><a href="https://www.sheaft.com/" target="_blank">Le site</a></p>
<p><a href="https://app.sheaft.com/" target="_blank">L'application web</a></p>
<p><a href="https://www.sheaft.com/about/#team" target="_blank">L'équipe</a></p>
<ul>
<li><a href="https://www.sheaft.com/" target="_blank">Le site</a></li>
<li><a href="https://app.sheaft.com/" target="_blank">L'application web</a></li>
<li><a href="https://www.sheaft.com/about/#team" target="_blank">L'équipe</a></li>
</ul>
</div>
</div>
</div>
Expand Down

0 comments on commit 51542c2

Please sign in to comment.