Projekt

Obecné

Profil

« Předchozí | Další » 

Revize eadc983d

Přidáno uživatelem Jiří Noháč před asi 4 roky(ů)

Issue #8010 @3h

Uprava "Categories" podle specifikovaneho navrhu. Predelany ssytem vyberu categories, kde lze vybrat vice kategorii najednou a po stisknuti tlacitka ENTER se uzivatel prenese do seznamu vsech vybranych artefaktu.

Zobrazit rozdíly:

resources/sass/_custom.scss
713 713
        }
714 714
    }
715 715

  
716
    .btn-dark:not(:disabled):not(.disabled).active{
717
        background-color: $theme-color-four;
718
        color:white;
719
        border-color: $theme-color-five;
720
    }
721

  
716 722
    //CATEGORY/{id} -h2 title NO ARTEFACTS
717 723
    .category-h2 {
718 724
        color: $theme-color-four;
......
726 732
        }
727 733
    }
728 734

  
735
    //CATEGORIES - Main menu
736
    .cat-main-menu{
737
        font-size: 1.75rem;
738
        text-align: center;
739
        margin-bottom: 30pt;
740

  
741
        a,a:visited{
742
            color: $theme-color-two;
743
            text-decoration: none;
744
        }
745

  
746
        a:hover{
747
            color: $theme-color-four;
748
        }
749

  
750
    }
751

  
752
    //CATEGORIES - Wrapper around Enter button
753
    .cat-wrapper{
754
        margin:auto;
755
        display:block;
756
        //align-content: center;
757
        //margin:auto;
758
        //display:block;
759
    }
760

  
761
    //CATEGORIES - Enter button
762
    .btn.button-square.cat-enter-butt {
763
        font-size: 8pt;
764
        background-color: grey;
765
        color: $theme-color-one;
766
        border: 0.5pt solid $theme-color-one;
767
        border-radius: 0;
768
        bottom: 5%;
769
        position: fixed;
770
        left: 50%;
771
        transform: translateX(-50%);
772
        width: 6.5rem;
773
        height: 2rem;
774
        font-weight: $font-weight-one;
775

  
776
        &:active, &:focus, &:visited, &:hover {
777
            outline: none;
778
            box-shadow: none;
779
            color: $theme-color-one;
780
        }
781

  
782
        &:hover {
783
            color: $theme-color-four;
784
        }
785
    }
786

  
729 787
    //VERIFY - main text
730 788
    .ver-text{
731 789

  

Také k dispozici: Unified diff