forked from LiveCarta/LiveCartaWP
LAW-8882: fixes
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
--btn-action-color: #ffffff;
|
||||
--btn-action-hover-bg: #0B4E96;
|
||||
--btn-action-hover-color: #ffffff;
|
||||
--btn-secondary-bg: transparent;
|
||||
--btn-secondary-bg: #ffffff;
|
||||
--btn-secondary-border: #0583EB;
|
||||
--btn-secondary-color: #121212;
|
||||
--btn-secondary-hover-bg: #0B4E96;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
<svg width="70" height="70" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M35 1.64063C16.5761 1.64063 1.64063 16.5761 1.64063 35C1.64063 53.4239 16.5761 68.3594 35 68.3594C53.4239 68.3594 68.3594 53.4239 68.3594 35C68.3594 16.5761 53.4239 1.64063 35 1.64063ZM0 35C0 15.67 15.67 0 35 0C54.33 0 70 15.67 70 35C70 54.33 54.33 70 35 70C15.67 70 0 54.33 0 35Z" fill="white" fill-opacity="0.3"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.7713 23.0268C51.0916 23.3471 51.0916 23.8665 50.7713 24.1869L29.8837 45.0745C29.5633 45.3948 29.0439 45.3948 28.7236 45.0745L19.2292 35.5801C18.9089 35.2597 18.9089 34.7403 19.2292 34.42C19.5496 34.0996 20.069 34.0996 20.3893 34.42L29.3036 43.3343L49.6112 23.0268C49.9315 22.7064 50.4509 22.7064 50.7713 23.0268Z" fill="white" fill-opacity="0.3"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M35 1.64063C16.5761 1.64063 1.64063 16.5761 1.64063 35C1.64063 53.4239 16.5761 68.3594 35 68.3594C53.4239 68.3594 68.3594 53.4239 68.3594 35C68.3594 16.5761 53.4239 1.64063 35 1.64063ZM0 35C0 15.67 15.67 0 35 0C54.33 0 70 15.67 70 35C70 54.33 54.33 70 35 70C15.67 70 0 54.33 0 35Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.7713 23.0268C51.0916 23.3471 51.0916 23.8665 50.7713 24.1869L29.8837 45.0745C29.5633 45.3948 29.0439 45.3948 28.7236 45.0745L19.2292 35.5801C18.9089 35.2597 18.9089 34.7403 19.2292 34.42C19.5496 34.0996 20.069 34.0996 20.3893 34.42L29.3036 43.3343L49.6112 23.0268C49.9315 22.7064 50.4509 22.7064 50.7713 23.0268Z" fill="white"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 869 B After Width: | Height: | Size: 831 B |
@@ -66,8 +66,8 @@
|
||||
<div class="mp-interested centered">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a Demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign Up For Free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
<div class="mp-interested centered">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a Demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign Up For Free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -126,8 +126,8 @@ if ($tIds !== false) {
|
||||
<div class="mp-interested centered">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a Demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign Up For Free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
<div class="mp-interested">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a Demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign Up For Free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -44,8 +44,8 @@ $post = $posts[0];
|
||||
<div class="mp-interested centered">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a Demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign Up For Free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -72,8 +72,8 @@
|
||||
<div class="mp-interested centered">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a Demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign Up For Free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user