chore(console): change icon of past steps to checkbox (#5580)

checkbox for app create stepper
This commit is contained in:
Miguel Cabrerizo
2023-04-11 15:07:35 +02:00
committed by GitHub
parent ef7c53a6dc
commit c0c76a8ea9
4 changed files with 47 additions and 1 deletions

View File

@@ -65,6 +65,7 @@
@import 'src/app/modules/search-user-autocomplete/search-user-autocomplete.component.scss';
@import 'src/app/modules/policies/login-policy/factor-table/factor-table.component.scss';
@import 'src/app/modules/info-overlay/info-overlay.component.scss';
@import 'src/app/modules/create-layout/create-layout.component.scss';
@import './styles/codemirror.scss';
@mixin component-themes($theme) {
@@ -136,4 +137,5 @@
@include action-keys-theme($theme);
@include codemirror-theme($theme);
@include contact-theme($theme);
@include app-create-theme($theme);
}