0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

Merge branch 'develop' of github.com:monogramm/uxbox into develop

This commit is contained in:
mathieu.brunot 2019-02-18 01:53:08 +01:00
commit e0c408dffc
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 8 additions and 2 deletions

View file

@ -317,8 +317,15 @@
border-top-left-radius: $br-medium;
border-top-right-radius: $br-medium;
height: 70%;
overflow: hidden;
position: relative;
width: 100%;
.img-th {
height: auto;
width: 100%;
}
}
// MULTISELECT OPTIONS BAR

View file

@ -148,7 +148,7 @@
[:div.grid-item-th
{:style {:background-image (str "url('" url "')")}}]
[:div.grid-item-th
{:style {:background-image "url('/images/project-placeholder.svg')"}}]))
[:img.img-th {:src "/images/project-placeholder.svg" :alt "Project title"}]]))
;; --- Grid Item
@ -251,4 +251,3 @@
[:section.dashboard-content {}
(menu state projects-map)
(grid state projects-map)]]))