Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

microsoft.scss 692B

12345678910111213141516171819202122232425262728
  1. /**
  2. * The Microsoft sign in button must follow Microsoft's brand guidelines.
  3. * See: https://docs.microsoft.com/en-us/azure/active-directory/
  4. * develop/active-directory-branding-guidelines
  5. */
  6. .microsoft-sign-in {
  7. align-items: center;
  8. background: #FFFFFF;
  9. border: 1px solid #8C8C8C;
  10. box-sizing: border-box;
  11. cursor: pointer;
  12. display: inline-flex;
  13. font-family: Segoe UI, Roboto, arial, sans-serif;
  14. height: 41px;
  15. padding: 12px;
  16. .microsoft-cta {
  17. display: inline-block;
  18. color: #5E5E5E;
  19. font-size: 15px;
  20. line-height: 41px;
  21. }
  22. .microsoft-logo {
  23. display: inline-block;
  24. margin-right: 12px;
  25. }
  26. }