Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 86b3ae27

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

Arrow style hotfix

Zobrazit rozdíly:

resources/sass/_custom.scss
965 965
            align-items: baseline;
966 966

  
967 967
            .book-arrow {
968
                &:after {
969
                    content: '';
970
                    bottom: 3rem;
971
                    position: absolute;
972
                    border-top: 1.25rem solid transparent;
973
                    border-bottom: 1.25rem solid transparent;
974
                }
968
                border-top: 1.25rem solid transparent;
969
                border-bottom: 1.25rem solid transparent;
970
                display: block;
971
                position: relative;
972
                top: 1rem;
975 973
            }
976 974

  
977 975
            .book-arrow-left {
978
                &:after {
979
                    left: 1.5625rem;
980
                    border-right: 1.25rem solid $theme-color-two;
981
                }
976
                border-right: 1.25rem solid $theme-color-two;
982 977
            }
983 978

  
984 979
            .book-arrow-right {
985
                &:after {
986
                    border-left: 1.25rem solid $theme-color-two;
987
                }
980
                border-left: 1.25rem solid $theme-color-two;
988 981
            }
989 982

  
990 983
            .likes {
......
1010 1003
                }
1011 1004

  
1012 1005
                .inter_like {
1013
                    &:before{
1006
                    &:before {
1014 1007
                        background-image: url(../images/interface/Heart_Empty.svg);
1015 1008
                    }
1016 1009
                }
1017 1010

  
1018 1011
                .inter_like_filled {
1019
                    &:before{
1012
                    &:before {
1020 1013
                        background-image: url(../images/interface/Heart_Filled.svg);
1021 1014
                    }
1022 1015
                }

Také k dispozici: Unified diff