59 lines
1.1 KiB
SCSS
59 lines
1.1 KiB
SCSS
/*-- scss:defaults --*/
|
|
/* Define any default settings for the theme */
|
|
|
|
$primary: #009fe3;
|
|
|
|
|
|
|
|
/*-- scss:rules --*/
|
|
/* Add custom rules for sidebar items and sections */
|
|
.sidebar-item-text, .sidebar-item-toggle {
|
|
padding-top: 20px; /* Optional: spacing between items */
|
|
}
|
|
|
|
.sidebar-item-text:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.sidebar-item-text:not(:first-child) {
|
|
margin-top: 10px; /* Add space above each *non-first* section */
|
|
padding-top: 10px;
|
|
}
|
|
|
|
|
|
.sidebar-menu-container, .mt-2 {
|
|
margin-top: 0 !important;
|
|
padding-top: 0 !important;
|
|
}
|
|
|
|
.navbar-logo{
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
border-radius: 5px;
|
|
margin-right: 5px !important;
|
|
}
|
|
|
|
.sidebar-item-text {
|
|
font-weight: bold
|
|
}
|
|
|
|
|
|
|
|
|
|
.quarto-container {
|
|
max-width: 1200px; /* Optional: limit max width */
|
|
margin: 0 auto; /* Optional: center horizontally */
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*-- scss:mixins --*/
|
|
/* Add any reusable mixins if necessary */
|
|
|
|
/*-- scss:functions --*/
|
|
/* Define any helper functions */
|
|
|
|
/*-- scss:uses --*/
|
|
/* Any specific imports or additional styles */
|