more
This commit is contained in:
@@ -27,23 +27,25 @@ export const FeaturesBottom = () => {
|
||||
return (
|
||||
<div className="features-copy-wrapper">
|
||||
<h4 className="features-header-text">
|
||||
Discovery requests dramatically fast{" "}
|
||||
Discovery requests dramatically fast
|
||||
<p className="features-asterisk">*</p>
|
||||
</h4>
|
||||
<ul className="features-list">
|
||||
<li className="features-list-item-lower">
|
||||
<li className="features-list-item">
|
||||
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 className="features-list-item-lower">
|
||||
Options: Select manually from a comprehensive request library,
|
||||
categorized by case type and customizable to your case's facts.
|
||||
<li className="features-list-item">
|
||||
You have options: Select manually from a comprehensive request
|
||||
library, categorized by case type and customizable to your case's
|
||||
facts.
|
||||
</li>
|
||||
<li className="features-list-item-lower">
|
||||
<li className="features-list-item">
|
||||
Done: get a draft together in minutes, with a formatted .docx for
|
||||
service.
|
||||
</li>
|
||||
</ul>
|
||||
<p className="steps-p"></p>
|
||||
<p className="features-disclosure">* Launching spring '24</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -12,11 +12,23 @@
|
||||
}
|
||||
|
||||
.features-header-text {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-top: 8px;
|
||||
margin-left: 8px;
|
||||
padding-left: 7px;
|
||||
}
|
||||
|
||||
.features-asterisk {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.features-disclosure {
|
||||
font-size: 12px;
|
||||
float: right;
|
||||
margin-right: 32px;
|
||||
}
|
||||
|
||||
.features-bottom-wrapper {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user