mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 21:38:23 +02:00
💄 Improve profile styles.
This commit is contained in:
parent
340b1bc269
commit
b5b2a374d8
4 changed files with 18 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue