💄 Improve profile styles.

This commit is contained in:
Andrey Antukh 2020-03-26 14:44:18 +01:00
parent 340b1bc269
commit b5b2a374d8
4 changed files with 18 additions and 31 deletions

View file

@ -28,18 +28,6 @@
}
}
.settings-layout {
background-color: $color-white;
display: grid;
grid-template-rows: 40px 1fr;
grid-template-columns: 1fr;
height: 100vh;
& .settings-content {
grid-row: 1;
}
}
.dashboard-content {
background-color: lighten($color-gray-10, 5%);
display: flex;