Projekt

Obecné

Profil

« Předchozí | Další » 

Revize df15f2e5

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

Cookie consent

Zobrazit rozdíly:

resources/sass/_custom.scss
916 916
    margin-bottom: 3rem;
917 917
}
918 918

  
919
.js-cookie-consent {
920
    position: fixed;
921
    z-index: 9999;
922
    text-align: center;
923
    width: 100%;
924
    bottom: 0px;
925
    padding: 10px;
926
    background: $theme-color-four;
927
}
928

  
929
.js-cookie-consent-agree {
930
    font-size: 8pt;
931
    background-color: $theme-color-five;
932
    color: $theme-color-one;
933
    border: 0.5pt solid $theme-color-one;
934
    border-radius: 0;
935
    padding: 0.5rem 2rem;
936
    font-weight: $font-weight-one;
937

  
938
    &:active, &:focus, &:visited, &:hover {
939
        outline: none;
940
        box-shadow: none;
941
        color: $theme-color-one;
942
    }
943

  
944
    &:hover {
945
        color: $theme-color-four;
946
    }
947
}
948

  
949
.cookie-consent__message {
950
    padding: 1rem;
951
    display: inline-block;
952
}
953

  
919 954
// books component
920 955
.books-component {
921 956

  
......
1122 1157
    }
1123 1158
}
1124 1159

  
1160
@media (max-width: 610px) {
1161
    .js-cookie-consent-agree {
1162
        margin-bottom: 1rem;
1163
    }
1164
}
1165

  
1125 1166
@media screen and (max-height: 450px) {
1126 1167
    .sidenav a {
1127 1168
        font-size: 18px;

Také k dispozici: Unified diff