Skip to content

Commit 4bde790

Browse files
committed
Last PR #26 missing styles
1 parent 2ca1a75 commit 4bde790

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/volto-button-block/src/theme/button-base.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@
2020
}
2121
}
2222
}
23+
24+
.button.container,
25+
.block-inner-container {
26+
/* Basic CSS for the use case when the button is just a link */
27+
a {
28+
padding: 8px 20px;
29+
border: 1px solid var(--button-block-border-color, #000);
30+
text-decoration: none;
31+
}
32+
}
2333
}
2434

2535
.align-buttons {

0 commit comments

Comments
 (0)