Skip to content

Commit

Permalink
Merge pull request #65 from acend/changes
Browse files Browse the repository at this point in the history
anomation mobile info button
  • Loading branch information
fintinc authored Oct 8, 2024
2 parents babc972 + d578209 commit 9e12877
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 20 deletions.
24 changes: 13 additions & 11 deletions site/assets/scss/layouts/_trainings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand All @@ -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;

}
9 changes: 0 additions & 9 deletions site/hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"align-items-start",
"align-self-end",
"anmelde-toggler",
"anmelde-toggler_",
"ansible",
"argo-cd",
"author",
Expand Down Expand Up @@ -183,9 +182,6 @@
"d-none_",
"datenschutz",
"delivery-ci-cd",
"dropdown",
"dropdown-menu",
"dropdown-toggle",
"duration",
"email",
"entry-content",
Expand Down Expand Up @@ -381,8 +377,6 @@
"offset-md-1",
"open-source",
"openshift-operations",
"order-lg-1",
"order-lg-3",
"order-md-1",
"order-md-3",
"outline",
Expand All @@ -391,7 +385,6 @@
"overflow-x-hidden",
"p-0",
"p-2",
"p-3_",
"p-4",
"p-lg-4",
"p-lg-8",
Expand Down Expand Up @@ -492,7 +485,6 @@
"sm",
"small",
"start-0",
"sticky",
"sticky-top",
"stories",
"story-teaser",
Expand All @@ -509,7 +501,6 @@
"testimonial-carousel",
"text-center",
"text-end",
"text-lg-end",
"text-md-end",
"text-white",
"timeline-item",
Expand Down

0 comments on commit 9e12877

Please sign in to comment.