We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de0e84 commit 398f38bCopy full SHA for 398f38b
src/components/design-library-list/editor.scss
@@ -1,7 +1,7 @@
1
.ugb-design-library-items {
2
page-break-inside: avoid;
3
break-inside: avoid;
4
- gap: 40px;
+ gap: 30px;
5
display: grid;
6
grid-template-columns: 1fr 1fr 1fr;
7
align-items: center;
@@ -24,6 +24,7 @@
24
}
25
.ugb-modal-design-library__designs {
26
overflow: auto;
27
+ background: #f4f4f5;
28
29
.ugb-design-library-item {
30
@@ -122,7 +123,7 @@
122
123
// Toggle mode
124
&.ugb-design-library-item--toggle footer {
125
position: relative;
- padding: 16px 16px 24px;
126
+ padding: 16px;
127
display: flex;
128
justify-content: space-between;
129
> div {
0 commit comments