View | Details | Raw Unified | Return to bug 34792
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-13 / +21 lines)
Lines 2890-2912 $star-selected: #EDB867; Link Here
2890
2890
2891
/* Cookie consent bar */
2891
/* Cookie consent bar */
2892
#cookieConsentBar {
2892
#cookieConsentBar {
2893
    background: rgba( 0, 0, 0, .7 );
2894
    bottom: 0;
2895
    color: rgba( 255, 255, 255, .9 );
2893
    display: none;
2896
    display: none;
2897
    left: 0;
2894
    padding: 20px;
2898
    padding: 20px;
2895
    position: fixed;
2899
    position: fixed;
2896
    bottom: 0;
2897
    left: 0;
2898
    right: 0;
2900
    right: 0;
2899
    background: rgba(0,0,0,0.7);
2900
    color: rgba(255,255,255,0.9);
2901
    z-index: 1;
2901
    z-index: 1;
2902
    a:link, a:visited {
2902
2903
        color: #c5ecff;
2903
    a:link,
2904
    a:visited {
2905
        color: #C5ECFF;
2904
    }
2906
    }
2907
2905
    #consentButtons {
2908
    #consentButtons {
2906
        margin-top: 10px;
2909
        margin-top: 10px;
2907
        text-align: right;
2910
        text-align: right;
2908
    }
2911
    }
2909
    button:not(:last-child) {
2912
2913
    button:not( :last-child ) {
2910
        margin-right: 10px;
2914
        margin-right: 10px;
2911
    }
2915
    }
2912
}
2916
}
Lines 2916-2937 $star-selected: #EDB867; Link Here
2916
    .modal-dialog {
2920
    .modal-dialog {
2917
        max-width: 1000px;
2921
        max-width: 1000px;
2918
    }
2922
    }
2923
2919
    .consentModalItem {
2924
    .consentModalItem {
2920
        display: flex;
2921
        align-items: center;
2925
        align-items: center;
2922
        border: 1px solid #ccc;
2926
        border: 1px solid #CCC;
2923
        padding: 10px 20px;
2924
        border-radius: 5px;
2927
        border-radius: 5px;
2928
        display: flex;
2929
        padding: 10px 20px;
2925
    }
2930
    }
2926
    .consentModalItem:not(:last-child) {
2931
2932
    .consentModalItem:not( :last-child ) {
2927
        margin-bottom: 20px;
2933
        margin-bottom: 20px;
2928
    }
2934
    }
2935
2929
    .consentItemCheckbox {
2936
    .consentItemCheckbox {
2930
        padding-right: 20px;
2937
        padding-right: 20px;
2931
    }
2938
    }
2939
2932
    .consentItemName {
2940
    .consentItemName {
2933
        font-weight: bold;
2941
        font-weight: bold;
2934
    }
2942
    }
2943
2935
    #cookieConsentPopupText {
2944
    #cookieConsentPopupText {
2936
        margin: 20px 0;
2945
        margin: 20px 0;
2937
    }
2946
    }
Lines 2942-2949 $star-selected: #EDB867; Link Here
2942
}
2951
}
2943
2952
2944
#patronconsents h2 {
2953
#patronconsents h2 {
2945
    margin-top: 30px;
2946
    font-size: 1.1rem;
2954
    font-size: 1.1rem;
2955
    margin-top: 30px;
2947
}
2956
}
2948
2957
2949
.chocolat-wrapper {
2958
.chocolat-wrapper {
2950
- 

Return to bug 34792