Skip to content

Commit

Permalink
Merge pull request #817 from webitel/fix/backgroung-img
Browse files Browse the repository at this point in the history
fix: replace background image on svg [WTEL-5122](https://webitel.atlassian.net/browse/WTEL-5122)
  • Loading branch information
liza-pohranichna authored Nov 26, 2024
2 parents c2d1400 + 836dbe8 commit e0addcb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
Binary file not shown.
22 changes: 22 additions & 0 deletions src/modules/application-hub/assets/img/background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/modules/application-hub/components/application-hub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ $transition: 0.4s;
min-width: 100%;
height: 1080px;
min-height: 100%;
background: url('../assets/img/background.png') no-repeat;
background: url('../assets/img/background.svg') no-repeat;
background-size: cover;
}
}
Expand Down

0 comments on commit e0addcb

Please sign in to comment.