-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(style): add ts4nfdi and custom styles
- Loading branch information
Showing
19 changed files
with
150 additions
and
47 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 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
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.custom-breadcrumb-style * { | ||
} | ||
|
||
.custom-breadcrumb-style button { | ||
background: none; | ||
border: none; | ||
} | ||
|
||
.euiBadge * { | ||
font-family: 'Inter',BlinkMacSystemFont,Helvetica,Arial,sans-serif; | ||
} | ||
|
||
.custom-breadcrumb-style .clickable-breadcrumb { | ||
|
||
} | ||
|
||
.custom-breadcrumb-style .breadcrumb { | ||
padding: 6px 6px 0; | ||
border-radius: 0; | ||
border: 10px solid rgba(0,0,0,0); | ||
|
||
} | ||
|
||
.custom-breadcrumb-style .clickable-breadcrumb:hover { | ||
border: 2px solid black; | ||
} |
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,21 @@ | ||
.ts4nfdi-autocomplete-style * { | ||
font-family: 'Inter',BlinkMacSystemFont,Helvetica,Arial,sans-serif; | ||
} | ||
|
||
.ts4nfdi-autocomplete-style input, | ||
.ts4nfdi-autocomplete-style .euiComboBox__inputWrap{ | ||
} | ||
|
||
.ts4nfdi-autocomplete-style button { | ||
background: none; | ||
border: none; | ||
} | ||
|
||
.euiComboBoxOptionsList * { | ||
border: none; | ||
background-color: inherit; | ||
} | ||
|
||
.euiComboBoxOptionsList__empty { | ||
font-family: 'Inter',BlinkMacSystemFont,Helvetica,Arial,sans-serif; | ||
} |
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,25 @@ | ||
.ts4nfdi-breadcrumb-style * { | ||
} | ||
|
||
.ts4nfdi-breadcrumb-style button { | ||
background: none; | ||
border: none; | ||
} | ||
|
||
.euiBadge * { | ||
font-family: 'Inter',BlinkMacSystemFont,Helvetica,Arial,sans-serif; | ||
} | ||
|
||
.ts4nfdi-breadcrumb-style .clickable-breadcrumb { | ||
|
||
} | ||
|
||
.ts4nfdi-breadcrumb-style .breadcrumb { | ||
padding: 3px 3px 0; | ||
border-radius: 6px; | ||
border: 2px solid rgba(0,0,0,0); | ||
} | ||
|
||
.ts4nfdi-breadcrumb-style .clickable-breadcrumb:hover { | ||
border: 2px solid black; | ||
} |
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,11 @@ | ||
.ts4nfdi-title-style * { | ||
font-family: 'Inter',BlinkMacSystemFont,Helvetica,Arial,sans-serif; | ||
color: #343741 !important; | ||
} | ||
|
||
.custom-title-style * { | ||
font-family: 'Inter',BlinkMacSystemFont,Helvetica,Arial,sans-serif; | ||
color: #0645AD !important; | ||
background-color: #76b6ec; | ||
} | ||
|