Chanage dashboard sidebar

This commit is contained in:
elhombretecla 2020-11-04 08:59:55 +01:00
parent fd1d564f03
commit 9bd042dee0
2 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@
background-color: $color-white;
display: grid;
grid-template-rows: 50px 1fr;
grid-template-columns: 40px 180px 1fr;
grid-template-columns: 40px 220px 1fr;
height: 100vh;
.dashboard-sidebar {