zgo/src/app/login/login.component.css

35 lines
552 B
CSS
Raw Normal View History

2021-10-15 19:14:49 +00:00
* {
2022-01-15 13:59:25 +00:00
font-family: 'Spartan', sans-serif;
2021-10-28 18:22:54 +00:00
}
mat-card.coolcard{
background-color: #FF5722;
color: #FFFFFF;
2021-11-11 15:18:38 +00:00
margin: 5px;
width: 90%;
justify-content: center;
2021-10-15 19:14:49 +00:00
}
2022-01-14 22:11:50 +00:00
mat-card.centercard{
2022-01-15 13:59:25 +00:00
max-width: 450px;
2022-01-14 22:11:50 +00:00
border: 1px solid #CCCCCC;
justify-content: center;
2022-01-14 22:11:50 +00:00
}
2021-11-10 15:25:26 +00:00
.icon{
font-family: 'Material Icons';
}
.bigbutton{
display: inline-flex;
vertical-align: middle;
font-size: 120%;
padding: 3px;
}
2021-11-11 15:18:38 +00:00
.alert-success{
margin: 5px;
background-color: #BBFFBB
}
2021-11-17 22:03:46 +00:00
.numbers{
font-family: 'Roboto Mono', monospace;
}
2022-01-15 13:59:25 +00:00
::ng-deep .mat-step-label{
font-size: 13px;
}