Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>

<ng-template #getting>
<div class="wrapper">
<div class="wrapper" fxFlex>
<div class="pink big thicc-shadow">
<div>Obtention </div>
<div>du </div>
Expand Down
13 changes: 12 additions & 1 deletion app/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,15 @@ body {
3px 3px #171719,
2px 2px #171719,
1px 1px #171719;
}
}
::ng-deep {
.med-shadow {
text-shadow: 7px 7px #171719,
6px 6px #171719,
5px 5px #171719,
4px 4px #171719,
3px 3px #171719,
2px 2px #171719,
1px 1px #171719;
}
}