Alex Terentiev 060dd3438a Page Sections Navigation (#797)
* basic interaction between web parts

* final desktop-ready version

* web parts icons

* readme

* configuration gif in readme

* custom css updates and example
2019-03-09 12:59:15 +02:00

42 lines
675 B
CSS

/* --------------- */
/* Page Navigation */
/* --------------- */
/* Root container that breaks DOM flow. Use it for additional offsets */
.psn-layer {
}
/* Main container for navigation */
.psn-container {
background: red !important;
}
/* navigation list (ul) */
.psn-nav {
margin: 10px 0 !important;
}
/* navigation item (li) */
.psn-navItem {
margin-right: 50px !important;
}
/* navigation link */
.psn-navItemLink:hover {
border-bottom: 2px solid #f4f4f4;
}
/* --------------- */
/* Page Nav Anchor */
/* --------------- */
/* Container */
.psn-anchorTitle {
margin: 20px;
}
.psn-anchorTitleText {
font-size: 30px;
font-weight: 700;
}