File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 72
72
}
73
73
}
74
74
.summary {
75
+ align-items : center ;
75
76
border : $border-style ;
76
77
border-radius : 4px ;
78
+ display : grid ;
79
+ grid-template-areas :
80
+ ' title title title title'
81
+ ' progressBar stats icon grade'
82
+ ' durationMeta . . timeMeta' ;
83
+ grid-template-columns : 1fr 80px 28px 1fr ;
77
84
width : 96% ;
78
85
}
79
86
h3 {
80
87
font : {
81
88
size : $text-size-up-1 ;
82
89
weight : 400 ;
83
90
}
91
+ grid-area : title;
92
+ }
93
+ .grade-details {
94
+ font-size : $text-size-up-1 ;
84
95
}
85
96
svg {
86
97
color : $color-salem ;
87
98
}
99
+ .is-graded {
100
+ grid-area : grade;
101
+ }
88
102
.meta {
89
103
font : {
90
104
size : $text-size-down-1 ;
91
105
weight : 400 ;
92
106
}
93
107
margin-top : $spacing-unit-xs ;
108
+ & --duration {
109
+ grid-area : durationMeta;
110
+ }
111
+ & --time {
112
+ grid-area : timeMeta;
113
+ }
94
114
}
95
115
</style >
You can’t perform that action at this time.
0 commit comments