12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- SignUp {
- display: flex;
- flex-direction: column;
- flex-wrap: nowrap;
- justify-content: flex-start;
- align-items: stretch;
- align-content: stretch;
- padding: 20px 0;
- height: 100%;
- }
-
- #email {
- margin-bottom: 5px;
- }
-
- TextField {
- flex-direction: column;
- font-size: 14px;
- }
-
- #password {
- height: 42px;
- }
-
- .password {
- width: 48.5%;
- margin-bottom: 1px;
- }
-
- #signUp {
- margin-top: 10px;
- height: 30px;
- width: 195px;
- margin-left: 56%;
- margin-right: 25px;
- }
-
- #policyContainer {
- margin: 5px;
- }
-
- .policyFont {
- font-size: 11px;
- }
-
- #median {
- margin-top: 5px;
- margin-bottom: 5px;
- border-top-width: 0.5px;
- border-color: rgba(196, 196, 196, 1);
- height: 1px;
- margin: 8px 20px 8px 20px;
- }
-
- .alternate-button {
- width: 195px;
- height: 30px;
- margin-left: 56%;
- margin-right: 25px;
- }
-
- .icon {
- height: 25px;
- width: 25px;
- }
-
- #unityIDButton {
- color: white;
- background-color: black;
- }
-
- #emailNotification, #passwordNotificationLabel, confirmPasswordNotificationLabel {
- height: 15px;
- }
-
- #passwordNotificationLabel, confirmPasswordNotificationLabel {
- width: 50%;
- }
-
- #progressContainer {
- margin-top: 5px;
- }
|