generated from nventive/Template
-
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.
More theme customization and typing. (#21)
* Theme customization and typing. Some values used in both MUI theme and custom css. * Animation times use properties defined in theme --------- Co-authored-by: Luis Doebbel <[email protected]>
- Loading branch information
1 parent
bc5db82
commit 8029e9b
Showing
15 changed files
with
225 additions
and
122 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
21 changes: 0 additions & 21 deletions
21
frontend/src/app/components/errorHelperText/error-helper-text.module.css
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
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@font-face { | ||
font-family: InterTight; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: swap; | ||
src: | ||
url("@assets/fonts/InterTight/InterTight-Regular.woff2") format("woff2"), | ||
url("@assets/fonts/InterTight/InterTight-Regular.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: InterTight; | ||
font-style: normal; | ||
font-weight: 500; | ||
font-display: swap; | ||
src: | ||
url("@assets/fonts/InterTight/InterTight-Medium.woff2") format("woff2"), | ||
url("@assets/fonts/InterTight/InterTight-Medium.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: InterTight; | ||
font-style: normal; | ||
font-weight: 600; | ||
font-display: swap; | ||
src: | ||
url("@assets/fonts/InterTight/InterTight-SemiBold.woff2") format("woff2"), | ||
url("@assets/fonts/InterTight/InterTight-SemiBold.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: InterTight; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: swap; | ||
src: | ||
url("@assets/fonts/InterTight/InterTight-Bold.woff2") format("woff2"), | ||
url("@assets/fonts/InterTight/InterTight-Bold.ttf") format("truetype"); | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
@forward "vendors/toastify.css"; | ||
|
||
@forward "animations"; | ||
|
||
@forward "export"; | ||
|
||
@forward "fonts"; | ||
|
||
@forward "globals"; |
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
Oops, something went wrong.