Ajout animation discrete sur le hover et changement de la photo

This commit is contained in:
Anthony Dumas 2022-01-20 00:27:10 +01:00
parent 110c20ed0c
commit 2f3f7edcf3

View File

@ -7,12 +7,12 @@
} }
.hero { .hero {
background-color: darken(#5c9ead, 35%) !important; background-color: darken($primary, 35%) !important;
color: #ffffff; color: #ffffff;
} }
#photosAndButtons .card-content { #photosAndButtons .card-content {
background-color: darken(#5c9ead, 40%) !important; background-color: darken($primary, 40%) !important;
} }
p.title, p.title,
@ -25,7 +25,7 @@
} }
.is-primary { .is-primary {
background-color: darken(#5c9ead, 40%) !important; background-color: darken($primary, 40%) !important;
} }
.tile.is-vertical { .tile.is-vertical {
@ -33,21 +33,21 @@
} }
.is-info { .is-info {
background-color: darken(#5c9ead, 41%) !important; background-color: darken($primary, 41%) !important;
} }
section.hero.is-primary.is-bold { section.hero.is-primary.is-bold {
background-image: none; background-image: none;
background-color: darken(#5c9ead, 30%) !important; background-color: darken($primary, 30%) !important;
} }
body footer { body footer {
background-color: darken(#5c9ead, 42%) !important; background-color: darken($primary, 42%) !important;
} }
.button { .button {
background-color: darken(#5c9ead, 41%); background-color: darken($primary, 41%);
border-color: darken(#5c9ead, 30%); border-color: darken($primary, 30%);
border-width: 4px; border-width: 4px;
color: white; color: white;
} }
@ -57,7 +57,7 @@
} }
#photoProfil { #photoProfil {
background-color: darken(#5c9ead, 35%); background-color: darken($primary , 35%);
} }
#photosAndButtons .card { #photosAndButtons .card {