Removed optical bug in SCSS files
This commit is contained in:
parent
f9e06732c4
commit
5073f8ac71
35
slt/css/components/_current-page-manu.scss
Normal file
35
slt/css/components/_current-page-manu.scss
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
#current_page_menu.menu
|
||||||
|
{
|
||||||
|
background-color: transparent;
|
||||||
|
padding-top: 0px;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
{
|
||||||
|
box-shadow: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
> li
|
||||||
|
{
|
||||||
|
border-style: none;
|
||||||
|
display: none;
|
||||||
|
|
||||||
|
&.active
|
||||||
|
{
|
||||||
|
display: block;
|
||||||
|
border-style: none;
|
||||||
|
|
||||||
|
> a
|
||||||
|
{
|
||||||
|
background-color: transparent;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
|||||||
@use "slideshow";
|
@use "slideshow";
|
||||||
@use "article";
|
@use "article";
|
||||||
|
@use "current-page-manu";
|
||||||
|
@ -21,31 +21,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav {
|
|
||||||
background-color: transparent;
|
|
||||||
padding-top: 0;
|
|
||||||
padding-bottom: 0;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
box-shadow: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
> li {
|
|
||||||
border-style: none;
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
&.active {
|
|
||||||
display: block;
|
|
||||||
border-style: none;
|
|
||||||
|
|
||||||
> a {
|
|
||||||
background-color: transparent;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav > li,
|
.nav > li,
|
||||||
.nav-child > li {
|
.nav-child > li {
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user