generated from agiledev-students-fall2023/generic-project-repository
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
047ed59
commit 2a71244
Showing
10 changed files
with
93 additions
and
70 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,41 +1,53 @@ | ||
|
||
|
||
.admin-comment-box textarea { | ||
min-height: 80px; | ||
width: 97%; | ||
resize: vertical; | ||
padding: 10px; | ||
font-family: var(--primary-font); | ||
border-radius: 3px; | ||
border: 1px solid var(--primary); | ||
font-size: 17px; | ||
} | ||
|
||
min-height: 90px; | ||
resize: vertical; | ||
padding: 10px; | ||
font-family: var(--primary-font); | ||
border-radius: 3px; | ||
border: 1px solid var(--primary); | ||
font-size: 17px; | ||
width: calc(100% - 20px); | ||
padding-right: 50px; | ||
} | ||
|
||
.admin-comment-box button { | ||
background-color: var(--primary); | ||
color: #fff; | ||
border: none; | ||
border-radius: 6px; | ||
padding: 10px 20px; | ||
cursor: pointer; | ||
background-color: var(--primary); | ||
color: #fff; | ||
border: none; | ||
border-radius: 6px; | ||
padding: 10px 20px; | ||
cursor: pointer; | ||
margin-left: 10px; | ||
margin-bottom: 10px; | ||
position: absolute; | ||
right: 10px; | ||
} | ||
|
||
} | ||
|
||
.admin-comments-list { | ||
margin-top: 20px; | ||
|
||
} | ||
|
||
margin-top: 20px; | ||
} | ||
|
||
.admin-comment { | ||
background-color: var(--secondary); | ||
border: 1px solid #ccc; | ||
border-radius: 6px; | ||
padding: 10px; | ||
margin-bottom: 10px; | ||
} | ||
background-color: var(--secondary); | ||
border: 1px solid #ccc; | ||
border-radius: 6px; | ||
padding: 10px; | ||
margin-bottom: 10px; | ||
} | ||
|
||
.admin-comment-box>h3 { | ||
margin-top: 10px; | ||
margin-bottom: 10px; | ||
} | ||
|
||
.admin-comment-box form { | ||
display: flex; | ||
flex-direction: row; | ||
align-items: flex-end; | ||
justify-content: space-between; | ||
} | ||
|
||
.admin-comment-box > h3 { | ||
margin-top: 10px; | ||
margin-bottom: 10px; | ||
} | ||
|
||
.admin-comment-box { | ||
position: relative; | ||
margin-bottom: 20px; | ||
} |
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
3 changes: 2 additions & 1 deletion
3
front-end/src/components/admin/PriorityDropDown/PriorityDropdown.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,3 +1,4 @@ | ||
.admin-priority-dropdown { | ||
width: 15%; | ||
width: 16%; | ||
margin-bottom: 7px; | ||
} |
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
4 changes: 2 additions & 2 deletions
4
front-end/src/components/admin/ProgressionDropdown/ProgressionDropdown.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,5 +1,5 @@ | ||
.admin-progress-dropdown { | ||
font-size: 16; | ||
margin-bottom: 2px; | ||
margin-bottom: 20px; | ||
height: 10%; | ||
} | ||
} |
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