Skip to content

Instantly share code, notes, and snippets.

@mattdetails
mattdetails / satori-css-guide.md
Last active September 24, 2018 14:18
SATORI CSS Guide
<ng-template #notCoveredEngineView>
<ul class="parts-list">
<li class="parts-list-item" *ngFor="let part of column['Not Covered']">
{{ optionDetails[part] }}
</li>
</ul>
</ng-template>
.item__LHe52 {
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
box-orient: vertical;
@mattdetails
mattdetails / insight.scss
Created October 29, 2015 19:42
needs-grading
.chart-key-icon.mod-needs-grading {
color: $primary-lt-blue
&:before {
content: "mode_edit"
}
}
if displayCercaStarterReport
if schoolClassUsers.students.length
table.tables.starter-table
thead.starter-table-head
tr.starter-table-head-row
th.starter-table-head-cell.mod-student
th.starter-table-head-cell.mod-starter-average CERCA Starter Average
th.starter-table-head-cell Conceptual Understanding
th.starter-table-head-cell Background Knowledge
th.starter-table-head-cell Applied Practice
if displayCercaStarterReport
table.tables.starter-table
thead.starter-table-head
tr.starter-table-head-row
th.starter-table-head-cell.mod-student
th.starter-table-head-cell.mod-starter-average CERCA Starter Average
th.starter-table-head-cell Conceptual Understanding
th.starter-table-head-cell Background Knowledge
th.starter-table-head-cell Applied Practice
tbody.starter-table-body
.chart-key-item
i.chart-key-icon.mod-not-available N/A
h3.chart-key-title.mod-no-description No Lessons Available
$gray-light: #f2f2f2;
$panel-border-color: darken($gray-light, 10%);
.panel {
border: 2px $panel-border-color solid;
padding: 20px;
}
<div class="container">
<div class="main-content">
<div class="tc-panel promo-report is-collapsed">
<div class="tc-panel-header mod-promo-report">
<div class="tc-panel-header-info">
<h1 class="tc-panel-header-title mod-promo-report"><span class="icon-starter-report"></span> CERCA Starter Report</h1>
</div>
<div class="tc-panel-header-actions">
<div class="tc-panel-header-actions-item mod-minimize">
<a class="tc-btn mod-minimize" href="">Expand</a>
@mattdetails
mattdetails / school-menu.em
Last active September 2, 2015 00:44
school menu component
.menu
.school-menu-label Your Schools
.school-menu-controls
.menu
select.school-menu-container
option.school-menu-item