Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
add shadow to navbar when scrolled
No edit summary
Line 309:
margin-top: 3rem;
width: 100%;
 
.sp-top-nav {
position: fixed;
width: 100%;
top: 0;
left: 0;
right: 0;
background-color: #fff;
z-index: 9999;
}
 
.sp-logotop-nav-container.pinned {
box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}
 
Line 314 ⟶ 328:
text-align: center;
border-bottom: 1px solid #f4f4f4;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
background-color: #fff;
z-index: 9999;
left: 0;
right: 0;
position: fixed;
 
.sp-logo-nav-container.pinned {
box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}