-
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.
Style markdown component, competitionPage and Administration pages (#289
) * Add typography to competition page * fix typography * fix typography in competition * add typography to react component * add typography to texts * add typography to administration * add div to typography component * add paddings * add to competition page * add lists render * remove ul from markdown * Improve design on Semester administration * Improve styles on CompetitionPage * Improve markdown styles * Add new styles to markdown --------- Co-authored-by: matushl <[email protected]>
- Loading branch information
1 parent
02dc06e
commit 02685a7
Showing
12 changed files
with
255 additions
and
243 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 was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
src/components/CompetitionPage/competition.module.scss.d.ts
This file was deleted.
Oops, something went wrong.
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
7 changes: 2 additions & 5 deletions
7
src/components/SemesterAdministration/SemesterAdministration.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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
.actions { | ||
margin-top: .5rem; | ||
display: flex; | ||
justify-content: flex-start; | ||
column-gap: 20px; | ||
.textarea { | ||
width: 100%; | ||
} |
2 changes: 1 addition & 1 deletion
2
src/components/SemesterAdministration/SemesterAdministration.module.scss.d.ts
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 @@ | ||
export type Styles = { | ||
actions: string | ||
textarea: string | ||
} | ||
|
||
export type ClassNames = keyof Styles | ||
|
Oops, something went wrong.