Files
APM/Library/PackageCache/com.unity.collab-proxy@c854d1f7d97f/Editor/Assets/Styles/SignInWithEmailPanel.uss
lethanhsonvsp 0a84b9d75e Initial commit
2025-11-17 15:02:30 +07:00

32 lines
452 B
Plaintext

@import "Base.uss";
#windowContainer {
height: 100%;
flex-grow: 1;
flex-direction: row;
margin-bottom: 30px;
}
#loginContainer TextField {
flex-direction: column;
font-size: 14px;
}
#emailNotification, #passwordNotification {
height: 15px;
margin-bottom: 5px;
}
#progressContainer {
height: 15px;
margin-top: 15px;
}
#signIn,
#back {
width: 125px;
}
#signUpNeededNotificationLabel{
color: red;
}