-
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.
- Loading branch information
1 parent
29cde86
commit ed66c6b
Showing
19 changed files
with
369 additions
and
151 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
71 changes: 0 additions & 71 deletions
71
...composition/src/app/components/component-docs-viewer/component-docs-viewer.component.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,71 +0,0 @@ | ||
:host { | ||
.data-table { | ||
width: 100%; | ||
border-collapse: collapse; | ||
|
||
th { | ||
font-weight: bold; | ||
text-align: left; | ||
padding: 0.75rem 1rem; | ||
border-bottom: 1px solid var(--cps-color-line-light); | ||
} | ||
|
||
tr { | ||
transition: background-color 0.5s ease-in; | ||
} | ||
|
||
td { | ||
padding: 0.75rem 1rem; | ||
border-bottom: 1px solid var(--cps-color-line-light); | ||
white-space: pre-line; | ||
|
||
span { | ||
display: flex; | ||
max-width: min-content; | ||
white-space: pre-line; | ||
} | ||
|
||
&.highlighted-bg { | ||
span { | ||
color: var(--cps-color-depth-darken4); | ||
background-color: var(--cps-color-human-lighten5); | ||
border-radius: 6px; | ||
padding: 0.2rem 0.5rem; | ||
} | ||
} | ||
|
||
&.highlighted-text { | ||
color: var(--cps-color-calm); | ||
|
||
a { | ||
color: var(--cps-color-calm); | ||
|
||
&:hover { | ||
text-decoration: none; | ||
} | ||
} | ||
} | ||
|
||
&.value-style { | ||
span { | ||
padding: 0.25rem; | ||
border-radius: 6px; | ||
font-family: | ||
ui-monospace, | ||
SFMono-Regular, | ||
SF Mono, | ||
Menlo, | ||
Consolas, | ||
Liberation Mono, | ||
monospace; | ||
background-color: var(--cps-color-bg-mid); | ||
border: 1px solid var(--cps-color-line-light); | ||
} | ||
} | ||
} | ||
} | ||
|
||
.interface { | ||
transition: background-color 0.5s ease-in; | ||
} | ||
} | ||
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.