bumped stylesheet version 1.2
This commit is contained in:
parent
192aaf33ee
commit
7a767bda29
|
@ -17,7 +17,7 @@ Theme URI: https://git.hangar.org/xarxaprod/
|
|||
Author: Hangar.org Tech Lab - hangar.org
|
||||
Author URI: https://hangar.org
|
||||
Description: theme for the <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a>
|
||||
Version: 1.1.8
|
||||
Version: 1.2
|
||||
Tested up to: 6.4
|
||||
Requires PHP: 7.4
|
||||
License: GNU General Public License v3 or later
|
||||
|
@ -1728,6 +1728,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul,
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul .menu-item-has-children > ul,
|
||||
|
@ -1767,6 +1768,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li,
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li {
|
||||
padding: 0 1em;
|
||||
order: 2;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li:hover > ul,
|
||||
|
@ -1776,6 +1778,11 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
left: auto;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li.lang-item,
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li.lang-item {
|
||||
order: 1;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
@ -2583,7 +2590,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0.7rem;
|
||||
font-size: 5rem;
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column a:hover::after {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@ Theme URI: https://git.hangar.org/xarxaprod/
|
|||
Author: Hangar.org Tech Lab - hangar.org
|
||||
Author URI: https://hangar.org
|
||||
Description: theme for the <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a>
|
||||
Version: 1.1.8
|
||||
Version: 1.2
|
||||
Tested up to: 6.4
|
||||
Requires PHP: 7.4
|
||||
License: GNU General Public License v3 or later
|
||||
|
|
11
style.css
11
style.css
|
@ -5,7 +5,7 @@ Theme URI: https://git.hangar.org/xarxaprod/
|
|||
Author: Hangar.org Tech Lab - hangar.org
|
||||
Author URI: https://hangar.org
|
||||
Description: theme for the <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a>
|
||||
Version: 1.1.8
|
||||
Version: 1.2
|
||||
Tested up to: 6.4
|
||||
Requires PHP: 7.4
|
||||
License: GNU General Public License v3 or later
|
||||
|
@ -1579,6 +1579,7 @@ textarea {
|
|||
.main-navigation ul,
|
||||
.secondary-navigation ul {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
}
|
||||
|
||||
.main-navigation ul .menu-item-has-children > ul,
|
||||
|
@ -1618,6 +1619,7 @@ textarea {
|
|||
.main-navigation ul li,
|
||||
.secondary-navigation ul li {
|
||||
padding: 0 1em;
|
||||
order: 2;
|
||||
}
|
||||
|
||||
.main-navigation ul li:hover > ul,
|
||||
|
@ -1627,6 +1629,11 @@ textarea {
|
|||
left: auto;
|
||||
}
|
||||
|
||||
.main-navigation ul li.lang-item,
|
||||
.secondary-navigation ul li.lang-item {
|
||||
order: 1;
|
||||
}
|
||||
|
||||
.main-navigation {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
@ -2452,7 +2459,7 @@ textarea {
|
|||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0.7rem;
|
||||
font-size: 5rem;
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.black-blocs .wp-block-column a:hover::after {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue