-
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.
Add tce prefix to all tailwind classes to scope styles to estimator
- Loading branch information
1 parent
db6ba1f
commit 5a6c49e
Showing
8 changed files
with
238 additions
and
208 deletions.
There are no files selected for viewing
272 changes: 144 additions & 128 deletions
272
src/app/assumptions-and-limitation/assumptions-and-limitation.component.html
Large diffs are not rendered by default.
Oops, something went wrong.
18 changes: 11 additions & 7 deletions
18
src/app/carbon-estimation/carbon-estimation.component.html
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,5 @@ | ||
<div class="p-4 flex gap-4 bg-sky-200 border border-sky-400 rounded text-sm text-slate-800"> | ||
<span class="material-icons-outlined flex my-auto">info</span> | ||
<div | ||
class="tce-p-4 tce-flex tce-gap-4 tce-bg-sky-200 tce-border tce-border-sky-400 tce-rounded tce-text-sm tce-text-slate-800"> | ||
<span class="material-icons-outlined tce-flex tce-my-auto">info</span> | ||
<ng-content></ng-content> | ||
</div> |
Oops, something went wrong.