Browse Source

improve ui

pull/2/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
6a9da0b883
  1. 18
      src/scss/_custom.scss

18
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;

Loading…
Cancel
Save