Kheys, Administrateurs
9 367
modifications
mAucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 25 : | Ligne 25 : | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
/* line 4, cookie-consent.scss */ | /* line 4, cookie-consent.scss */ | ||
.cookie-consent-modal { | .cookie-consent-modal { | ||
padding-top: 0; | padding-top: 0; | ||
position: static; | |||
width: auto; | width: auto; | ||
height: auto; | height: auto; | ||
z-index: 1000; | z-index: 1000; | ||
font- | font-family: sans-serif; } | ||
/* line 11, cookie-consent.scss */ | /* line 11, cookie-consent.scss */ | ||
.cookie-consent-modal .modal-content-wrap { | .cookie-consent-modal .modal-content-wrap { | ||
position: fixed; | |||
top: 0; | top: 0; | ||
height: 100%; | |||
margin: 1rem; } | margin: 1rem; } | ||
/* line 15, cookie-consent.scss */ | /* line 15, cookie-consent.scss */ | ||
Ligne 42 : | Ligne 44 : | ||
.cookie-consent-modal .modal-content-wrap .modal-content { | .cookie-consent-modal .modal-content-wrap .modal-content { | ||
margin: auto; | margin: auto; | ||
overflow: scroll; | |||
border: 1px solid rgba(0, 0, 0, 0.2); | border: 1px solid rgba(0, 0, 0, 0.2); | ||
background-color: #fefefe; | background-color: #fefefe; | ||
Ligne 48 : | Ligne 51 : | ||
width: 90%; | width: 90%; | ||
padding: 0; | padding: 0; | ||
height: 95%; | |||
border-radius: 0.2rem; } | border-radius: 0.2rem; } | ||
/* line 31, cookie-consent.scss */ | /* line 31, cookie-consent.scss */ | ||
Ligne 130 : | Ligne 134 : | ||
border: none; | border: none; | ||
margin: 0 auto; } | margin: 0 auto; } | ||