Skip to content

Commit 5753286

Browse files
authored
Fix primary button height (#1447)
1 parent 26e8457 commit 5753286

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pgml-dashboard/src/components/pages/demo/template.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,11 @@
245245
.tooltip_html("A model is great<br>, but<br> two<br> is better.")
246246
.icon("help_outline") %>
247247
</div>
248+
249+
<div class="py-5 d-flex gap-2">
250+
<button class="btn btn-primary-web-app">Primary button</button>
251+
<button class="btn btn-primary-web-app" disabled>Primary disabled</button>
252+
<button class="btn btn-secondary-web-app">Secondary button</button>
253+
<button class="btn btn-secondary-web-app" disabled>Secondary button</button>
254+
</div>
248255
</div>

pgml-dashboard/static/css/scss/components/_buttons.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@
120120

121121
--bs-btn-line-height: 16px;
122122

123-
border: 0px;
123+
--bs-btn-border-color: #{$neon-shade-100};
124+
--bs-btn-border-width: 2px;
124125

125126
&:disabled,
126127
&.disabled {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy