-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: rename to course block and fix line height for styling
- Loading branch information
1 parent
4ca97ab
commit b602b0b
Showing
4 changed files
with
47 additions
and
22 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
34 changes: 34 additions & 0 deletions
34
src/views/components/common/CalendarCourseBlock/CalendarCourseMeeting.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,34 @@ | ||
.component { | ||
display: flex; | ||
padding: 7px 7px 9px 7px; | ||
flex-direction: column; | ||
align-items: flex-start; | ||
gap: 5px; | ||
flex: 1 0 0; | ||
align-self: stretch; | ||
border-radius: 4px; | ||
background: #cbd5e1; | ||
.content { | ||
display: flex; | ||
gap: 7px; | ||
.course-detail { | ||
display: flex; | ||
flex-direction: column; | ||
gap: 5px; | ||
width: 154px; | ||
.course { | ||
font-size: 16px; | ||
line-height: 16px; | ||
font-weight: 600; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
.time-and-location { | ||
font-size: 11px; | ||
line-height: 11px; | ||
font-weight: 400; | ||
} | ||
} | ||
} | ||
} |
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
11 changes: 0 additions & 11 deletions
11
src/views/components/common/CalendarCourseMeeting/CalendarCourseMeeting.module.scss
This file was deleted.
Oops, something went wrong.