File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 182
182
<div class =" card-md mt-1" >Choose your preffered Test Date</div >
183
183
<div class =" mt-5" >
184
184
<button class =" button-dashed button-white" >25th July</button >
185
- <button class =" button-solid orange button-white mr-3 " >31st July</button >
185
+ <button class =" button-solid orange button-white ml-xl-3 mr-lg-2 mr-4 " >31st July</button >
186
186
</div >
187
+ <img src =" https://cb-thumbnails.s3.ap-south-1.amazonaws.com/victory.svg" class =" victory-vector" >
187
188
</div >
188
189
<div class =" border-card p-lg-5 p-4 bg-gradient-orange mb-5 white" >
189
190
<div class =" row no-gutters align-items-center justify-content-between pb-3 border-bottom" >
Original file line number Diff line number Diff line change 56
56
}
57
57
}
58
58
}
59
+
60
+ .victory-vector {
61
+ position : absolute ;
62
+ bottom : 2rem ;
63
+ right : 2rem ;
64
+ }
59
65
}
Original file line number Diff line number Diff line change 128
128
}
129
129
}
130
130
131
+ & .button-white {
132
+ border : solid 1px $white ;
133
+ color : $white ;
134
+
135
+ & :hover {
136
+ background : $white ;
137
+ color : $dark-grey !important ;
138
+ }
139
+ }
140
+
131
141
& .disabled ,
132
142
& :disabled {
133
143
border-color : $faded-text !important ;
You can’t perform that action at this time.
0 commit comments