mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 14:39:35 +00:00
commit
270066239e
@ -317,8 +317,15 @@
|
|||||||
border-top-left-radius: $br-medium;
|
border-top-left-radius: $br-medium;
|
||||||
border-top-right-radius: $br-medium;
|
border-top-right-radius: $br-medium;
|
||||||
height: 70%;
|
height: 70%;
|
||||||
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
.img-th {
|
||||||
|
height: auto;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MULTISELECT OPTIONS BAR
|
// MULTISELECT OPTIONS BAR
|
||||||
|
|||||||
@ -148,7 +148,7 @@
|
|||||||
[:div.grid-item-th
|
[:div.grid-item-th
|
||||||
{:style {:background-image (str "url('" url "')")}}]
|
{:style {:background-image (str "url('" url "')")}}]
|
||||||
[:div.grid-item-th
|
[: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
|
;; --- Grid Item
|
||||||
|
|
||||||
@ -251,4 +251,3 @@
|
|||||||
[:section.dashboard-content {}
|
[:section.dashboard-content {}
|
||||||
(menu state projects-map)
|
(menu state projects-map)
|
||||||
(grid state projects-map)]]))
|
(grid state projects-map)]]))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user