From b54be54f5d8097aae1ebf4248f0e41910a46d6c7 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Sun, 2 Sep 2018 10:58:21 +0200 Subject: [PATCH] fix(stepper): custom icons not centered inside circle Fixes custom stepper icons not being centered inside the circle, because they aren't inside a `.mat-step-icon-content` which is what does the centering. Fixes #12945. --- src/lib/stepper/step-header.html | 75 +++++++++++++++++--------------- src/lib/stepper/step-header.scss | 3 +- 2 files changed, 41 insertions(+), 37 deletions(-) diff --git a/src/lib/stepper/step-header.html b/src/lib/stepper/step-header.html index 0d918a394700..e9570c5d0878 100644 --- a/src/lib/stepper/step-header.html +++ b/src/lib/stepper/step-header.html @@ -1,46 +1,49 @@
- - - {{index + 1}} - - - - create - +
+ + + {{index + 1}} + - - - done - + + + create + - - - warning - + + + done + - - - - {{state}} - + + + warning + + + + + + {{state}} + +