File tree Expand file tree Collapse file tree
themes/rejekts/assets/scss/component Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,8 +108,14 @@ params:
108108 datetime : 2026-03-21 09:30:00
109109 days :
110110 - slots :
111+ - title : Registration
112+ time : 9:30 AM
113+ - title : Opening Remarks
114+ time : 10:00 AM
111115 - title : Talks
112- time : 9:00 AM - 6:00 PM
116+ time : 10:20 AM
117+ - title : Closing Remarks
118+ time : 6:45 PM
113119
114120 venue :
115121 hide : false
Original file line number Diff line number Diff line change 110110
111111 & ::before {
112112 content : " " ;
113-
113+
114114 position : absolute ;
115-
115+
116116 width : 8px ;
117117 height : 20px ;
118118 left : 5px ;
119119 top : calc (50% - 12px );
120-
120+
121121 transform : skew (-30deg );
122-
122+
123123 background-color : $colorRed ;
124- }
124+ }
125125
126126 & :last-child {
127127 margin-right : 30px ;
172172 transform : skew (-30deg );
173173
174174 background-color : $colorRed ;
175- }
175+ }
176176
177177 @include media-breakpoint-up (lg){
178178 font-size : 2rem ;
186186 padding : 15px 45px 10px ;
187187
188188 flex-direction : column ;
189- align-items : center ;
189+ align-items : center ;
190190
191191 font-size : 1.6rem ;
192192 line-height : 1.3em ;
207207 background-color : $colorRed ;
208208 }
209209
210- & :nth -of-type ( 2 n ) {
210+ & :last -of-type {
211211 margin-bottom : 50px ;
212212 }
213213
228228 font-size : 2rem ;
229229 line-height : 1em ;
230230
231- & :nth -of-type ( 2 n ) {
231+ & :last -of-type {
232232 margin-bottom : 60px ;
233233 }
234234
250250 @include media-breakpoint-up (lg) {
251251 width : auto ;
252252 }
253- }
253+ }
You can’t perform that action at this time.
0 commit comments