-
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.
Merge pull request #42 from ZFGCCP/development
Development
- Loading branch information
Showing
39 changed files
with
1,736 additions
and
64 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
REACT_APP_API_URL=http://localhost:8080/forum |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,20 @@ | ||
.accordion { | ||
background-color: $msecondary; | ||
border: $border-stroke solid; | ||
border-radius: $border-radius; | ||
margin-top: 2em; | ||
box-shadow: 0.3em 1em 1em black; | ||
|
||
&.zfgc-collapsible{ | ||
padding: 0; | ||
} | ||
|
||
.card { | ||
background-color: $msecondary; | ||
|
||
.card-body { | ||
padding: 0px; | ||
background-color: $msecondary; | ||
} | ||
} | ||
} |
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,19 @@ | ||
.zfgc-bottom{ | ||
bottom: 0; | ||
position: absolute; | ||
width: 100%; | ||
|
||
.zfgc-footer{ | ||
border-top: .2em solid black; | ||
box-shadow: 0 -.1em 0.3em black; | ||
|
||
|
||
.nav-heading { | ||
.nav-tab{ | ||
.nav-icon{ | ||
font-size: 2em; | ||
} | ||
} | ||
} | ||
} | ||
} |
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,78 @@ | ||
.zfgc-form{ | ||
label { | ||
font-weight: 600; | ||
} | ||
|
||
&.was-validated { | ||
.form-control, .custom-select{ | ||
border: .15em solid; | ||
} | ||
} | ||
|
||
.react-datepicker-wrapper{ | ||
display: block; | ||
} | ||
|
||
input { | ||
border: .1em solid black; | ||
} | ||
|
||
select { | ||
border: .1em solid black; | ||
} | ||
|
||
input[type="checkbox"], input[type="radio"]{ | ||
appearance: none; | ||
background-color: #ffffff; | ||
padding: .445em; | ||
display: inline-flex; | ||
position: relative; | ||
margin-right: .4em; | ||
|
||
&:checked:after{ | ||
font-size: 1em; | ||
font-weight: 600; | ||
position: absolute; | ||
} | ||
} | ||
|
||
input[type="checkbox"]{ | ||
border-radius: .2em; | ||
&:checked:after{ | ||
content: '\2714'; | ||
top: -.3em; | ||
left: -.05em; | ||
} | ||
} | ||
|
||
input[type="radio"]{ | ||
border-radius: .5em; | ||
&:checked:after{ | ||
content: '\25CF'; | ||
top: -.35em; | ||
left: .14em; | ||
} | ||
} | ||
|
||
.btn { | ||
&:disabled{ | ||
background-color: transparent !important; | ||
border: .1em solid black; | ||
cursor: not-allowed; | ||
} | ||
|
||
margin-right: 1em; | ||
|
||
&.btn-primary { | ||
box-shadow: 0.2em 0.2em 0.4em 0 black; | ||
border: .13em solid black; | ||
font-weight: 600; | ||
} | ||
|
||
&.btn-danger{ | ||
box-shadow: 0.2em 0.2em 0.4em 0 black; | ||
border: .13em solid black; | ||
font-weight: 600; | ||
} | ||
} | ||
} |
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,8 +1,55 @@ | ||
.zfgc-header{ | ||
border-bottom: .2em solid black; | ||
padding: 1em; | ||
border-bottom: .2em solid black; | ||
padding: 1em; | ||
display: flex; | ||
justify-content: space-between; | ||
box-shadow: 0 0.1em 0.3em black; | ||
|
||
.user-heading{ | ||
font-weight: bold; | ||
|
||
.logged-in-wrapper{ | ||
display: flex; | ||
|
||
img { | ||
width: 4.5em; | ||
border: .1em solid; | ||
margin-right: 1em; | ||
} | ||
|
||
.logout-button{ | ||
cursor: pointer; | ||
} | ||
} | ||
} | ||
|
||
.nav-heading{ | ||
.nav-tab{ | ||
width: 5em; | ||
border-left: 1px solid #122140; | ||
border-right: 1px solid #122140; | ||
border-top: 1px solid #122140; | ||
border-top-left-radius: .5em; | ||
border-top-right-radius: .5em; | ||
background-color: #25334e; | ||
position: relative; | ||
top: 3em; | ||
height: 3em; | ||
display: flex; | ||
box-shadow: 0 0 0.3em 0 black; | ||
justify-content: center; | ||
padding-top: .7em; | ||
cursor: pointer; | ||
|
||
.nav-icon{ | ||
font-size: 1.7em; | ||
} | ||
} | ||
} | ||
|
||
.title-heading { | ||
img { | ||
height: 5em; | ||
} | ||
} | ||
} |
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,21 @@ | ||
.paginator{ | ||
.left{ | ||
font-size: 2.5em; | ||
padding-right: .1em; | ||
cursor: pointer; | ||
|
||
&.disabled{ | ||
cursor: not-allowed !important; | ||
} | ||
} | ||
|
||
.right{ | ||
font-size: 2.5em; | ||
padding-left: .1em; | ||
cursor: pointer; | ||
|
||
&.disabled{ | ||
cursor: not-allowed !important; | ||
} | ||
} | ||
} |
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,50 @@ | ||
.profile-wrapper{ | ||
label{ | ||
font-weight: bold; | ||
} | ||
|
||
.basic-details{ | ||
.avatar-wrapper{ | ||
img{ | ||
border-radius: .5em; | ||
border: .1em solid; | ||
width: 8em; | ||
height: 8em; | ||
} | ||
} | ||
|
||
.personal-text-wrapper{ | ||
width: 128px; | ||
font-size: .8em; | ||
} | ||
} | ||
|
||
.utility-details{ | ||
.quick-comm-wrapper{ | ||
font-size: 1.5em; | ||
} | ||
} | ||
|
||
.nav-wrapper{ | ||
.nav-item{ | ||
border-left: .1em solid; | ||
border-right: .1em solid; | ||
padding: 0 .3em; | ||
cursor: pointer; | ||
|
||
&.selected, &:hover { | ||
box-shadow: 0 0 1em 0.5em black; | ||
clip-path: inset(.1em -1em .1em -1em); | ||
|
||
} | ||
} | ||
|
||
} | ||
|
||
.profile-summary{ | ||
.signature-wrapper{ | ||
white-space: nowrap; | ||
overflow-x: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.tos-container { | ||
display: inline-block; | ||
padding: .5em; | ||
height: 10em; | ||
margin: 1em 0; | ||
max-width: 45em; | ||
overflow-y: auto; | ||
background-color: #132241; | ||
border-top: .1em solid; | ||
border-left: .1em solid; | ||
border-bottom: .2em solid black; | ||
box-shadow: 0 0.1em 0.2em black; | ||
} |
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,11 +1,6 @@ | ||
.sign-in-form{ | ||
|
||
form{ | ||
background-color: $msecondary; | ||
padding: 2em; | ||
border: $border-stroke solid; | ||
border-radius: $border-radius; | ||
margin-top: 2em; | ||
box-shadow: 0.3em 1em 1em black; | ||
} | ||
} |
Oops, something went wrong.