From 6a9da0b883b1ba1dbc1e337f287605567e80ee77 Mon Sep 17 00:00:00 2001 From: Muhammad Sulaiman Yusuf Date: Wed, 7 Sep 2022 17:17:22 +0700 Subject: [PATCH] improve ui --- src/scss/_custom.scss | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/scss/_custom.scss b/src/scss/_custom.scss index 089c624..d1a6541 100644 --- a/src/scss/_custom.scss +++ b/src/scss/_custom.scss @@ -14,6 +14,22 @@ min-width: 250px !important; } +.nav-icon { + color: #b6b6b6 !important; +} + +.sidebar { + background-color: #263f54; +} + +.sidebar-minimizer { + background-color: #192a38 !important; +} + +.breadcrumb { + padding: 0.1rem 1rem; + margin-bottom: 1.25rem; +} .box-dashboard-pm { margin-top: 10px; @@ -159,7 +175,7 @@ .rc-color-picker-panel-preview input { border-radius: 12px; } - + .leaflet-container { width: 100%; height: 50vh;