From 4468e14a8cf5919c12ce51cd3ac240d6e3582412 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Sat, 23 Jul 2022 22:29:47 -0700 Subject: [PATCH] Fixed page bugs --- contact.html | 12 +++++++----- css/contact.css | 37 +++++++++++++++++++++++++++++++++++++ css/licenses.css | 37 +++++++++++++++++++++++++++++++++++++ licenses.html | 12 +++++++----- 4 files changed, 88 insertions(+), 10 deletions(-) diff --git a/contact.html b/contact.html index e25190d..4412e0e 100644 --- a/contact.html +++ b/contact.html @@ -94,11 +94,13 @@
-

Aug 12 - 14

-
- -

21 spots remaining

-
+

Aug 12 - 14

+ +
+ +

21 spots remaining

+
+
diff --git a/css/contact.css b/css/contact.css index 6e77f07..cbd903f 100644 --- a/css/contact.css +++ b/css/contact.css @@ -387,6 +387,37 @@ nav ul li { animation: slidein ease 1.5s; } +.header-link { + background: unset !important; + color: white !important; +} + +#header-tooltip::after { + content: '← Add to Calendar'; + top: 8px; + right: -100px; + transform-origin: left; + color: rgb(252, 188, 93); +} + +#spots-tooltip::after { + content: '← Signups Available!'; + top: 8px; + right: -165px; + transform-origin: left; + color: rgb(252, 188, 93); +} + +@media (max-width: 700px) { + #header-tooltip::after, #spots-tooltip::after { + display: none; + } +} + +.header-icon { + margin-right: 6px; +} + #spots-container { display: flex; border-radius: 10px; @@ -621,6 +652,12 @@ option { margin: 10px auto; } +.new-tab-icon { + fill: white; + height: 10px; + margin-left: 5px; +} + #footer-line { width: 100px; margin: 10px auto; diff --git a/css/licenses.css b/css/licenses.css index e514b60..813ffcf 100644 --- a/css/licenses.css +++ b/css/licenses.css @@ -383,6 +383,37 @@ nav ul li { animation: slidein ease 1.5s; } +.header-link { + background: unset !important; + color: white !important; +} + +#header-tooltip::after { + content: '← Add to Calendar'; + top: 8px; + right: -100px; + transform-origin: left; + color: rgb(252, 188, 93); +} + +#spots-tooltip::after { + content: '← Signups Available!'; + top: 8px; + right: -165px; + transform-origin: left; + color: rgb(252, 188, 93); +} + +@media (max-width: 700px) { + #header-tooltip::after, #spots-tooltip::after { + display: none; + } +} + +.header-icon { + margin-right: 6px; +} + #spots-container { display: flex; border-radius: 10px; @@ -543,6 +574,12 @@ section { margin: 10px auto; } +.new-tab-icon { + fill: white; + height: 10px; + margin-left: 5px; +} + #footer-line { width: 100px; margin: 10px auto; diff --git a/licenses.html b/licenses.html index 318c0c3..e7b5a45 100644 --- a/licenses.html +++ b/licenses.html @@ -92,11 +92,13 @@
-

Aug 12 - 14

-
- -

21 spots remaining

-
+

Aug 12 - 14

+ +
+ +

21 spots remaining

+
+