-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'source-doc/main'
# Conflicts: # src/api/application.md # src/api/sfc-css-features.md # src/guide/built-ins/transition-group.md # src/sponsor/index.md
- Loading branch information
Showing
11 changed files
with
118 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,6 +95,13 @@ function resolveList(data: SponsorData) { | |
@click="track(true)" | ||
>Стать спонсором</a | ||
> | ||
<a | ||
v-if="tier === 'special' && data && !data[tier]?.length" | ||
href="mailto:[email protected]?subject=Vue.js%20special%20sponsor%20inquiry" | ||
class="sponsor-item action" | ||
@click="track(true)" | ||
>Inquire about Special Sponsorship</a | ||
> | ||
</div> | ||
</template> | ||
|
||
|
@@ -130,6 +137,9 @@ function resolveList(data: SponsorData) { | |
font-size: 11px; | ||
color: var(--vt-c-text-3); | ||
} | ||
.sponsor-container.page .sponsor-item.action { | ||
font-size: 16px; | ||
} | ||
.sponsor-item img { | ||
max-width: calc(var(--max-width) - 30px); | ||
max-height: calc(var(--max-width) / 2 - 20px); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.