Projekt

Obecné

Profil

« Předchozí | Další » 

Revize bfa73340

Přidáno uživatelem Adam Mištera před asi 4 roky(ů)

Issue #7997 @2h
[+] Přidání vektorového tlačítka informace
[+] Zprovoznění likování artefaktů
[+] Přidán modal pro obálku knihy
[+] Přidán modal pro informace o knize
[+] Refraktoring

Zobrazit rozdíly:

resources/sass/_custom.scss
350 350
        }
351 351
    }
352 352

  
353

  
353
    // Artefact area
354 354
    .artefact-area {
355 355

  
356 356
        .card-cus-bottom {
......
381 381
            display: block;
382 382

  
383 383
            &:before {
384
                background-image: url(../images/interface/Hearth_Empty_Small.png);
385
                width: 25px;
386
                height: 19px;
384
                background-image: url(../images/interface/Heart_Empty.svg);
385
                width: 1.563rem;
386
                height: 1.25rem;
387
            }
388
        }
389

  
390
        .inter_like_filled {
391
            &:before {
392
                background-image : url(../images/interface/Heart_Filled.svg);
393
                width: 1.563rem;
394
                height: 1.25rem;
387 395
            }
388 396
        }
389 397

  
......
391 399

  
392 400
            padding-right: 1rem;
393 401
            &:before {
394
                background-image: url(../images/interface/Button_Info_Small.png);
395
                width: 29px;
396
                height: 29px;
402
                background-image: url(../images/interface/Button_Info.svg);
403
                width: 1.875rem;
404
                height: 1.875rem;
397 405
            }
398 406
        }
399 407

  
......
522 530
        }
523 531
    }
524 532

  
533
    // Modal
534
    .modal {
535
        font-weight: $font-weight-one;
536
        color: $theme-color-two;
537
        font-size: 8pt;
538

  
539
        .modal-header {
540
            border-bottom: 1px solid $theme-color-two;
541

  
542
            .close {
543
                color: $theme-color-two;
544
                text-shadow: none;
545
            }
546
        }
547

  
548
        .modal-content {
549
            background-color: $theme-color-five;
550
        }
551

  
552
        .modal-footer {
553
            border-top: 1px solid $theme-color-two;
554

  
555
            .btn {
556
                background-color: $theme-color-two;
557
                color: $theme-color-five;
558

  
559
            }
560
        }
561
    }
562

  
563
    .image-modal {
564
        .close {
565
            font-size: 24pt;
566
            color: $theme-color-two;
567
            text-shadow: none;
568
            position: absolute;
569
            top: 1rem;
570
            right: 0.125rem;
571
            opacity: 1;
572
            cursor: pointer;
573
            pointer-events: initial;
574
        }
575
    }
576

  
525 577
    /*.content {
526 578
        position: relative;
527 579

  
......
553 605
        }
554 606
    }*/
555 607

  
556

  
557

  
558 608
    //CATEGORIES - ROW BLOCK
559 609
    .cat-col-md-2
560 610
    {

Také k dispozici: Unified diff