diff --git a/app/assets/images/sqm_logo.png b/app/assets/images/sqm_logo.png new file mode 100644 index 00000000..8dd63ccd Binary files /dev/null and b/app/assets/images/sqm_logo.png differ diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index b432c727..0645c0d9 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -77,3 +77,6 @@ background-color: $white; } +.zone-header { + @extend .sub-header-4; +} diff --git a/app/assets/stylesheets/sqm_application.scss b/app/assets/stylesheets/sqm_application.scss index 24952106..49c98e53 100644 --- a/app/assets/stylesheets/sqm_application.scss +++ b/app/assets/stylesheets/sqm_application.scss @@ -21,10 +21,11 @@ box-shadow: 0 0 6px rgba($black, 0.25); } -.section { +.subcategory-section { @extend .mt-5; @extend .bg-color-white; @extend .p-7; + box-shadow: 0 0 3px rgba($black, 0.25); } .gauge-graph-lg { diff --git a/app/views/dashboard/_variance_graph.erb b/app/views/dashboard/_variance_graph.erb index bf5b9928..deb79b38 100644 --- a/app/views/dashboard/_variance_graph.erb +++ b/app/views/dashboard/_variance_graph.erb @@ -25,7 +25,7 @@ <%= zones.each_with_index do |zone, index| %>
- <%= link_to image_tag('logo.png', class: 'height-56 me-7'), root_path %> + <%= link_to image_tag('sqm_logo.png', alt: 'MCIEA School Quality Measures Dashboard', class: 'height-56 me-7'), root_path %> Dashboard Browse
diff --git a/app/views/sqm_categories/show.html.erb b/app/views/sqm_categories/show.html.erb index 7a6aaec9..76f10c24 100644 --- a/app/views/sqm_categories/show.html.erb +++ b/app/views/sqm_categories/show.html.erb @@ -14,7 +14,7 @@

<%= @category.description %>

<% @category.subcategories.each do |subcategory| %> -
+

<%= subcategory.name %>