zgo/src/app/business/business.component.css

12 lines
161 B
CSS
Raw Normal View History

2022-01-18 22:40:50 +00:00
* {
font-family: 'Spartan', sans-serif;
}
mat-card.centercard{
2022-01-22 13:49:22 +00:00
max-width: 500px;
2022-01-18 22:40:50 +00:00
border: 1px solid #CCCCCC;
}
2022-01-22 13:49:22 +00:00
::ng-deep .mat-step-label{
font-size: 13px;
}