/home/techb158/l2hypotheques.com/wp-content/themes/pylon/assets/sass/utility
NameSizeModeActions
cards/-0755rm
_button.scss4930644editdlrm
_common.scss1800644editdlrm
_heading.scss820644editdlrm
_social-icons.scss4430644editdlrm
_spacer.scss10920644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/themes/pylon/assets/sass/utility/_social-icons.scss (443B)
@mixin socialIcon($w:40px, $h:40px, $bgColor:#fff, $color:$thm-black, $fontSize:14px) { border-radius: 50%; width: $w; height: $h; background-color: $bgColor; color: $color; display: flex; align-items: center; justify-content: center; text-align: center; font-size: $fontSize; transition: 500ms ease; &:hover { background-color: $color; color: $bgColor; } }