File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
12body {
23 background-color : # 0f1923 ;
34 color : # ffffff ;
3334 box-shadow : 0 0 12px # 64ffda ;
3435 background-color : rgba (255 , 255 , 255 , 0.05 ) !important ;
3536}
37+
3638/* Side Menu */
3739.side-menu {
3840 position : fixed;
@@ -46,17 +48,21 @@ body {
4648 z-index : 1050 ;
4749 box-shadow : 0 0 20px rgba (0 , 0 , 0 , 0.6 );
4850}
51+
4952.side-menu .show {
5053 right : 0 ;
5154}
55+
5256.side-menu ul {
5357 list-style : none;
5458 padding-left : 0 ;
5559 margin-top : 50px ;
5660}
61+
5762.side-menu ul li {
5863 margin-bottom : 20px ;
5964}
65+
6066.side-menu .nav-link {
6167 color : # 64ffda !important ;
6268 border : 1.5px solid # 64ffda !important ;
6672 text-align : center;
6773 transition : all 0.3s ease;
6874}
75+
6976.side-menu .nav-link : hover {
7077 transform : translateY (-0.5px );
7178 background-color : rgba (255 , 255 , 255 , 0.1 ) !important ;
You can’t perform that action at this time.
0 commit comments