mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
undo sidebar styling
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -115,39 +115,3 @@ $footer-images: 3col-magenta-orange, 3col-green-blue, 3col-orange, 3col-purple,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-lg-6 > .tutorial-sidebar {
|
|
||||||
flex: 0 0 70%;
|
|
||||||
max-width: 70%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@mixin sidebar-bullet {
|
|
||||||
content: "\2022";
|
|
||||||
color: $blue-purple-500;
|
|
||||||
font-weight: bold;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 16px;
|
|
||||||
z-index: 1;
|
|
||||||
font-size: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tutorial-sidebar {
|
|
||||||
.nav-link {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
.nav-link:hover {
|
|
||||||
border: none;
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
.nav-link:hover::before {
|
|
||||||
@include sidebar-bullet;
|
|
||||||
margin-left: -4px;
|
|
||||||
}
|
|
||||||
.active::before {
|
|
||||||
@include sidebar-bullet;
|
|
||||||
margin-left: -5px;
|
|
||||||
}
|
|
||||||
.active {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user