Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f5ea2a43

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

Issue #8008 @1h
[+] Vizualizace homepage pro desktop
[+] Přidání log ve formátu svg
[-] Odebrání log ve formátu png

Zobrazit rozdíly:

resources/sass/_custom.scss
22 22
                top: 5%;
23 23
                width: 100%;
24 24
                z-index: 1;
25

  
26
                img {
27
                    width: 7.5rem;
28
                }
25 29
            }
26 30

  
27 31
            .social-logo {
28 32
                text-align: center;
29
                justify-content: space-between;
33
                justify-content: space-around;
30 34
                flex-wrap: nowrap;
31 35
                position: absolute;
32 36
                top: 25%;
33 37
                padding-left: 25px;
34 38
                width: 100%;
35 39
                z-index: 1;
40

  
41
                img {
42
                    width: 2.0625rem;
43
                }
36 44
            }
37 45

  
38 46
            .carousel-button {
......
855 863
        }
856 864
    }
857 865
}
866

  
867
@media (min-width: 1024px) {
868

  
869
    body {
870
        .kaplicky{
871
            text-align: left !important;
872
            font-size: 24pt;
873
            line-height: 24pt;
874
        }
875

  
876
        .text {
877
            text-align: left;
878
            font-size: 18pt;
879
            line-height: 26pt;
880
        }
881

  
882
        .carousel {
883
            .carousel-inner {
884
                .social-logo {
885
                    justify-content: center;
886
                    top: 90%;
887

  
888
                    .logo {
889
                        margin-left: 10rem;
890

  
891
                        img {
892
                            width: 3.125rem;
893
                        }
894

  
895
                        &:first-child {
896
                            margin-left: 0;
897
                        }
898
                    }
899
                }
900
                .carousel-button {
901
                    transform: none;
902
                    left: 76%;
903
                    bottom: 20%;
904
                }
905
            }
906

  
907
            .carousel-caption{
908
                padding: 3.75rem 6.25rem 10em;
909

  
910
                h2 {
911
                    margin-bottom: 1rem;
912
                }
913
            }
914
        }
915

  
916
        .button-square {
917
            font-size: 18pt;
918
            width: 10.875rem;
919
            height: 2.938rem;
920
        }
921
    }
922
}

Také k dispozici: Unified diff