report + harmonize panel-left
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
This commit is contained in:
parent
bee25e5922
commit
bd97c1c33e
19 changed files with 1107 additions and 770 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#site-header {
|
||||
|
||||
z-index: 9000;
|
||||
z-index: var(--z-header);
|
||||
--gap: 3ch;
|
||||
|
||||
position: fixed;
|
||||
|
|
@ -12,6 +12,8 @@
|
|||
background-color: var(--color-bg);
|
||||
padding: 0 var(--padding-body);
|
||||
|
||||
box-shadow: -1px 4px 10px 0px var(--color-bg);
|
||||
|
||||
.site-header__inner{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
@ -106,9 +108,9 @@
|
|||
|
||||
|
||||
#site-header.is-visible{
|
||||
.site-header__inner{
|
||||
border-color: var(--grey-800);
|
||||
}
|
||||
// .site-header__inner{
|
||||
// border-color: var(--grey-800);
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue