Merge pull request #16 from kjannette/walt2

Walt2
This commit is contained in:
S Jannette
2024-01-13 13:35:07 -06:00
committed by GitHub
2 changed files with 31 additions and 12 deletions

View File

@@ -27,23 +27,23 @@ export const FeaturesBottom = () => {
return ( return (
<div className="features-copy-wrapper"> <div className="features-copy-wrapper">
<h4 className="features-header-text"> <h4 className="features-header-text">
Discovery requests dramatically fast{" "} Discovery requests dramatically fast
<p className="features-asterisk">*</p>
</h4> </h4>
<ul className="features-list"> <ul className="features-list">
<li className="features-list-item-lower"> <li className="features-list-item-lower">
Click mate: Generate discovery requests with a few clicks, with the Click mate: Generate discovery requests with a few clicks, with the
help of your Intellidraft AI assistant. help of your Intellidraft AI assistant. And/or...
</li> </li>
<li className="features-list-item-lower"> <li className="features-list-item-lower">
Options: Select manually from a comprehensive request library, Options: Also, select from the comprehensive request library,
categorized by case type and customizable to your case's facts. categorized by case type, customizable by you.
</li> </li>
<li className="features-list-item-lower"> <li className="features-list-item-lower">
Done: get a draft together in minutes, with a formatted .docx for Done: get a draft in minutes, with a formatted .docx for service.
service.
</li> </li>
</ul> </ul>
<p className="steps-p"></p> <p className="features-disclosure">* Launching spring '24</p>
</div> </div>
); );
}; };

View File

@@ -12,11 +12,23 @@
} }
.features-header-text { .features-header-text {
display: flex;
flex-direction: row;
margin-top: 8px; margin-top: 8px;
margin-left: 8px; margin-left: 8px;
padding-left: 7px; padding-left: 7px;
} }
.features-asterisk {
font-size: 12px;
}
.features-disclosure {
font-size: 12px;
float: right;
margin-right: 32px;
}
.features-bottom-wrapper { .features-bottom-wrapper {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@@ -51,7 +63,7 @@
align-items: center; align-items: center;
margin: auto; margin: auto;
padding: 6px 8px; padding: 6px 8px;
width: 50%; width: 55%;
background-color: var(--haq-blue); background-color: var(--haq-blue);
border-radius: 15px; border-radius: 15px;
height: 100%; height: 100%;
@@ -61,7 +73,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 18px 8px; padding: 18px 8px;
width: 50%; width: 45%;
height: 100%; height: 100%;
} }
@@ -78,7 +90,14 @@
width: 94%; width: 94%;
text-align: justify; text-align: justify;
font-size: 1.05rem; font-size: 1.05rem;
margin: 28px 0px; margin: 18px 0px;
}
.features-list-item-lower {
width: 94%;
text-align: justify;
font-size: 1.05rem;
margin: 16px 0px;
} }
.features-top-mobile-img { .features-top-mobile-img {
@@ -125,8 +144,8 @@
} }
.features-header-text { .features-header-text {
letter-spacing: -0.07rem; letter-spacing: -0.09rem;
margin-top: 0px; margin-top: 6px;
padding: 0px; padding: 0px;
} }