-
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.
directory changes • working on the nav mobile modal
- Loading branch information
1 parent
9993af7
commit c415fc2
Showing
36 changed files
with
88 additions
and
64 deletions.
There are no files selected for viewing
Empty file.
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,6 +1,4 @@ | ||
.modal { | ||
width: 390px; | ||
max-width: 390px; | ||
position: relative; | ||
display: flex; | ||
flex-direction: column; | ||
|
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
25 changes: 10 additions & 15 deletions
25
libs/features/src/lib/navigation/nav.mobile/nav.mobile.module.css
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,25 +1,20 @@ | ||
.modal { | ||
width: 500px; | ||
background: white; | ||
} | ||
|
||
.dropdownTop { | ||
padding: 15px; | ||
height: calc(100% - 90px); | ||
width: 100%; | ||
position: relative; | ||
display: flex; | ||
flex-direction: column; | ||
height: calc(100% - 65px); | ||
} | ||
|
||
.dropdownHeadline { | ||
.navWrapper { | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
flex: 1; | ||
flex-direction: column; | ||
margin: 0 15px 15px; | ||
} | ||
|
||
.dropdownBtm { | ||
height: 90px; | ||
border-radius: 0 0 8px 8px; | ||
.switchWrapper { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: center; | ||
align-items: center; | ||
padding: 15px; | ||
} |
28 changes: 11 additions & 17 deletions
28
libs/features/src/lib/navigation/nav.mobile/nav.mobile.tsx
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
File renamed without changes
2 changes: 0 additions & 2 deletions
2
libs/features/src/lib/pokemon/pokemon.detail.modal/pokemon.detail.modal.module.css
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,6 +1,4 @@ | ||
.modal { | ||
width: 550px; | ||
max-width: 550px; | ||
position: relative; | ||
} | ||
|
||
|
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
59 changes: 39 additions & 20 deletions
59
libs/ui/src/lib-base/ui/icon.poke.type/icon.poke.type.util.ts
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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