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 d1236d6 commit 2307ecbCopy full SHA for 2307ecb
packages/sandcastle/src/Gallery.css
@@ -19,14 +19,16 @@
19
}
20
21
.search-input {
22
- /* Button width + padding on each side of it */
23
- padding-inline-end: calc(16px + 2 * 4px);
+ --button-width: calc(12px + 2 * var(--stratakit-space-x05));
+ padding-inline-end: calc(
24
+ var(--button-width) + 2 * var(--stratakit-space-x1)
25
+ );
26
27
28
.clear-btn {
29
position: absolute;
- right: 4px;
- padding: 2px;
30
+ right: var(--stratakit-space-x1);
31
+ padding: var(--stratakit-space-x05);
32
min-block-size: unset;
33
34
svg {
@@ -50,7 +52,7 @@
50
52
51
53
54
.empty-list {
- padding: 12px;
55
+ padding: var(--stratakit-space-x3);
56
border: 1px solid var(--stratakit-color-border-neutral-muted);
57
border-radius: 8px;
58
text-align: center;
0 commit comments