Files
unofficial-simplelogin-client/simplelogin-gui/res.old/global.css
T

15 lines
155 B
CSS
Raw Normal View History

2023-10-21 00:53:15 -07:00
.login-title-label {
font-size: x-large;
}
.error-message-label {
color: red;
}
.loading-label {
font-size: xx-large;
}
.bold {
font-weight: bold;
}