diff --git a/site/assets/scss/layouts/_trainings.scss b/site/assets/scss/layouts/_trainings.scss index 1b9f9ff..ef9f541 100644 --- a/site/assets/scss/layouts/_trainings.scss +++ b/site/assets/scss/layouts/_trainings.scss @@ -155,32 +155,32 @@ //.box-anmelden { position: fixed; //top: 180px; - bottom: 180px; + bottom: 10.8rem; left: 1.8rem; right: 1.8rem; z-index: 5; //box-shadow: 0 0 30px rgba(0,0,0,0.2); //box-shadow: 0 0 30px var(--shadowColor); - transition: all 0.3s cubic-bezier(0.68, -0.55, 0.45, 0.98); - transform: scale(0, 0); + transition: all 0.2s cubic-bezier(0.68, -0.55, 0.45, 0.98); + transform: scale(0, 0) translateY(3rem); transform-origin: bottom right; .box, .btn { opacity: 0; - transition: opacity 0.3s ease 0.3s; + transition: opacity 0.1s ease 0s; transition-delay: 0s; } &.active { - transform: scale(1); - transition: all 0.3s cubic-bezier(0.37, 0.03, 0.27, 1.55); + transform: scale(1) translateY(0); + transition: all 0.2s cubic-bezier(0.37, 0.03, 0.27, 1.55); .box, .btn { opacity: 1; - transition: opacity 0.3s ease 0.3s; + transition: opacity 0.3s ease 0.2s; } } } @@ -191,12 +191,14 @@ .anmelde-toggler { position: fixed; z-index: 5; - right: 15px; - bottom: 100px; + right: 1.8rem; + bottom: 1.8rem; padding: 0; //border: none; //border-radius: 0; outline: none !important; - box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); - box-shadow: 0 0 30px var(--shadowColor); + //box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); + //box-shadow: 0 0 30px var(--shadowColor); + box-shadow: none !important; + } diff --git a/site/hugo_stats.json b/site/hugo_stats.json index 4f64894..1365fa8 100644 --- a/site/hugo_stats.json +++ b/site/hugo_stats.json @@ -83,7 +83,6 @@ "align-items-start", "align-self-end", "anmelde-toggler", - "anmelde-toggler_", "ansible", "argo-cd", "author", @@ -183,9 +182,6 @@ "d-none_", "datenschutz", "delivery-ci-cd", - "dropdown", - "dropdown-menu", - "dropdown-toggle", "duration", "email", "entry-content", @@ -381,8 +377,6 @@ "offset-md-1", "open-source", "openshift-operations", - "order-lg-1", - "order-lg-3", "order-md-1", "order-md-3", "outline", @@ -391,7 +385,6 @@ "overflow-x-hidden", "p-0", "p-2", - "p-3_", "p-4", "p-lg-4", "p-lg-8", @@ -492,7 +485,6 @@ "sm", "small", "start-0", - "sticky", "sticky-top", "stories", "story-teaser", @@ -509,7 +501,6 @@ "testimonial-carousel", "text-center", "text-end", - "text-lg-end", "text-md-end", "text-white", "timeline-item",