Skip to content

Commit

Permalink
Update sdpi.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BarRaider committed Dec 7, 2021
1 parent 6cdada4 commit d9726c7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/sdpi.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
padding-left:33px !important;
}

.small {
font-size: 9pt !important;
}

.leftMargin10 {
margin-left: 10px;
}
Expand All @@ -17,6 +21,18 @@
margin-left: 0px !important;
}

.leftPadding3 {
padding-left: 3px !important;
}

.leftPadding0 {
padding-left: 0px !important;
}

.bright {
color:#d8d8d8;
}

.iconLeft {
background-position: 0px 4px !important;
}
Expand All @@ -26,6 +42,13 @@
padding-left:15px;
}

.subMenu {
border-left: 1px dotted gray;
padding-left:15px;
max-width:96%;
background-color:#323232;
}


html {
--sdpi-bgcolor: #2D2D2D;
Expand Down

0 comments on commit d9726c7

Please sign in to comment.