Files
medusa-store/www/docs/src/theme/SearchBar/styles.css
2021-11-22 17:01:18 +01:00

26 lines
591 B
CSS

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
:root {
--docsearch-primary-color: var(--ifm-color-primary);
--docsearch-text-color: var(--ifm-font-color-base);
}
.DocSearch-Button {
margin: 0;
transition: all var(--ifm-transition-fast)
var(--ifm-transition-timing-default);
width: 100%;
max-width: 175px;
border-radius: 8px;
background-color: #f5f6f7;
}
.DocSearch-Container {
z-index: calc(var(--ifm-z-index-fixed) + 1);
}