Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and vladimirpotekhin committed Feb 5, 2024
1 parent 7d15ae3 commit 8e3fe28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/demo/src/modules/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ export const ROUTES: Routes = [
{
path: 'experimental/card-medium',
loadChildren: async () =>
(await import('../experimental/card-medium/card-medium.module')).ExampleTuiCardModule,
(await import('../experimental/card-medium/card-medium.module'))
.ExampleTuiCardModule,
data: {
title: 'CardMedium',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
.blur {
background-image: url(/assets/images/restaurant-2.jpg);
border-radius: 0;
padding: 1.25rem;
clip-path: inset(0 round 5rem); // for crisp edges of blurred background

&:before {
Expand Down

0 comments on commit 8e3fe28

Please sign in to comment.