Omar ID EL MOUMEN commited on
Commit
5f91632
·
1 Parent(s): e4180e5

Remove useless styles (indexed area)

Browse files
Files changed (1) hide show
  1. static/style.css +0 -47
static/style.css CHANGED
@@ -309,53 +309,6 @@ header {
309
  display: none;
310
  }
311
 
312
- .indexed-docs {
313
- margin-top: 30px;
314
- background-color: white;
315
- border-radius: 8px;
316
- box-shadow: 0 4px 15px var(--shadow-color);
317
- padding: 30px;
318
- }
319
-
320
- .indexed-header {
321
- display: flex;
322
- justify-content: space-between;
323
- align-items: center;
324
- margin-bottom: 20px;
325
- }
326
-
327
- .indexed-header h2 {
328
- font-size: 22px;
329
- font-weight: 500;
330
- }
331
-
332
- .indexed-count {
333
- background-color: var(--primary-color);
334
- color: white;
335
- font-size: 14px;
336
- padding: 4px 12px;
337
- border-radius: 12px;
338
- }
339
-
340
- .indexed-list {
341
- display: flex;
342
- flex-wrap: wrap;
343
- gap: 10px;
344
- }
345
-
346
- .indexed-item {
347
- background-color: var(--secondary-color);
348
- padding: 8px 16px;
349
- border-radius: 4px;
350
- font-size: 14px;
351
- cursor: pointer;
352
- transition: background-color 0.3s;
353
- }
354
-
355
- .indexed-item:hover {
356
- background-color: rgba(26, 115, 232, 0.1);
357
- }
358
-
359
  footer {
360
  text-align: center;
361
  padding: 30px 0;
 
309
  display: none;
310
  }
311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
  footer {
313
  text-align: center;
314
  padding: 30px 0;