Skip to content

Commit 1a7b06f

Browse files
committed
[design] imporove theme shadow controls
1 parent 3a205bb commit 1a7b06f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎src/index.html‎

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,13 +1688,19 @@ <h1 class="menu-item-header-text">Shadow</h1>
16881688
<divclass="form-group-wrap">
16891689
<divclass="form-group form-group-block mb-0">
16901690
<divclass="form-group-text form-group-text-transparent form-group-text-borderless">
1691-
<divclass="theme-shadow-box theme-shadow-box-small">Small shadow</div>
1691+
<divclass="theme-shadow-box theme-shadow-box-small">
1692+
<pclass="mb-0 small">Small shadow</p>
1693+
</div>
16921694
</div>
16931695
<divclass="form-group-text form-group-text-transparent form-group-text-borderless">
1694-
<divclass="theme-shadow-box theme-shadow-box-medium">Medium shadow</div>
1696+
<divclass="theme-shadow-box theme-shadow-box-medium">
1697+
<pclass="mb-0 small">Medium shadow</p>
1698+
</div>
16951699
</div>
16961700
<divclass="form-group-text form-group-text-transparent form-group-text-borderless">
1697-
<divclass="theme-shadow-box theme-shadow-box-large">Large shadow</div>
1701+
<divclass="theme-shadow-box theme-shadow-box-large">
1702+
<pclass="mb-0 small">Large shadow</p>
1703+
</div>
16981704
</div>
16991705
</div>
17001706
</div>

0 commit comments

Comments
(0)