Adding the new icon designed by Norman.

This commit is contained in:
sergiotarxz 2022-11-13 23:14:11 +01:00
parent ae08bec701
commit 4ad79e94b4
3 changed files with 14 additions and 6 deletions

View File

@ -6,6 +6,6 @@
<p>Esta página está destinada a informar de los sucesos y negocios de nuestro pueblo, cualquiera puede redactar una noticia para que aparezca en este medio mientras pase un proceso de revisión por parte del staff de Burguillos.info.</p>
</description>
<priority>0</priority>
<menu_text><img alt="Principio" src="/img/burguillos.png?v=1"/></menu_text>
<menu_text><img alt="Principio" class="index-image-menu" src="/img/burguillos.png?v=1"/></menu_text>
<slug>index</slug>
</category>

View File

@ -151,11 +151,13 @@ body {
nav > a > img.open-menu-icon {
width: 30px;
height: 30px;
padding-top: 15px;
}
nav > a > img {
nav > a > img.index-image-menu {
vertical-align: middle;
width: 26px;
height: 30px;
width: 50px;
height: 50px;
padding-bottom: 10px;
}
nav {
overflow: auto;
@ -166,12 +168,12 @@ body {
margin-top: 5%;
}
a {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
height: 100%;
text-decoration: none;
background: $background_div;
color: $color_div;
padding: 10px;
margin: 0;
&.selected {
background: $color_div;
@ -249,6 +251,12 @@ body {
nav.desktop {
display: block;
height: auto;
a {
display: table-cell;
img.index-image-menu {
padding-top: 15px;
}
}
}
nav.mobile-shortcuts {
display: none;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 22 KiB