kopia lustrzana https://github.com/shoelace-style/shoelace
fix styles
rodzic
7b1f99b41a
commit
f6ccd119e8
|
@ -55,6 +55,7 @@ body.site-search-visible {
|
||||||
|
|
||||||
.site-search__input::part(base) {
|
.site-search__input::part(base) {
|
||||||
border: none;
|
border: none;
|
||||||
|
border-radius: var(--sl-border-radius-large);
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-search__input:focus-within::part(base) {
|
.site-search__input:focus-within::part(base) {
|
||||||
|
|
|
@ -387,7 +387,7 @@ kbd,
|
||||||
background-color: rgb(var(--sl-color-neutral-100));
|
background-color: rgb(var(--sl-color-neutral-100));
|
||||||
border-radius: var(--sl-border-radius-small);
|
border-radius: var(--sl-border-radius-small);
|
||||||
border: solid 1px rgb(var(--sl-color-neutral-200));
|
border: solid 1px rgb(var(--sl-color-neutral-200));
|
||||||
box-shadow: inset 0 1px 1px rgb(var(--sl-color-neutral-0));
|
box-shadow: inset 0 1px 0 rgb(var(--sl-color-neutral-0));
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue