|
98 | 98 | background: linear-gradient(180deg, var(--bg-color-alt, #fff), #fbfbfb); |
99 | 99 | border-radius: 10px; |
100 | 100 | box-shadow: 0 10px 30px rgba(16, 24, 40, 0.12); |
101 | | - padding: 16px; |
| 101 | + padding: 18px 20px; |
102 | 102 | color: var(--text-color); |
103 | 103 | font-size: 14px; |
104 | 104 | direction: rtl; |
|
131 | 131 | align-items: center; |
132 | 132 | justify-content: space-between; |
133 | 133 | gap: 12px; |
134 | | - margin-bottom: 10px; |
| 134 | + margin-bottom: 14px; |
135 | 135 | } |
136 | 136 | .event-popup__subtitle { |
137 | 137 | font-size: 12px; |
|
200 | 200 | .event-popup__row { |
201 | 201 | display: flex; |
202 | 202 | gap: 12px; |
203 | | - margin-bottom: 10px; |
204 | | - align-items: center; |
| 203 | + margin-bottom: 12px; |
| 204 | + align-items: flex-start; |
| 205 | + line-height: 1.5; |
| 206 | + |
| 207 | + &:last-child { |
| 208 | + margin-bottom: 0; |
| 209 | + } |
205 | 210 | } |
206 | 211 | .event-popup__label { |
207 | | - min-width: 84px; |
| 212 | + min-width: 96px; |
208 | 213 | color: rgba(0, 0, 0, 0.58); |
209 | 214 | font-weight: 700; |
210 | 215 | text-align: right; |
211 | 216 | letter-spacing: 0.2px; |
212 | 217 | flex: 0 0 auto; |
| 218 | + padding-top: 2px; |
213 | 219 | } |
214 | 220 | .event-popup__value { |
215 | 221 | flex: 1 1 auto; |
216 | 222 | word-break: break-word; |
217 | | - color: rgba(0, 0, 0, 0.8); |
| 223 | + color: rgba(0, 0, 0, 0.86); |
218 | 224 | } |
219 | 225 |
|
220 | 226 | .event-popup__link { |
221 | | - color: var(--link-color, #2f6fed); |
222 | | - text-decoration: none; |
223 | | - font-weight: 700; |
224 | | - display: inline-block; |
225 | | - padding: 6px 10px; |
226 | | - border-radius: 8px; |
227 | | - transition: |
228 | | - background 120ms ease, |
229 | | - transform 80ms ease; |
230 | | - } |
231 | | - .event-popup__link--primary { |
232 | | - background: linear-gradient( |
233 | | - 90deg, |
234 | | - rgba(47, 111, 237, 0.12), |
235 | | - rgba(47, 111, 237, 0.06) |
236 | | - ); |
237 | | - border: 1px solid rgba(47, 111, 237, 0.1); |
238 | | - color: var(--link-color, #2f6fed); |
239 | | - } |
240 | | - .event-popup__link:hover { |
241 | | - background: rgba(47, 111, 237, 0.06); |
242 | | - transform: translateY(-1px); |
| 227 | + color: #1677ff; |
243 | 228 | text-decoration: none; |
| 229 | + font-weight: 600; |
| 230 | + display: inline-flex; |
| 231 | + align-items: center; |
| 232 | + gap: 6px; |
| 233 | + |
| 234 | + &:hover { |
| 235 | + color: #165bad; |
| 236 | + text-decoration: underline; |
| 237 | + } |
244 | 238 | } |
245 | 239 |
|
246 | 240 | .event-popup__footer { |
247 | 241 | display: flex; |
248 | 242 | justify-content: space-between; |
249 | | - margin-top: 12px; |
| 243 | + margin-top: 14px; |
250 | 244 | align-items: center; |
251 | 245 | gap: 12px; |
252 | 246 | } |
|
264 | 258 |
|
265 | 259 | .event-popup__actions { |
266 | 260 | display: flex; |
267 | | - gap: 8px; |
268 | | - } |
269 | | - .event-popup__actions .ant-btn { |
270 | | - padding: 8px 14px; |
271 | | - border-radius: 8px; |
272 | | - font-weight: 600; |
273 | | - box-shadow: none; |
| 261 | + gap: 10px; |
274 | 262 | } |
275 | 263 |
|
276 | 264 | .event-popup__creator { |
277 | | - margin-top: 10px; |
| 265 | + margin-top: 14px; |
278 | 266 | display: flex; |
279 | 267 | justify-content: flex-end; |
280 | 268 | } |
|
0 commit comments