Loading css/youtube-cookies-popup.css +0 −34 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ width: 100%; height: 100%; z-index: 10000; background: rgba(0,0,0,0.5); bottom: 0; } Loading @@ -21,18 +20,6 @@ picture .youtube-cookies-popup { margin-left: auto; margin-right: auto; overflow-y: auto; max-width: 1066px; padding: 30px; } picture .youtube-cookies-popup-box { padding: 100px; } .youtube-cookies-popup-box-info { background-color: white; padding: 30px; } .youtube-cookies-popup-box-buttons { Loading @@ -41,27 +28,6 @@ picture .youtube-cookies-popup-box { justify-content: center; } .youtube-cookies-popup-box-buttons button { margin-right: 2rem; padding: 10px; font-weight: bold; border-radius: 3rem; } .youtube-cookies-popup-box-buttons button { background-color: white; color: #2d5eb5; } .youtube-cookies-popup-box-buttons button.youtube-cookies-manage { background-color: #2d5eb5; color: white; } .youtube-cookies-popup-message { margin-bottom: 1rem; } .youtube-cookies-iframe-thumbnail { top: 0; left: 0; Loading css/youtube-cookies-theme.css 0 → 100644 +38 −0 Original line number Diff line number Diff line .youtube-cookies-popup { background: rgba(0,0,0,0.5); } .youtube-cookies-popup-box { max-width: 1066px; padding: 30px; } picture .youtube-cookies-popup-box { padding: 100px; } .youtube-cookies-popup-box-info { background-color: white; padding: 30px; } .youtube-cookies-popup-box-buttons button { margin-right: 2rem; padding: 10px; font-weight: bold; border-radius: 3rem; } .youtube-cookies-popup-box-buttons button { background-color: white; color: #2d5eb5; } .youtube-cookies-popup-box-buttons button.youtube-cookies-manage { background-color: #2d5eb5; color: white; } .youtube-cookies-popup-message { margin-bottom: 1rem; } youtube_cookies.libraries.yml +3 −1 Original line number Diff line number Diff line Loading @@ -3,8 +3,10 @@ youtube-cookies: js/youtube-cookies.js: { minified: true, weight: -10 } header: true css: theme: layout: css/youtube-cookies-popup.css: {} theme: css/youtube-cookies-theme.css: {} dependencies: - core/drupal - core/drupalSettings Loading Loading
css/youtube-cookies-popup.css +0 −34 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ width: 100%; height: 100%; z-index: 10000; background: rgba(0,0,0,0.5); bottom: 0; } Loading @@ -21,18 +20,6 @@ picture .youtube-cookies-popup { margin-left: auto; margin-right: auto; overflow-y: auto; max-width: 1066px; padding: 30px; } picture .youtube-cookies-popup-box { padding: 100px; } .youtube-cookies-popup-box-info { background-color: white; padding: 30px; } .youtube-cookies-popup-box-buttons { Loading @@ -41,27 +28,6 @@ picture .youtube-cookies-popup-box { justify-content: center; } .youtube-cookies-popup-box-buttons button { margin-right: 2rem; padding: 10px; font-weight: bold; border-radius: 3rem; } .youtube-cookies-popup-box-buttons button { background-color: white; color: #2d5eb5; } .youtube-cookies-popup-box-buttons button.youtube-cookies-manage { background-color: #2d5eb5; color: white; } .youtube-cookies-popup-message { margin-bottom: 1rem; } .youtube-cookies-iframe-thumbnail { top: 0; left: 0; Loading
css/youtube-cookies-theme.css 0 → 100644 +38 −0 Original line number Diff line number Diff line .youtube-cookies-popup { background: rgba(0,0,0,0.5); } .youtube-cookies-popup-box { max-width: 1066px; padding: 30px; } picture .youtube-cookies-popup-box { padding: 100px; } .youtube-cookies-popup-box-info { background-color: white; padding: 30px; } .youtube-cookies-popup-box-buttons button { margin-right: 2rem; padding: 10px; font-weight: bold; border-radius: 3rem; } .youtube-cookies-popup-box-buttons button { background-color: white; color: #2d5eb5; } .youtube-cookies-popup-box-buttons button.youtube-cookies-manage { background-color: #2d5eb5; color: white; } .youtube-cookies-popup-message { margin-bottom: 1rem; }
youtube_cookies.libraries.yml +3 −1 Original line number Diff line number Diff line Loading @@ -3,8 +3,10 @@ youtube-cookies: js/youtube-cookies.js: { minified: true, weight: -10 } header: true css: theme: layout: css/youtube-cookies-popup.css: {} theme: css/youtube-cookies-theme.css: {} dependencies: - core/drupal - core/drupalSettings Loading