-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
f182601
commit c1383ea
Showing
30 changed files
with
175 additions
and
116 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
File renamed without changes.
File renamed without changes.
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
2 changes: 1 addition & 1 deletion
2
...ceholder/client-read-note-placeholder.css → ...read/client-read-note-skeleton-loader.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
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,70 @@ | ||
@font-face { | ||
font-family: Comfortaa; | ||
src: url(../general-font/Comfortaa.ttf); | ||
} | ||
|
||
@font-face { | ||
font-family: SF-Pro-Text; | ||
src: url(../general-font/SF-Pro/SF-Pro.ttf) format('truetype'); | ||
font-weight: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: SF-Pro-Text; | ||
src: url(../general-font/SF-Pro/SF-Pro-Text-Regular.otf) ; | ||
font-weight: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: SF-Pro-Text; | ||
src: url(../general-font/SF-Pro/SF-Pro-Text-Bold.otf); | ||
font-weight: bold; | ||
} | ||
|
||
@font-face { | ||
font-family: SF-Pro-Text; | ||
src: url(../general-font/SF-Pro/SF-Pro-Text-Medium.otf); | ||
font-weight: 500; | ||
} | ||
|
||
@font-face { | ||
font-family: SF-Pro-Text; | ||
src: url(../general-font/SF-Pro/SF-Pro-Text-Thin.otf); | ||
font-weight: 300; | ||
} | ||
|
||
@font-face { | ||
font-family: SF-Pro Display; | ||
src: url(../general-font/SF-Pro/SF-Pro-Display-Heavy.otf); | ||
font-weight: 800; | ||
} | ||
|
||
@font-face { | ||
font-family: SF-Pro Display; | ||
src: url(../general-font/SF-Pro/SF-Pro-Display-Bold.otf); | ||
font-weight: bold; | ||
} | ||
|
||
@font-face { | ||
font-family: SF-Pro Display; | ||
src: url(../general-font/SF-Pro/SF-Pro-Display-Semibold.otf); | ||
font-weight: 500; | ||
} | ||
|
||
@font-face { | ||
font-family: SF-Pro Display; | ||
src: url(../general-font/SF-Pro/SF-Pro-Display-Medium.otf); | ||
font-weight: 400; | ||
} | ||
|
||
@font-face { | ||
font-family: SF-Pro Display; | ||
src: url(../general-font/SF-Pro/SF-Pro-Display-Regular.otf); | ||
font-weight: 300; | ||
} | ||
|
||
|
||
@font-face { | ||
font-family: DM-Sans; | ||
src: url(../general-font/DMSans-Regular.ttf); | ||
} |
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
public/assets/general/general-img/material-outline-edit-icon.svg
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 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {loadUserList} from "./user-list-loading.js?v=0.4.0"; | ||
|
||
// Load users at page startup - this function cannot be here as it's used by the dashboard for loading in tailored wrapper | ||
// Load users at page startup - this function cannot be in this file as it's used by the dashboard for loading in tailored wrapper | ||
loadUserList(); |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.