-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: css NavPanel.jsx second attempt
- Loading branch information
SirrorsMoore1975
authored and
SirrorsMoore1975
committed
Dec 7, 2023
1 parent
c61d9a6
commit ac7c5f6
Showing
2 changed files
with
38 additions
and
7 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
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,10 +1,25 @@ | ||
.nav-panel { | ||
border: 10px solid black; | ||
border-radius: 12px; | ||
padding: 10px; | ||
color:aqua; | ||
text-align: center; | ||
align-items: center; | ||
display: flex; | ||
} | ||
.arrow { | ||
width: 50px; | ||
align-items: center; | ||
padding: 10px; | ||
display: flex; | ||
flex-direction: row; | ||
} | ||
|
||
.current-provider { | ||
align-items:center; | ||
padding: 15px; | ||
display: flex; | ||
flex-direction: row; | ||
width: 200px; | ||
} | ||
.provider_name { | ||
display:flex; | ||
align-items: center; | ||
justify-content: center; | ||
width: 250px; | ||
margin: 20px; | ||
} |