Landing tabs: title to appear when tabs stick to top, add css for the sections, css for featured tabs
This commit is contained in:
parent
77d3480a05
commit
c0f2132f4e
|
@ -315,4 +315,18 @@
|
|||
|
||||
.landing-background-default-color {
|
||||
background-color: var(--default-color);
|
||||
}
|
||||
}
|
||||
|
||||
.landing-section{
|
||||
min-height: 70vh;
|
||||
}
|
||||
|
||||
#landing-sections .landing-section:not(:last-child):before{
|
||||
background-color: var(--background-primary);
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
#landing-sections .landing-section:not(:last-child){
|
||||
border-bottom: solid 5px var(--background-primary);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue