Evo.Auth/apps/web/styles/error.css
2024-07-18 21:15:27 +03:00

11 lines
200 B
CSS

.error {
font-family: Montserrat;
font-size: smaller;
font-weight: bold;
text-transform: uppercase;
color: red;
overflow: hidden;
/* white-space: nowrap; */
text-overflow: ellipsis;
}