Merge pull request #57 from tinymce/feature/WEBSITE-1730
WEBSITE-1730 - Optimize button text winner in place
This commit is contained in:
@@ -92,6 +92,10 @@
|
||||
transition: color 0.1s ease 0s, background-color 0.1s ease 0s, border-color 0.1s ease 0s;
|
||||
}
|
||||
|
||||
header .header-get-tiny-button.narrow {
|
||||
padding: 0.5rem 2rem;
|
||||
}
|
||||
|
||||
.header-my-account-button {
|
||||
display: none;
|
||||
font-weight: 900;
|
||||
@@ -194,8 +198,8 @@
|
||||
<div class="nav-container__right-container">
|
||||
|
||||
<a href="https://apps.tiny.cloud/?add-to-cart=197933"
|
||||
class="header-get-tiny-button"
|
||||
data-marketing="docs-header-get-started">Create Account</a>
|
||||
class="header-get-tiny-button narrow"
|
||||
data-marketing="docs-header-get-started">Get Free API Key</a>
|
||||
|
||||
<a href="https://apps.tiny.cloud/my-account/"
|
||||
class="header-my-account-button"
|
||||
@@ -243,4 +247,4 @@
|
||||
</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user