SignInWithEmailPanel.uss 380 B

1234567891011121314151617181920212223242526
  1. #windowContainer {
  2. height: 100%;
  3. flex-grow: 1;
  4. flex-direction: row;
  5. margin-bottom: 30px;
  6. }
  7. #loginContainer TextField {
  8. flex-direction: column;
  9. font-size: 14px;
  10. }
  11. #emailNotification, #passwordNotification {
  12. height: 15px;
  13. margin-bottom: 5px;
  14. }
  15. #progressContainer {
  16. height: 15px;
  17. margin-top: 15px;
  18. }
  19. #signIn,
  20. #back {
  21. width: 125px;
  22. }