mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
add image bg to dashboard
This commit is contained in:
parent
5aa629d4d4
commit
c02e144012
2 changed files with 122 additions and 0 deletions
119
resources/public/images/dashboard-img.svg
Normal file
119
resources/public/images/dashboard-img.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 60 KiB |
|
@ -12,6 +12,9 @@
|
|||
}
|
||||
|
||||
.dashboard-content {
|
||||
background-image: url("../images/dashboard-img.svg");
|
||||
background-size: 100%;
|
||||
background-position: bottom center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: calc(100vh - 60px);
|
||||
|
|
Loading…
Reference in a new issue