File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 2424 --align-items: {alignItems};
2525 --column-gap: {columnGap};
2626 --row-gap: {rowGap};
27- --wrapped-columns: {wrapMode === 'single' ? 1 : (wrapMode === 'half' ? Math.floor(columns / 2) : columns)};
27+ --wrapped-columns: {wrapMode === 'single' ? 1 : (wrapMode === 'double' ? 2 : (wrapMode === ' half' ? Math.floor(columns / 2) : columns) )};
2828 --template-columns: {templateColumns};
2929
3030 --lg-column-gap: {lgColumnGap ?? columnGap};
Original file line number Diff line number Diff line change 1414 import MarkerIcon from " $lib/icons/features/marker.png" ;
1515 import SnapshotIcon from " $lib/icons/features/snapshot.png" ;
1616 import CommandLineIcon from " $lib/icons/features/command-line.svg?raw" ;
17+ import CommacareIcon from " $lib/icons/features/commacare.svg?raw" ;
1718 import CheckmarkIcon from " $lib/icons/ui/checkmark.svg?raw" ;
1819 import CloseIcon from " $lib/icons/ui/close.svg?raw" ;
1920 </script >
3738 </div >
3839
3940 <div class =" features-banner" >
40- <Grid columns ={5 } columnGap =" 2rem" size =" medium" >
41+ <Grid columns ={6 } wrapMode = " double " columnGap =" 2rem" size =" medium" >
4142 <div class ="icon" >{@html RecordingsIcon }</div >
4243 <div class ="icon" ><img src ={TwentyFourSevenIcon } loading =" lazy" alt =" " ></div >
4344 <div class ="icon" ><img src ={MarkerIcon } loading =" lazy" alt =" " ></div >
4445 <div class ="icon" ><img src ={SnapshotIcon } loading =" lazy" alt =" " ></div >
4546 <div class ="icon" >{@html CommandLineIcon }</div >
47+ <div class ="icon" >{@html CommacareIcon }</div >
4648 </Grid >
4749 </div >
4850
142144 <div class ="cross" >{@html CloseIcon }</div >
143145 </div >
144146 </div >
147+ <div class =" row" >
148+ <div class =" feature-overview" >
149+ <div class ="icon" >{@html CommacareIcon }</div >
150+ <div >
151+ <hgroup >
152+ <div >commacare</div >
153+ <span class =" muted" >Extend your comma four's standard one year warranty for an additional year. <a class =" muted-link" href =" #what-is-commacare" >See Terms</a ></span >
154+ </hgroup >
155+ </div >
156+ </div >
157+ <div class =" content" >
158+ <div class ="check" >{@html CheckmarkIcon }</div >
159+ </div >
160+ <div class =" content" >
161+ <div class ="cross" >{@html CloseIcon }</div >
162+ </div >
163+ </div >
145164 </div >
146165 </div >
147166</section >
You can’t perform that action at this time.
0 commit comments