Skip to content

Commit

Permalink
remove dev conference banner
Browse files Browse the repository at this point in the history
  • Loading branch information
kpodemski committed Dec 5, 2023
1 parent ec1dc11 commit f325c7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
36 changes: 0 additions & 36 deletions themes/build/assets/_sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -801,39 +801,3 @@ footer.site-footer {
.list-group-item:hover{
background-color: white !important;
}



.conference-banner {
background-color: #a2e2ef;
padding: 10px 0;
position: relative;

&:hover {
background-color: #000;
color: white;
}

a {
position: absolute; width: 100%; height: 100%;
text-indent: -10000px;
}

.container {
@media (min-width:990px) and (max-width: 2500px) {
width: 1170px;
}
display: flex;
flex-direction: row;
justify-content: space-between;

@media (max-width: 700px) {
flex-direction: column;
text-align: center;
}
}

.conference-title {
font-weight: bold;
}
}
16 changes: 0 additions & 16 deletions themes/build/layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
<div class="conference-banner">
<a href="https://events.prestashop.com/prestashop-developer-conference/en">
PrestaShop Developer Conference
</a>
<div class="container">
<div class="conference-title">
PrestaShop Developer Conference
</div>
<div class="conference-location">
Paris, France - November 30, 2023
</div>
<div class="conference-slogan">
Let's talk code, commerce and open source.
</div>
</div>
</div>
<header class="site-header">

<div class="container">
Expand Down

0 comments on commit f325c7f

Please sign in to comment.