mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
Merge branch 'develop' of github.com:monogramm/uxbox into develop
This commit is contained in:
commit
e0c408dffc
2 changed files with 8 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue