Updating
This commit is contained in:
parent
7846130a4a
commit
c01e80a174
80 changed files with 1008 additions and 248 deletions
32
theme.scss
32
theme.scss
|
@ -3,22 +3,35 @@
|
|||
|
||||
$primary: #009fe3;
|
||||
|
||||
|
||||
|
||||
/*-- scss:rules --*/
|
||||
/* Add custom rules for sidebar items and sections */
|
||||
.sidebar-item {
|
||||
padding-bottom: 5px; /* Optional: spacing between items */
|
||||
.sidebar-item-text, .sidebar-item-toggle {
|
||||
padding-top: 20px; /* Optional: spacing between items */
|
||||
}
|
||||
|
||||
.sidebar-item:last-child {
|
||||
.sidebar-item-text:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.sidebar-item-section:not(:first-child) {
|
||||
margin-top: 20px; /* Add space above each *non-first* section */
|
||||
.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
|
||||
|
@ -26,7 +39,16 @@ $primary: #009fe3;
|
|||
|
||||
|
||||
|
||||
|
||||
.quarto-container {
|
||||
max-width: 1200px; /* Optional: limit max width */
|
||||
margin: 0 auto; /* Optional: center horizontally */
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*-- scss:mixins --*/
|
||||
/* Add any reusable mixins if necessary */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue