Skip to content

Commit 021a085

Browse files
committed
chore: optimizations regarding DB UI Base v3
1 parent b0bfc5b commit 021a085

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/css/pattern-scaffolding-project-specific.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,17 @@ pl-iframe {
8383
.pl-c-pattern__title {
8484
@extend .elm-headline;
8585
}
86+
87+
// Related to https://github.com/db-ui/base/pull/6
88+
.sg-swatch {
89+
height: initial;
90+
min-height: 6em;
91+
padding: 4px;
92+
display: flex;
93+
border: black dashed 1px;
94+
95+
.sg-label {
96+
font-size: 80%;
97+
margin: auto;
98+
}
99+
}

0 commit comments

Comments
 (0)