You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
850 B
59 lines
850 B
@import 'fonts';
|
|
|
|
.graph-header {
|
|
@extend .font-bitter;
|
|
@extend .weight-700;
|
|
}
|
|
|
|
.graph-footer {
|
|
font-family: 'Cabin', sans-serif;
|
|
}
|
|
|
|
.category-card {
|
|
flex-basis: 20%;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 600px;
|
|
}
|
|
|
|
.category-card__title {
|
|
flex-basis: 20%;
|
|
}
|
|
|
|
.category-card__description {
|
|
flex-basis: 20%;
|
|
}
|
|
|
|
.subcategory-card {
|
|
flex-basis: 20%;
|
|
border: 1px solid #CECECE;
|
|
background-color: $gray-4;
|
|
width: 90%;
|
|
margin: auto;
|
|
padding: 8px;
|
|
border: 1px solid #CECECE;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.subcategory-card__benchmark-icon {
|
|
fill: Red;
|
|
}
|
|
|
|
.subcategory-card__benchmark-item {
|
|
align-items: center;
|
|
}
|
|
|
|
.subcategory-card__circle-container {
|
|
flex: 0 0 50px;
|
|
padding: 0;
|
|
}
|
|
|
|
.subcategory-card__benchmark-label {
|
|
font-size: 30px;
|
|
}
|
|
|
|
.school-quality-frameworks {
|
|
background-color: $white;
|
|
}
|
|
|