diff --git a/app/assets/images/quote-after-blue.png b/app/assets/images/quote_after_blue.png similarity index 100% rename from app/assets/images/quote-after-blue.png rename to app/assets/images/quote_after_blue.png diff --git a/app/assets/images/quote-after-white.png b/app/assets/images/quote_after_white.png similarity index 100% rename from app/assets/images/quote-after-white.png rename to app/assets/images/quote_after_white.png diff --git a/app/assets/images/quote-before-blue.png b/app/assets/images/quote_before_blue.png similarity index 100% rename from app/assets/images/quote-before-blue.png rename to app/assets/images/quote_before_blue.png diff --git a/app/assets/images/quote-before-white.png b/app/assets/images/quote_before_white.png similarity index 100% rename from app/assets/images/quote-before-white.png rename to app/assets/images/quote_before_white.png diff --git a/app/assets/stylesheets/icons.scss b/app/assets/stylesheets/icons.scss index 5256b236e..bcfafc135 100644 --- a/app/assets/stylesheets/icons.scss +++ b/app/assets/stylesheets/icons.scss @@ -299,7 +299,7 @@ display: block; width: 60px; height: 60px; - background-image: url(quote-before.svg); + background-image: url("quote_before_blue.png"); background-repeat: no-repeat; } @@ -309,17 +309,16 @@ display: block; width: 60px; height: 60px; - background-image: url(quote-after.svg); + background-image: url("quote_after_blue.png"); background-repeat: no-repeat; } - .icon-finger::before { content: ''; background-size: cover; display: inline-block; width: 50px; height: 50px; - background-image: url(finger.svg); + background-image: url("finger.png"); background-repeat: no-repeat; } diff --git a/app/views/dashboard/mailer/forward.html.erb b/app/views/dashboard/mailer/forward.html.erb index f64019f85..3f6be1250 100644 --- a/app/views/dashboard/mailer/forward.html.erb +++ b/app/views/dashboard/mailer/forward.html.erb @@ -5,9 +5,9 @@