A game about forced loneliness, made by TACStudios
1@import "Base.uss";
2
3#windowContainer {
4 height: 100%;
5 flex-grow: 1;
6 flex-direction: row;
7 margin-bottom: 30px;
8}
9
10#loginContainer TextField {
11 flex-direction: column;
12 font-size: 14px;
13}
14
15#emailNotification, #passwordNotification {
16 height: 15px;
17 margin-bottom: 5px;
18}
19
20#progressContainer {
21 height: 15px;
22 margin-top: 15px;
23}
24
25#signIn,
26#back {
27 width: 125px;
28}
29
30#signUpNeededNotificationLabel{
31 color: red;
32}