kopia lustrzana https://github.com/shoelace-style/shoelace
fix card borders
rodzic
0f90dd0f54
commit
1ccea42cca
|
@ -180,7 +180,10 @@ p {
|
|||
|
||||
img {
|
||||
max-width: 100%;
|
||||
border-radius: var(--docs-border-radius);
|
||||
}
|
||||
|
||||
.badges img {
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
}
|
||||
|
||||
.callout img,
|
||||
|
|
|
@ -27,6 +27,8 @@ toc: false
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="badges">
|
||||
|
||||
[](https://www.jsdelivr.com/package/npm/@shoelace-style/shoelace)
|
||||
[](https://www.npmjs.com/package/@shoelace-style/shoelace)
|
||||
[](https://github.com/shoelace-style/shoelace/blob/next/LICENSE.md)<br>
|
||||
|
@ -34,6 +36,8 @@ toc: false
|
|||
[](https://twitter.com/shoelace_style)
|
||||
[](https://github.com/shoelace-style/shoelace)
|
||||
|
||||
</div>
|
||||
|
||||
## Quick Start
|
||||
|
||||
Add the following code to your page.
|
||||
|
|
Ładowanie…
Reference in New Issue