mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Add styling changes. Change focus state color for select elements. Change wording of about MCIEA section
This commit is contained in:
parent
50f7a54807
commit
13469f60bd
5 changed files with 19 additions and 10 deletions
|
|
@ -42,11 +42,6 @@
|
|||
font-size: 20px;
|
||||
}
|
||||
|
||||
header .form-select {
|
||||
width: auto;
|
||||
max-width: 290px;
|
||||
}
|
||||
|
||||
.sub-header-4 {
|
||||
@extend .font-bitter;
|
||||
@extend .weight-700;
|
||||
14
app/assets/stylesheets/_forms.scss
Normal file
14
app/assets/stylesheets/_forms.scss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
@import "variables";
|
||||
@import "sqm_bootstrap";
|
||||
|
||||
header .form-select {
|
||||
width: auto;
|
||||
max-width: 290px;
|
||||
}
|
||||
|
||||
.bg-color-blue .form-select {
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 $input-btn-focus-width rgba($white, $input-btn-focus-color-opacity);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -24,7 +24,9 @@ $body-color: $black;
|
|||
$headings-font-family: 'Bitter', serif;
|
||||
$headings-font-weight: 700;
|
||||
|
||||
$form-select-border-radius: 0;
|
||||
$btn-border-radius: 0;
|
||||
$input-border-radius: 0;
|
||||
$input-btn-focus-color-opacity: 0.35;
|
||||
|
||||
$nav-link-color: $white;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
@import "scss/fontawesome.scss";
|
||||
@import "scss/solid.scss";
|
||||
@import "footer";
|
||||
@import "forms";
|
||||
|
||||
.height-56 {
|
||||
height: 56px;
|
||||
|
|
@ -105,3 +106,4 @@
|
|||
.measure-accordion-body {
|
||||
background-color: $gray-3;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -69,11 +69,7 @@
|
|||
<div class="bg-color-blue text-center py-11">
|
||||
<div class="about-mciea">
|
||||
<h2 class="mb-4">About MCIEA</h2>
|
||||
<p>The Massachusetts Consortium for Innovative Education Assessment (MCIEA) is a partnership of Massachusetts public
|
||||
school districts and their local teacher unions, joined together to create a fair and effective accountability
|
||||
system that is guided by a set of principles and offers a more dynamic picture of student learning and school
|
||||
quality than a single standardized test. MCIEA seeks to increase achievement for all students, close inequitable
|
||||
achievement gaps, and better prepare students for college, career, and life.</p>
|
||||
<p>The Massachusetts Consortium for Innovative Education Assessment (MCIEA) is a partnership of eight MA public school districts and their local teacher unions, joined together to create a fair and effective accountability system that offers a more dynamic picture of student learning and school quality than a single standardized test. MCIEA seeks to increase achievement for all students, close prevailing opportunity gaps among subgroups, and prepare a diversity of students for college, career, and life.</p>
|
||||
<a href="https://www.mciea.org/about.html" target="_blank" class="btn btn-secondary mt-4">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue