commit | author | age | ||
9bcb19 | 1 | @import "~ant-design-vue/es/style/themes/default"; |
I | 2 | |
3 | .global-search-wrapper { | |
4 | position: fixed; | |
5 | top: 0; | |
6 | left: 0; | |
7 | right: 0; | |
8 | bottom: 0; | |
9 | z-index: @zindex-modal-mask; | |
10 | background: @modal-mask-bg; | |
11 | ||
12 | .global-search-box { | |
13 | position: absolute; | |
14 | top: 20%; | |
15 | left: 50%; | |
16 | width: 450px; | |
17 | transform: translate(-50%, -50%); | |
18 | ||
19 | .global-search-tips { | |
20 | color: @white; | |
21 | font-size: @font-size-lg; | |
22 | text-align: right; | |
23 | } | |
24 | } | |
25 | } |