Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- 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.5rem;
- height: 3.5rem;
- border-radius: 50%;
- }
- }
-
- }
|