|
|
@@ -71,7 +71,7 @@
|
|
71
|
71
|
}
|
|
72
|
72
|
|
|
73
|
73
|
.search-condition-area {
|
|
74
|
|
- margin-top: 0;
|
|
|
74
|
+ margin: 0 0 16px;
|
|
75
|
75
|
}
|
|
76
|
76
|
|
|
77
|
77
|
.search-input-row {
|
|
|
@@ -85,7 +85,7 @@
|
|
85
|
85
|
height: 46px;
|
|
86
|
86
|
border: 2px solid #d8caba;
|
|
87
|
87
|
border-radius: 6px;
|
|
88
|
|
- background: #fffdf9;
|
|
|
88
|
+ background: #ffffff;
|
|
89
|
89
|
display: flex;
|
|
90
|
90
|
align-items: center;
|
|
91
|
91
|
padding: 0 16px;
|
|
|
@@ -128,19 +128,19 @@
|
|
128
|
128
|
|
|
129
|
129
|
.search-button {
|
|
130
|
130
|
border: 2px solid #8a6543;
|
|
131
|
|
- background: #8a6543;
|
|
132
|
|
- color: #ffffff;
|
|
|
131
|
+ background: #ffffff;
|
|
|
132
|
+ color: #8a6543;
|
|
133
|
133
|
}
|
|
134
|
134
|
|
|
135
|
135
|
.search-button:hover {
|
|
136
|
|
- background: #765639;
|
|
|
136
|
+ background: #f6efe6;
|
|
137
|
137
|
}
|
|
138
|
138
|
|
|
139
|
139
|
.filter-button-main,
|
|
140
|
140
|
.back-list-button {
|
|
141
|
|
- border: 2px solid #d8caba;
|
|
|
141
|
+ border: 2px solid #8a6543;
|
|
142
|
142
|
background: #ffffff;
|
|
143
|
|
- color: #2f2720;
|
|
|
143
|
+ color: #8a6543;
|
|
144
|
144
|
text-decoration: none;
|
|
145
|
145
|
display: flex;
|
|
146
|
146
|
align-items: center;
|
|
|
@@ -156,7 +156,7 @@
|
|
156
|
156
|
display: flex;
|
|
157
|
157
|
flex-wrap: wrap;
|
|
158
|
158
|
gap: 8px;
|
|
159
|
|
- margin-top: 12px;
|
|
|
159
|
+ margin: 12px 0 16px;
|
|
160
|
160
|
}
|
|
161
|
161
|
|
|
162
|
162
|
.search-filter-button {
|
|
|
@@ -184,7 +184,7 @@
|
|
184
|
184
|
}
|
|
185
|
185
|
|
|
186
|
186
|
.search-result-panel {
|
|
187
|
|
- margin-top: 16px;
|
|
|
187
|
+ margin-top: 0;
|
|
188
|
188
|
padding: 0;
|
|
189
|
189
|
border: 2px solid #d8caba;
|
|
190
|
190
|
border-radius: 8px;
|
|
|
@@ -231,6 +231,7 @@
|
|
231
|
231
|
align-items: center;
|
|
232
|
232
|
column-gap: 18px;
|
|
233
|
233
|
box-sizing: border-box;
|
|
|
234
|
+ cursor: pointer;
|
|
234
|
235
|
}
|
|
235
|
236
|
|
|
236
|
237
|
.result-row:hover {
|
|
|
@@ -238,7 +239,7 @@
|
|
238
|
239
|
}
|
|
239
|
240
|
|
|
240
|
241
|
.danka-result-row {
|
|
241
|
|
- grid-template-columns: 1.1fr 1.4fr 1.8fr 80px;
|
|
|
242
|
+ grid-template-columns: 1.1fr 1.4fr 1.8fr;
|
|
242
|
243
|
}
|
|
243
|
244
|
|
|
244
|
245
|
.family-result-row {
|
|
|
@@ -253,11 +254,6 @@
|
|
253
|
254
|
font-weight: 800;
|
|
254
|
255
|
}
|
|
255
|
256
|
|
|
256
|
|
-.result-link-text {
|
|
257
|
|
- color: #3f6f45;
|
|
258
|
|
- font-weight: 800;
|
|
259
|
|
-}
|
|
260
|
|
-
|
|
261
|
257
|
.empty-result {
|
|
262
|
258
|
min-height: 72px;
|
|
263
|
259
|
padding: 22px;
|