forked from b00tc4mp/isdi-parttime-202403
-
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.
create post form component complete in app b00tc4mp#160
- Loading branch information
unknown
authored and
unknown
committed
Aug 8, 2024
1 parent
b49f99a
commit 07bd461
Showing
8 changed files
with
111 additions
and
40 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
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
13 changes: 13 additions & 0 deletions
13
staff/mateo-gomez/project/app/src/components/view/components/CreatePostForm.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Langar&display=swap'); | ||
|
||
|
||
.CreatePostFormHeading { | ||
color: white; | ||
font-family: "Langar", system-ui; | ||
|
||
} | ||
|
||
.CreateCancelButtons { | ||
display: flex; | ||
justify-content: center; | ||
} |
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
17 changes: 17 additions & 0 deletions
17
staff/mateo-gomez/project/app/src/components/view/components/PostTypeSelection.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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Langar&display=swap'); | ||
|
||
|
||
.PostTypeSelection { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
position: fixed; | ||
width: 100%; | ||
top: 10rem; | ||
} | ||
|
||
.PostTypeSelectionHeading { | ||
color: white; | ||
font-family: "Langar", system-ui; | ||
|
||
} |
3 changes: 2 additions & 1 deletion
3
staff/mateo-gomez/project/app/src/components/view/components/PostTypeSelection.jsx
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