SignInPanel.uss 248 B

12345678910111213141516171819
  1. .sign-in-buttons {
  2. margin-top: 5px;
  3. margin-bottom: 5px;
  4. height: 30px;
  5. }
  6. #iconUnity, #iconEmail {
  7. width: 32px;
  8. height: 32px
  9. }
  10. #unityIDButton {
  11. color: white;
  12. background-color: black;
  13. }
  14. #emailButton {
  15. color: black;
  16. }