Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5753286

Browse files
authored
Fix primary button height (#1447)
1 parent26e8457 commit5753286

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+
<divclass="py-5 d-flex gap-2">
250+
<buttonclass="btn btn-primary-web-app">Primary button</button>
251+
<buttonclass="btn btn-primary-web-app"disabled>Primary disabled</button>
252+
<buttonclass="btn btn-secondary-web-app">Secondary button</button>
253+
<buttonclass="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)

[8]ページ先頭

©2009-2025 Movatter.jp