Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- ion-header {
- background-color: black;
- height: 12vh;
-
- .header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 12vh;
- margin-left: 2rem;
- margin-right: 1rem;
- ion-icon {
- width: 33vw;
- height: 5vh;
- }
-
- .profile {
- background-color: white;
- width: 3.2rem;
- height: 3.2rem;
- border-radius: 50%;
- margin-right: 1rem;
- }
- }
-
- }
|