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 182182 <div class =" card-md mt-1" >Choose your preffered Test Date</div >
183183 <div class =" mt-5" >
184184 <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 >
186186 </div >
187+ <img src =" https://cb-thumbnails.s3.ap-south-1.amazonaws.com/victory.svg" class =" victory-vector" >
187188 </div >
188189 <div class =" border-card p-lg-5 p-4 bg-gradient-orange mb-5 white" >
189190 <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 5656 }
5757 }
5858 }
59+
60+ .victory-vector {
61+ position : absolute ;
62+ bottom : 2rem ;
63+ right : 2rem ;
64+ }
5965}
Original file line number Diff line number Diff line change 128128 }
129129 }
130130
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+
131141 & .disabled ,
132142 & :disabled {
133143 border-color : $faded-text !important ;
You can’t perform that action at this time.
0 commit comments