feat: Add icon on sidebar menu
This commit is contained in:
@ -1 +1,17 @@
|
||||
// Put your custom SCSS code here
|
||||
.docs-links {
|
||||
overflow-y: inherit!important;
|
||||
svg {
|
||||
height: 24px!important;
|
||||
width: 24px!important;
|
||||
margin-bottom: 0!important;
|
||||
}
|
||||
.with-icon {
|
||||
position: relative;
|
||||
|
||||
svg {
|
||||
position: absolute;
|
||||
left: calc(-24px - 1rem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user