-
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.
Removing unnecessary CSS and readding required styles for instructor …
…support call form in BEM style #1450
- Loading branch information
Showing
13 changed files
with
260 additions
and
394 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
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
24 changes: 24 additions & 0 deletions
24
...ionalSupport/instructorSupportCallForm/directives/instructorComment/instructorComment.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,24 @@ | ||
.instructor-comment { | ||
flex: 1 0 auto; | ||
} | ||
|
||
.instructor-comment__text { | ||
border: 1px solid #ebebeb; | ||
height: 180px; | ||
display: block; | ||
width: 100%; | ||
padding: 6px 12px; | ||
font-size: 12px; | ||
line-height: 1.42857143; | ||
color: #555; | ||
background-color: #fff; | ||
background-image: none; | ||
border: 1px solid #ebebeb; | ||
border-radius: 3px; | ||
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; | ||
} | ||
|
||
.instructor-comment__area { | ||
flex: 0 1 47.5%; | ||
margin-bottom: 35px; | ||
} |
2 changes: 1 addition & 1 deletion
2
...mplates/InstructorPreferenceSelector.html → ...elector/InstructorPreferenceSelector.html
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
10 changes: 10 additions & 0 deletions
10
...rSupportCallForm/directives/instructorPreferenceSelector/instructorPreferenceSelector.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,10 @@ | ||
.instructor-preference-selector { | ||
margin-left: 20px; | ||
width: 200px; | ||
position: relative; | ||
height: 30px; | ||
border: 1px solid #ebebeb; | ||
border-radius: 4px; | ||
display: flex; | ||
align-items: center; | ||
} |
2 changes: 1 addition & 1 deletion
2
...irectives/instructorPreferenceSelector.js → ...eSelector/instructorPreferenceSelector.js
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
156 changes: 8 additions & 148 deletions
156
app/instructionalSupport/instructorSupportCallForm/instructorSupportCallForm.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
27 changes: 0 additions & 27 deletions
27
app/instructionalSupport/instructorSupportCallForm/instructorSupportCallFormModal.css
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...Form/directives/studentPreferences/studentPreferenceSelector/studentPreferenceSelector.js
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
Oops, something went wrong.