mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
Add Overall Response Rate
This commit is contained in:
parent
435bc4a5be
commit
a71ebbc4e4
19 changed files with 585 additions and 244 deletions
|
|
@ -89,6 +89,26 @@
|
|||
width: 20px;
|
||||
}
|
||||
|
||||
.overall-response-rate-row {
|
||||
width: 55%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
margin-top: -23px;
|
||||
}
|
||||
|
||||
.overall-response-rate-container {
|
||||
padding: 0.4em 0.7em;
|
||||
width: 48%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
color: $gray-1;
|
||||
@extend .bg-color-gray-3;
|
||||
@extend .border-radius-8;
|
||||
@extend .font-size-14
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px){
|
||||
.measure-row-label {
|
||||
width: 170px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue