2023-10-21 05:12:52 -07:00

15 lines
155 B
CSS

.login-title-label {
font-size: x-large;
}
.error-message-label {
color: red;
}
.loading-label {
font-size: xx-large;
}
.bold {
font-weight: bold;
}