You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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%;
- }
- }
-
- }
|