Difference between revisions of "Template:Onboarding-css"

From wiki
Jump to navigation Jump to search
m
m
Line 72: Line 72:
 
.col-lg-10 { flex: 0 0 80%; max-width: 80%; }
 
.col-lg-10 { flex: 0 0 80%; max-width: 80%; }
 
.section p { padding-top: 10px; }
 
.section p { padding-top: 10px; }
 +
    .navContainer::-webkit-scrollbar { height:10px;}
 +
    .navContainer::-webkit-scrollbar-thumb { background:#CECECE; border-radius: 10px; }
 
}
 
}
  
Line 106: Line 108:
  
 
.tabContainer::-webkit-scrollbar { color: rgba(0,0,0,0); background-color: #F5F5F5; height: 5px; }
 
.tabContainer::-webkit-scrollbar { color: rgba(0,0,0,0); background-color: #F5F5F5; height: 5px; }
.navContainer::-webkit-scrollbar { height:10px;}
 
.navContainer::-webkit-scrollbar-thumb { background:#CECECE; border-radius: 10px; }
 
  
 
<!-- NAVIGATION... BUTTONS -->
 
<!-- NAVIGATION... BUTTONS -->

Revision as of 18:32, 20 October 2021