mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Finish styling for homepage
This commit is contained in:
parent
f3a86c6145
commit
4278021c2d
2 changed files with 27 additions and 5 deletions
|
|
@ -25,9 +25,25 @@
|
|||
font-size: 20px;
|
||||
}
|
||||
|
||||
img.framework-wheel {
|
||||
width: 442px;
|
||||
max-width: 100%;
|
||||
.framework-wheel-container {
|
||||
@extend .d-flex;
|
||||
@extend .flex-column;
|
||||
@extend .align-items-center;
|
||||
|
||||
img {
|
||||
width: 442px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
p {
|
||||
color: $gray-1;
|
||||
font-size: 12px;
|
||||
max-width: 410px;
|
||||
@extend .text-center;
|
||||
@extend .bg-color-gray-3;
|
||||
@extend .p-3;
|
||||
@extend .border-radius-8;
|
||||
}
|
||||
}
|
||||
|
||||
.welcome-controls {
|
||||
|
|
|
|||
|
|
@ -24,8 +24,14 @@
|
|||
<div class="bg-color-light-blue pt-12 pb-11">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-5">
|
||||
<%= image_tag('framework_wheel.png', alt: 'MCIEA School Quality Framework Wheel', class: 'framework-wheel') %>
|
||||
<div class="col-lg-5 framework-wheel-container">
|
||||
<div>
|
||||
<%= image_tag('framework_wheel.png', alt: 'MCIEA School Quality Framework Wheel') %>
|
||||
</div>
|
||||
|
||||
<p class="mt-5">The School Quality Measures Framework aims to describe the full measure of what makes a good
|
||||
school. The three outer categories are essential inputs to school quality that influence the center two key
|
||||
outcomes.</p>
|
||||
</div>
|
||||
<div class="col-lg-7">
|
||||
<h2 class="mb-4">School Quality Measures Framework</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue