/
home
/
obinna
/
html
/
stage
/
public
/
css
/
Upload File
HOME
.navbar .navbar-toggler-icon { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAAAVElEQVRoge3W0Q2AMAxDQRcxOExOhyBSoupuAvvvJQA0WEme7hEVVpKve0SFq3tAFUemuZO83SMAgCIyfppjotGRaWQ8AJxExk9zTDQ6Mo2MB+CPDXJLBiVsKHgMAAAAAElFTkSuQmCC"); } .navbar .navbar-toggler-icon { background-color: transparent; border-radius: 0; cursor: pointer; } .list-group .list-group-item { background-color: #fff; border: none; } li.list-group-item:hover { background-color: #ffc107 !important; } .list-group .list-group-item a { font-family: 'Gilroy Bold', Helvetica; font-size: 1.1rem; } .st-menu { position: fixed; top: 0; left: 0; bottom: 0; z-index: 100000; visibility: hidden; width: 250px; height: 100%; background: #fff; -webkit-transition: all 0.5s; transition: all 0.5s; height: 100vh; box-shadow: 0 2px 6px 0 rgba(0,0,0,.12); } .st-menu::after { position: absolute; top: 0; right: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.2); content: ''; opacity: 1; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; } /* .st-menu-open::after { width: 0; height: 0; opacity: 0; -webkit-transition: opacity 0.2s, width 0.2s 0.5s, height 0.2s 0.5s; transition: opacity 0.2s, width 0.2s 0.5s, height 0.2s 0.5s; } */ .st-menu { visibility: visible; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .st-effect-1.st-menu.st-menu-open { visibility: visible; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .st-effect-1.st-menu::after { display: none; } .st-menu .logo { padding-left: 1.2rem; padding-top: 1rem; } .list-group > .list-group-item { display: flex; align-items: center; justify-content: center; border-radius: 0; } .list-group-item > *:first-child { flex: 1; } .list-group-item > *:last-child { flex: 7; } .close-side { font-size: 30px; position: absolute; top: 28px; right: 15px; z-index: 100; color: red; } @media (max-width: 767px){ .navbar-brand { padding: 0; margin: 0; } }