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