Pre-launch: Animation

This commit is contained in:
2025-12-12 09:40:30 +01:00
parent 82cee857eb
commit ccd024c12c
17 changed files with 237 additions and 77 deletions

View File

@@ -23,17 +23,17 @@
}
.btn-primary {
background: $color-primary;
background: darken($color: $color-primary, $amount: 10);
color: $white;
border-color: $color-primary;
border-color: darken($color: $color-primary, $amount: 10) !important;
&:active,
&:hover,
&:focus,
&.focus,
&.active {
background: darken($color: $color-primary, $amount: 10) !important;
border-color: darken($color: $color-primary, $amount: 10) !important;
background: darken($color: $color-primary, $amount: 14) !important;
border-color: darken($color: $color-primary, $amount: 14) !important;
}
}
@@ -56,8 +56,8 @@
.btn-outline-primary {
background: transparent;
color: $color-primary;
border-color: $color-primary;
color: darken($color: $color-primary, $amount: 14);
border-color: darken($color: $color-primary, $amount: 14) !important;
&:active,
&:hover,