@@ -63,30 +63,25 @@ border-radius: 4px; */
63
63
border : none;
64
64
}
65
65
66
-
67
- .DocSearch-Button {
68
- margin : 0 ;
69
- width : 39px ;
70
- }
71
-
66
+ .DocSearch-Button {
67
+ margin : 0 ;
68
+ width : 39px ;
69
+ }
72
70
73
71
.DocSearch-Button-Placeholder {
74
72
display : none;
75
73
}
76
74
75
+ .DocSearch-Search-Icon {
76
+ width : 20px ;
77
+ height : 20px ;
78
+ }
77
79
78
- .DocSearch-Search-Icon {
79
- width : 20px ;
80
- height : 20px ;
81
- }
82
-
83
-
84
- /* .herobtn .DocSearch-Button-Container {
80
+ /* .herobtn .DocSearch-Button-Container {
85
81
margin-right: 4px;
86
82
margin-left: 4px;
87
83
} */
88
84
89
-
90
85
@media (max-width : 450px ) {
91
86
.DocSearch-Button {
92
87
margin : 0 ;
@@ -104,14 +99,20 @@ border-radius: 4px; */
104
99
105
100
/** Style Algolia */
106
101
107
- .keygrad {
108
- --docsearch-key-gradient : linear-gradient (-225deg , # d5dbe4, # f8f8f8 ) !important ;
102
+ .keygrad {
103
+ --docsearch-key-gradient : linear-gradient (
104
+ -225deg ,
105
+ # d5dbe4,
106
+ # f8f8f8
107
+ ) !important ;
109
108
}
110
- .keyshadow {
111
- --docsearch-key-shadow : inset 0 -2px 0 0 # cdcde6, inset 0 0 1px 1px # fff, 0 1px 2px 1px rgba (30 , 35 , 90 , 0.4 ) !important ;
109
+ .keyshadow {
110
+ --docsearch-key-shadow : inset 0 -2px 0 0 # cdcde6, inset 0 0 1px 1px # fff,
111
+ 0 1px 2px 1px rgba (30 , 35 , 90 , 0.4 ) !important ;
112
112
}
113
- .keyshadow [data-theme = dark ]{
114
- --docsearch-key-shadow : inset 0 -2px 0 0 # ffffff, inset 0 0 1px 1px # ffffff, 0 2px 2px 0 rgba (3 , 4 , 9 , 0.3 ) !important ;
113
+ .keyshadow [data-theme = 'dark' ] {
114
+ --docsearch-key-shadow : inset 0 -2px 0 0 # ffffff, inset 0 0 1px 1px # ffffff,
115
+ 0 2px 2px 0 rgba (3 , 4 , 9 , 0.3 ) !important ;
115
116
}
116
117
117
118
.search-input {
@@ -264,9 +265,8 @@ border-radius: 4px; */
264
265
background-color : # fddf4784 ;
265
266
}
266
267
267
- @layer base{
268
+ @layer base {
268
269
body {
269
- @apply dark:bg-slate-800 bg-white;
270
+ @apply dark:bg-slate-800 bg-white;
270
271
}
271
272
}
272
-
0 commit comments