This repository was archived by the owner on Apr 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 display : flex ;
99 justify-content : space-between ;
1010 align-items : center ;
11- box-shadow : 0 1px 15px rgba (50 , 50 , 93 , 0.2 );
1211 .container {
1312 max-width : 4060px ;
1413 display : flex ;
Original file line number Diff line number Diff line change 7575.sidebar {
7676 min-width : 100px ;
7777 max-width : 250px ;
78- background : #7386d5 ;
78+ background : $secureCodeBlue ;
7979 height : 100vh ;
8080 align-self : flex-start ;
8181 position : sticky ;
@@ -132,7 +132,7 @@ span {
132132 font-size : 1.1em ;
133133 display : block ;
134134 & :hover {
135- color : #7386d5 ;
135+ color : $secureCodeBlue ;
136136 background : $white ;
137137 }
138138 i {
@@ -141,7 +141,7 @@ span {
141141 }
142142 & .active > a {
143143 color : $white ;
144- background : #6d7fcc ;
144+ background : $secureCodeBlue ;
145145 }
146146 }
147147 & .components {
@@ -150,7 +150,7 @@ span {
150150 }
151151 .sidebar-header {
152152 padding : 20px ;
153- background : #6d7fcc ;
153+ background : $secureCodeBlue ;
154154 strong {
155155 display : none ;
156156 font-size : 1.8em ;
@@ -159,7 +159,7 @@ span {
159159}
160160a [aria-expanded = " true" ] {
161161 color : $white ;
162- background : #6d7fcc ;
162+ background : $secureCodeBlue ;
163163}
164164a [data-toggle = " collapse" ] {
165165 position : relative ;
187187 ul a {
188188 font-size : 0.9em !important ;
189189 padding-left : 30px !important ;
190- background : #6d7fcc ;
190+ background : $secureCodeBlue ;
191191 }
192192}
193193#content {
You can’t perform that action at this time.
0 commit comments