mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
Update
This commit is contained in:
parent
08ce00609a
commit
5b1508ed9d
@ -182,6 +182,10 @@ function initialize(userOptions: any) {
|
||||
--docsearch-text-color: var(--text-color-light);
|
||||
--docsearch-modal-background: var(--bg-color-soft);
|
||||
|
||||
&.DocSearch-Button {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.dark & {
|
||||
--docsearch-text-color: var(--text-color-light);
|
||||
--docsearch-key-shadow: none;
|
||||
|
@ -65,7 +65,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1440px) {
|
||||
@include respond-to('xlg') {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user