-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing header sizes and elements positions
- Loading branch information
1 parent
602a41b
commit ad0d854
Showing
4 changed files
with
22 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,19 @@ | ||
.header { | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
background-color: var(--color-primary); | ||
padding: 16px; | ||
box-shadow: 0px 4px 2px -2px gray; | ||
padding: 0 16px; | ||
height: 4rem; | ||
} | ||
|
||
.backButtonContainer { | ||
/* same with from Image tag */ | ||
min-width: 40px; | ||
} | ||
|
||
.backButton { | ||
font-size: 24px; | ||
border: none; | ||
background: none; | ||
cursor: pointer; | ||
margin-right: 20px; | ||
} | ||
|
||
.title { | ||
flex: 1; | ||
text-align: center; | ||
margin: 0; | ||
font-size: 24px; | ||
} | ||
|
||
.backIcon { | ||
width: 25px; | ||
height: auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters