A game about forced loneliness, made by TACStudios
1@import "Base.uss";
2
3.sign-in-buttons {
4 margin-top: 5px;
5 margin-bottom: 5px;
6 height: 30px;
7}
8
9#iconUnity, #iconEmail {
10 width: 32px;
11 height: 32px
12}
13
14#unityIDButton {
15 color: white;
16 background-color: black;
17}
18
19#signUpLabel{
20 margin-top: 3px;
21}
22
23#privacyStatement {
24 align-self: flex-start;
25}