Commit 10485e5068071df8f7a3beec55cdb0302fb1b0ef
1 parent
a84978cc8a
Exists in
master
and in
1 other branch
Arreglo en imagen de fondo.
Showing
3 changed files
with
5 additions
and
3 deletions
Show diff stats
src/app/components/cancelar-compra/cancelar-compra.component.html
| 1 | -<div class="container-fluid p-0 background-image"> | |
| 1 | +<div class="container-fluid p-0"> | |
| 2 | + <img src="{{apiUrl}}/imagenes/homeBackground.jpg" class="background-image"> | |
| 2 | 3 | <div class="row m-0"> |
| 3 | 4 | <div class="col p-0"> |
| 4 | 5 | <div class="vh-100 fade-in d-flex align-content-strech flex-wrap disable-user-select"> |
src/app/components/home/home.component.html
src/styles.scss
| ... | ... | @@ -118,9 +118,9 @@ body { |
| 118 | 118 | } |
| 119 | 119 | |
| 120 | 120 | .background-image { |
| 121 | - background-image: url(http://10.231.45.117:4705/autoservicio/imagenes/homeBackground.jpg); | |
| 122 | 121 | background-repeat: no-repeat; |
| 123 | 122 | background-size: cover; |
| 123 | + position: fixed; | |
| 124 | 124 | } |
| 125 | 125 | |
| 126 | 126 | .rounded-bottom-right { |