Skip to content

Commit 0beef28

Browse files
authored
Updated default button card styles to support multiline buttons (#43)
* Updated default button card styles to support multiline buttons Ref DES-160 * Center-aligned button text
1 parent 6521053 commit 0beef28

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

assets/built/screen.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

+4
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,11 @@ blockquote.kg-blockquote-alt {
23742374
/* Button */
23752375

23762376
.kg-card.kg-button-card .kg-btn {
2377+
height: unset;
2378+
padding: .6em 1.2em;
2379+
text-align: center;
23772380
font-size: 1em;
2381+
line-height: 1.2em;
23782382
}
23792383

23802384
/* Header */

0 commit comments

Comments
 (0)