0
Fork 0
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:
elhombretecla 2016-04-10 19:59:56 +02:00
parent 5aa629d4d4
commit c02e144012
2 changed files with 122 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 60 KiB

View file

@ -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);