-
-
Notifications
You must be signed in to change notification settings - Fork 427
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
52b87ee
commit f6806e0
Showing
3 changed files
with
56 additions
and
6 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
src/components/Course/CourseFeedback/CourseFeedbackForm/CourseFeedbackForm.module.scss
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,33 @@ | ||
@use "src/styles/breakpoints"; | ||
|
||
.bodyInput { | ||
border: none !important; | ||
border-radius: 0 !important; | ||
padding-inline: 0 !important; | ||
& > div { | ||
border: none; | ||
margin-block-start: var(--spacing-large); | ||
} | ||
|
||
textarea { | ||
font-size: var(--font-size-large); | ||
font-weight: var(--font-weight-medium); | ||
|
||
@include breakpoints.smallerThanTablet { | ||
min-height: 30vh; | ||
} | ||
} | ||
} | ||
|
||
.submitButton { | ||
margin-block-start: var(--spacing-small); | ||
display: flex; | ||
align-items: center; | ||
flex-direction: row-reverse; | ||
} | ||
|
||
.ratingContainer { | ||
display: flex; | ||
align-items: center; | ||
flex-direction: column; | ||
} |
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