diff options
| author | Ray <[email protected]> | 2023-01-24 19:28:35 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-01-24 19:28:35 +0100 |
| commit | 799d020cbd5da615a49c940aad025cafc45f96b6 (patch) | |
| tree | 67c57e5a903101de8c97a57f64869c57dad4ee0b /common/main.css | |
| parent | 8b752fd9f78f6b5af332656c9ac4eed2ef5a36ac (diff) | |
| download | raylib.com-799d020cbd5da615a49c940aad025cafc45f96b6.tar.gz raylib.com-799d020cbd5da615a49c940aad025cafc45f96b6.zip | |
Remove analytics banner style
Diffstat (limited to 'common/main.css')
| -rw-r--r-- | common/main.css | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/common/main.css b/common/main.css index fd6b131..1e4a060 100644 --- a/common/main.css +++ b/common/main.css @@ -294,41 +294,6 @@ li { transition: 0.5s; } -#analytics-banner[confirmed="true"] { - bottom: -64px; - opacity: 0; -} - -#analytics-banner p, -#analytics-banner p *, -#analytics-banner button * { - font-family: Courier New, Verdana, Arial !important; - font-size: large; -} - -#analytics-banner button { - min-height: 40px; - width: fit-content; - padding-left: 16px; - padding-right: 16px; - margin-left: 32px; - margin-right: 32px; - border: 0px; - background-color: #fff5; - border: 2px solid #b38e00; - transition: 0.125s; - word-wrap: unset; -} - -#analytics-banner button:hover { - background-color: #fff8; - cursor: pointer; -} - -#analytics-banner p { - margin-left: 32px; -} - .architecture-image-container { margin-top: 32px; width: 100%; |
