25개 이상의 토픽을 선택하실 수 없습니다.
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.2rem;
- height: 3.2rem;
- border-radius: 50%;
- margin-right: 1rem;
- }
- }
-
- }
|