Skip to content

Commit 35a7511

Browse files
authored
feat(DevUI): update btn-xs style (#5751)
1 parent 563774d commit 35a7511

File tree

1 file changed

+5
-0
lines changed
  • src/BootstrapBlazor.Server/wwwroot/css

1 file changed

+5
-0
lines changed

src/BootstrapBlazor.Server/wwwroot/css/devui.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ pre code.hljs {
5454
--bs-btn-xxl-font-size: 1.5rem;
5555
}
5656

57+
.btn-xs {
58+
--bs-btn-padding-y: 0;
59+
--bs-btn-padding-x: 0.45rem;
60+
}
61+
5762
.btn-circle {
5863
--bb-button-circle-width: 35px;
5964
--bb-button-circle-height: 35px;

0 commit comments

Comments
 (0)