Angular job portal app
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.
 
 
 
 

26 lignes
525 B

  1. ion-header {
  2. background-color: black;
  3. height: 12vh;
  4. .header {
  5. display: flex;
  6. justify-content: space-between;
  7. align-items: center;
  8. height: 12vh;
  9. margin-left: 2rem;
  10. margin-right: 1rem;
  11. ion-icon {
  12. width: 33vw;
  13. height: 5vh;
  14. }
  15. .profile {
  16. background-color: white;
  17. width: 3.2rem;
  18. height: 3.2rem;
  19. border-radius: 50%;
  20. margin-right: 1rem;
  21. }
  22. }
  23. }