feat(shortcodes): external card link (youtube)
All checks were successful
Deploy workflow / deploy (push) Successful in 34s

This commit is contained in:
Matthieu Bessat 2024-05-18 15:06:08 +02:00
parent 89e6e5f8db
commit 975203a718
6 changed files with 82 additions and 10 deletions

View file

@ -46,3 +46,10 @@ $hidden: #2C3E50;
@import 'sliding_gallery.scss';
@import 'alert.scss';
.small-icon {
width: 20px;
height: 20px;
}
.youtube-icon {
fill: #FF0202;
}