// $ic-left-sidebar-width : 250px; .ic-left-sidebar{ background-color: #2e363f; width:230px; float: left; height: 100vh; position: fixed; z-index: 11; padding-bottom: 70px; overflow-y: auto; @include transition (all .6s ease-in-out); /* mozilla */ scrollbar-color: #a1a1a1 #F1F1F1; scrollbar-width: thin; /* custom scroll bar */ /* width */ &::-webkit-scrollbar { width: 8px; } /* Track */ &::-webkit-scrollbar-track { background: #F1F1F1; } /* Handle */ &::-webkit-scrollbar-thumb { background: #a1a1a1; } /* Handle on hover */ &::-webkit-scrollbar-thumb:hover { background: #888; } } .ic-child { margin-top: 50px; } .ic-child h3 { font-size: 20px; margin-bottom: 7px !important; } .ic-logo-a{ display: block; width: 100%; text-align: center; margin-top: 100px; margin-bottom: 35px; } .ic-body div+p { margin-top: 16px !important; } nav.ic-doc-nav{ padding: 0; ul{ width: 100%; li{ list-style-type: none; border-bottom: 1px solid #22282e; a{ display: block; font-size: 16px; color: #fff; padding: 9px 15px; padding-left: 27px; @include transition(all .2s linear); &.current, &:hover{ text-decoration: none; background-color:#9e6d36; color:$white; } } } } } .ic-right-content{ width: calc(100% - 230px); float: left; padding: 0 4%; margin-left: 230px; section:last-child{ margin-bottom: 90px; } } .ic-section-ul{ margin-bottom: 1rem; margin-top: 1.5rem; } .ic-list-ul{ li{ line-height: 2; } } .ic-ol{ line-height: 2; } #introduction{ overflow-y: auto; @include flexbox(); @include align-items(center); .ic-section-ul{ p{ color:#000; } li:nth-last-child(2) p span, li:last-child p span { color: $hightlight-color !important; } } @media only screen and (max-height:700px){ height: 100%; } } #introduction .ic-section-ul li p span { color: $text-color ; a{ color: inherit; } } #sliders{ .ic-body{ img:not(:last-child){ margin-bottom: 35px; } } } section#html-page-look-like { .ic-body { margin-top: 30px; a{ display: block; border: 1px solid #dfdfdf; @include border-radius(2.5px); opacity: .8; &:hover{ opacity: 1; } } } [class^="col-"] { margin-bottom: 30px; } } .ic-feature{ margin-top: 50px; } .box-botom-p{ margin-top: 20px; } /* code text */ .syntaxhighlighter { border: 1px solid #efefef; max-height: 100% !important; padding: 20px 0; background-color: rgba(100,100,100, .1) !important; margin-bottom: 0 !important; .toolbar { display: none; } .line.alt2, .line.alt1 { background-color: transparent !important; } } .ic-note{ margin-bottom: 20px !important; h3{ font-size: 18px; font-weight: 600; margin-bottom: 7px; } } @media only screen and (max-width: 991.98px){ .ic-section-ul { margin-top: 1rem; } #sliders .ic-body img:not(:last-child) { margin-bottom: 25px; } } @media only screen and (max-width:767.98px){ h1 { font-size: 30px; font-weight: bold; margin-bottom: 10px; } .ic-right-content { padding: 0 20px; } }