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.
@boxed
1 parent ab08166 commit f4a83b6Copy full SHA for f4a83b6
app/components/text-content.hbs
@@ -1,3 +1,3 @@
1
-<div local-class="wrapper" ...attributes>
+<div local-class="wrapper {{if @boxed "boxed"}}" ...attributes>
2
{{yield}}
3
</div>
app/components/text-content.module.css
@@ -1,3 +1,10 @@
+.boxed {
+ padding: var(--space-m);
+ background-color: white;
4
+ margin-bottom: var(--space-s);
5
+ border-radius: 5px;
6
+}
7
+
8
.wrapper {
9
line-height: 1.5;
10
overflow-wrap: break-word;
0 commit comments