Alert component : title is now clickable to expand/collapse

This commit is contained in:
Pierre Goiffon
2020-12-16 18:03:48 +01:00
parent 85e9073228
commit 9580a20f3f
3 changed files with 9 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ $ibo-alert-colors: (
.ibo-alert--title {
padding-bottom: $ibo-alert--title--padding-bottom;
cursor: pointer;
@extend %ibo-font-ral-bol-150;
}