Lines 2885-2946
$star-selected: #EDB867;
Link Here
|
2885 |
} |
2885 |
} |
2886 |
} |
2886 |
} |
2887 |
|
2887 |
|
2888 |
/* Cookie consent bar */ |
2888 |
/* Elasticsearch autocomplete menu */ |
2889 |
#cookieConsentBar { |
2889 |
.autocomplete { |
2890 |
display: none; |
2890 |
/*the container must be positioned relative:*/ |
2891 |
padding: 20px; |
2891 |
position: relative; |
2892 |
position: fixed; |
2892 |
width: 100%; |
2893 |
bottom: 0; |
|
|
2894 |
left: 0; |
2895 |
right: 0; |
2896 |
background: rgba(0,0,0,0.7); |
2897 |
color: rgba(255,255,255,0.9); |
2898 |
z-index: 1; |
2899 |
a:link, a:visited { |
2900 |
color: #c5ecff; |
2901 |
} |
2902 |
#consentButtons { |
2903 |
margin-top: 10px; |
2904 |
text-align: right; |
2905 |
} |
2906 |
button:not(:last-child) { |
2907 |
margin-right: 10px; |
2908 |
} |
2909 |
} |
2893 |
} |
2910 |
|
2894 |
|
2911 |
/* Cookie consent modal */ |
2895 |
.autocomplete-items { |
2912 |
#cookieConsentModal { |
2896 |
position: absolute; |
2913 |
.modal-dialog { |
2897 |
border: 1px solid #d4d4d4; |
2914 |
max-width: 1000px; |
2898 |
border-bottom: none; |
2915 |
} |
2899 |
border-top: none; |
2916 |
.consentModalItem { |
2900 |
z-index: 9999; |
2917 |
display: flex; |
|
|
2918 |
align-items: center; |
2919 |
border: 1px solid #ccc; |
2920 |
padding: 10px 20px; |
2921 |
border-radius: 5px; |
2922 |
} |
2923 |
.consentModalItem:not(:last-child) { |
2924 |
margin-bottom: 20px; |
2925 |
} |
2926 |
.consentItemCheckbox { |
2927 |
padding-right: 20px; |
2928 |
} |
2929 |
.consentItemName { |
2930 |
font-weight: bold; |
2931 |
} |
2932 |
#cookieConsentPopupText { |
2933 |
margin: 20px 0; |
2934 |
} |
2935 |
} |
2936 |
|
2901 |
|
2937 |
#viewCookieConsents { |
2902 |
div { |
2938 |
margin-top: 10px; |
2903 |
padding: 10px; |
2939 |
} |
2904 |
cursor: pointer; |
|
|
2905 |
background-color: #fff; |
2906 |
border-bottom: 1px solid #d4d4d4; |
2907 |
|
2908 |
&:hover { |
2909 |
/*when hovering an item:*/ |
2910 |
background-color: #e9e9e9; |
2911 |
} |
2940 |
|
2912 |
|
2941 |
#patronconsents h2 { |
2913 |
&.autocomplete-active { |
2942 |
margin-top: 30px; |
2914 |
/*when navigating through the items using the arrow keys:*/ |
2943 |
font-size: 1.1rem; |
2915 |
background-color: lighten( $input-btn-focus-color, 45% ); |
|
|
2916 |
} |
2917 |
} |
2944 |
} |
2918 |
} |
2945 |
|
2919 |
|
|
|
2920 |
/* /Elasticsearch autocomplete menu */ |
2921 |
|
2946 |
@import "responsive"; |
2922 |
@import "responsive"; |