diff --git a/resources/css/components/buttons.css b/resources/css/components/buttons.css index 6c06b7e..956631b 100644 --- a/resources/css/components/buttons.css +++ b/resources/css/components/buttons.css @@ -81,4 +81,30 @@ content: none !important; } } + + &--demander-formation, + &--programme, + &--subscribe { + &:after { + content: none !important; + } + &:before { + @apply content-[''] w-6 h-6 ml-2 inline-block; + background-size: contain; + background-repeat: no-repeat; + background-position: center; + } + &:hover { + &:before { + @apply filter-white; + } + } + } + &--subscribe:before, + &--demander-formation:before { + background-image: url('../resources/img/icons/carhop-reproduction.svg'); + } + &--programme:before { + background-image: url('../resources/img/icons/carhop-programme.svg'); + } }