mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 08:56:10 +02:00
♻️ Fix many issues on profile settings page.
This commit is contained in:
parent
8d6d839878
commit
b39d747e8f
7 changed files with 68 additions and 33 deletions
|
@ -32,21 +32,14 @@
|
|||
background-color: $color-white;
|
||||
display: grid;
|
||||
grid-template-rows: 40px 1fr;
|
||||
grid-template-columns: 40px 1fr;
|
||||
grid-template-columns: 1fr;
|
||||
height: 100vh;
|
||||
|
||||
& .left-bar {
|
||||
grid-row: 2;
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
& .settings-content {
|
||||
grid-row: 1 / span 2;
|
||||
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