Updating from WIkiJS
This commit is contained in:
parent
e90e9bce56
commit
7846130a4a
70 changed files with 18448 additions and 930 deletions
37
theme.scss
Normal file
37
theme.scss
Normal file
|
@ -0,0 +1,37 @@
|
|||
/*-- scss:defaults --*/
|
||||
/* Define any default settings for the theme */
|
||||
|
||||
$primary: #009fe3;
|
||||
|
||||
/*-- scss:rules --*/
|
||||
/* Add custom rules for sidebar items and sections */
|
||||
.sidebar-item {
|
||||
padding-bottom: 5px; /* Optional: spacing between items */
|
||||
}
|
||||
|
||||
.sidebar-item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.sidebar-item-section:not(:first-child) {
|
||||
margin-top: 20px; /* Add space above each *non-first* section */
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.sidebar-item-text {
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*-- scss:mixins --*/
|
||||
/* Add any reusable mixins if necessary */
|
||||
|
||||
/*-- scss:functions --*/
|
||||
/* Define any helper functions */
|
||||
|
||||
/*-- scss:uses --*/
|
||||
/* Any specific imports or additional styles */
|
Loading…
Add table
Add a link
Reference in a new issue