aboutsummaryrefslogtreecommitdiff
path: root/css/main.css
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-23 18:35:55 +0530
committerPriyansh <[email protected]>2020-12-23 18:35:55 +0530
commit34682cda785d424adabfb9a308933e0dbfda2673 (patch)
tree719950db93a2b4f416582c676883b00ff1c20f01 /css/main.css
parentd05df35f5cf0036cfa21ce504a3cf474af62fccd (diff)
downloadstyx-34682cda785d424adabfb9a308933e0dbfda2673.tar.xz
styx-34682cda785d424adabfb9a308933e0dbfda2673.zip
Added IcoFonts
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
index 801ae85..d0664fd 100644
--- a/css/main.css
+++ b/css/main.css
@@ -108,6 +108,22 @@ body {
padding: 10px;
}
+.sidebar .sidebarTitle {
+ color: #3d3d3d;
+ font-weight: 700;
+ font-size: 12px;
+}
+
+.sidebar ul {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+
+.sidebar ul li {
+ font-size: 14px;
+}
+
.actionButtons .newFolder {
background-image: url("../icons/symbolic/light/normal/folder-new.svg");
}