Skip to content

Commit 322c2fd

Browse files
committed
feat(button): add support for p and div tags
1 parent 22245cc commit 322c2fd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/button/_button-theme.scss

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,8 +863,15 @@
863863
}
864864

865865
%igx-button--fab {
866-
@include igx-type-style($type-scale, $text) {
867-
text-align: center;
866+
p,
867+
span,
868+
div
869+
{
870+
font-size: rem(12px);
871+
letter-spacing: rem(.75px);
872+
text-transform: uppercase;
873+
font-weight: 700;
874+
margin: 0;
868875
}
869876
}
870877
}

0 commit comments

Comments
 (0)