gisaf-frontend/src/app/login/login.component.css

7 lines
107 B
CSS
Raw Normal View History

2024-02-17 12:35:03 +05:30
.error {
2024-03-31 17:48:36 +05:30
color: red;
text-align: center;
margin-top: 1em;
font-size: 125%;
font-weight: bolder;
2024-02-17 12:35:03 +05:30
}