Change brand color and logotypes (#18592)
- Add rake task for generating Apple/Android icons and favicons from SVG - Add rake task for generating PNG icons and logos for e-mails from SVG - Remove obsolete Microsoft icons and configuration - Remove PWA shortcut icons
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
			
		||||
.landing
 | 
			
		||||
  .landing__brand
 | 
			
		||||
    = link_to root_url, class: 'brand' do
 | 
			
		||||
      = svg_logo_full
 | 
			
		||||
      = logo_as_symbol(:wordmark)
 | 
			
		||||
      %span.brand__tagline=t 'about.tagline'
 | 
			
		||||
 | 
			
		||||
  .landing__grid
 | 
			
		||||
@@ -53,7 +53,7 @@
 | 
			
		||||
 | 
			
		||||
      .hero-widget
 | 
			
		||||
        .hero-widget__img
 | 
			
		||||
          = image_tag @instance_presenter.hero&.file&.url || @instance_presenter.thumbnail&.file&.url || asset_pack_path('media/images/preview.jpg'), alt: @instance_presenter.site_title
 | 
			
		||||
          = image_tag @instance_presenter.hero&.file&.url || @instance_presenter.thumbnail&.file&.url || asset_pack_path('media/images/preview.png'), alt: @instance_presenter.site_title
 | 
			
		||||
 | 
			
		||||
        .hero-widget__text
 | 
			
		||||
          %p
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user