Skip to content

Commit 1c88fbc

Browse files
committed
Use the computed value on the dialog title font size.
1 parent 6e89905 commit 1c88fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/dialog/dialog.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ md-dialog-content, [md-dialog-content], mat-dialog-content, [mat-dialog-content]
3535
}
3636

3737
[md-dialog-title], [mat-dialog-title] {
38-
font-size: rem(2);
38+
font-size: 20px;
3939
font-weight: bold;
4040
letter-spacing: 0.005em;
41-
margin: 0 0 rem(2);
41+
margin: 0 0 20px;
4242
display: block;
4343
}
4444

0 commit comments

Comments
 (0)