File tree Expand file tree Collapse file tree 3 files changed +39
-2
lines changed Expand file tree Collapse file tree 3 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 24
24
</div >
25
25
</div >
26
26
<div class =" row no-gutters align-items-center justify-content-between" >
27
- <h4 class =" bold" >Batch Starts 1st June 2020</h4 >
27
+ <div class =" col-xl-8 col-sm-6" >
28
+ <div class =" bold backdrop font-mds v-align-ma mb-xl-0 mb-5" >
29
+ <img src =" https://cb-thumbnails.s3.ap-south-1.amazonaws.com/user-white.svg" class =" mr-2tea" >
30
+ Enrollment through Selection process only
31
+ </div >
32
+ <div class =" bold backdrop font-mds v-align-ma ml-xl-5 mb-md-0 mb-5" >
33
+ <img src =" https://cb-thumbnails.s3.ap-south-1.amazonaws.com/group-white.svg" class =" mr-2" >
34
+ 50 Students
35
+ </div >
36
+ </div >
28
37
<div class =" d-inline-flex align-items-center" >
29
38
<span class =" font-mdxl bold" >₹ 12499</span >
30
39
<span class =" font-xl bold del-text-grey pl-3" ><del >₹ 18999</del ></span >
168
177
</div >
169
178
170
179
<div class =" col-lg-4 mb-lg-0 mb-5" >
180
+ <div class =" border-card p-lg-5 p-4 bg-gradient-orange white position-relative" >
181
+ <div class =" font-md bold" >Selection Tests</div >
182
+ <div class =" card-md mt-1" >Choose your preffered Test Date</div >
183
+ <div class =" mt-5" >
184
+ <button class =" button-dashed button-white" >25th July</button >
185
+ <button class =" button-solid orange button-white mr-3" >31st July</button >
186
+ </div >
187
+ </div >
171
188
<div class =" border-card p-lg-5 p-4 bg-gradient-orange mb-5 white" >
172
189
<div class =" row no-gutters align-items-center justify-content-between pb-3 border-bottom" >
173
190
<div class =" font-md bold" >Selection Test</div >
Original file line number Diff line number Diff line change 14
14
@import " components/img-review-card.scss" ;
15
15
@import " components/events-page.scss" ;
16
16
@import " components/label-card.scss" ;
17
- @import " components/indicator.scss" ;
17
+ @import " components/indicator.scss" ;
18
+ @import " components/backdrop.scss" ;
Original file line number Diff line number Diff line change
1
+ .backdrop {
2
+ z-index : 1 ;
3
+ position : relative ;
4
+ display : inline-block ;
5
+ margin : 0 1.5rem ;
6
+
7
+ & :before {
8
+ content : " " ;
9
+ z-index : 0 ;
10
+ position : absolute ;
11
+ height : calc (100% + 2rem );
12
+ width : calc (100% + 3rem );
13
+ left : -1.5rem ;
14
+ top : -1rem ;
15
+ border-radius : 10px ;
16
+ background : $light-grey ;
17
+ opacity : 0.3 ;
18
+ }
19
+ }
You can’t perform that action at this time.
0 commit comments