- trop de trucs d'un coup... je vais faire attention ensuite ^^'
This commit is contained in:
6
templates/components/ToolBarButton.html.twig
Normal file
6
templates/components/ToolBarButton.html.twig
Normal file
@@ -0,0 +1,6 @@
|
||||
<div{{ attributes }}>
|
||||
<button class="flex flex-col justify-around min-h-14 w-min ml-4 items-center text-white group">
|
||||
<i class="fas fa-{{ icon }} text-xl group-hover:text-green-500"></i>
|
||||
<span class="text-xs">{{ text }}</span>
|
||||
</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user