Skip to content

Commit

Permalink
feat: update style (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliwenwenwen authored Jul 1, 2024
1 parent cb1eeb6 commit 31ef807
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pingcap-jp/css/scaffold/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ input[type="submit"],
}

&--large {
min-height: 6rem;
min-width: 29rem;
max-height: 6rem;
max-width: 29rem;
border-radius: 3rem;
font-size: 2rem;
}
Expand Down
1 change: 1 addition & 0 deletions pingcap-jp/css/templates/front-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}
.button-group {
flex-direction: column;
gap: 3.2rem;
.button {
flex: 1;
}
Expand Down
1 change: 1 addition & 0 deletions pingcap-jp/css/templates/tidb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
padding: 6rem 3rem;
color: var(--color-white);
display: none;
overflow-y: scroll;
@include media-min($medium) {
display: block;
}
Expand Down
2 changes: 1 addition & 1 deletion pingcap-jp/menu-dropdowns/columns/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
$icons = Arrays::get_value_as_array($link_column, 'links');
?>
<div class="menu-dropdown__item menu-dropdown__links-column">
<?php if ($label === 'Ecosystem') { ?>
<?php if ($label === 'エコシステム') { ?>
<div class="menu-dropdown__item-ai">
<span class="menu-dropdown__links-column-label">
Capabilities
Expand Down
2 changes: 1 addition & 1 deletion pingcap-jp/menu-dropdowns/columns/render_mobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

?>
<div class="mobile-menu-default__section-links-column">
<?php if ($label === 'Ecosystem') { ?>
<?php if ($label === 'エコシステム') { ?>
<span class="mobile-menu-default__section-links-column-label">Capabilities</span>
<a href="/ai/" data-gtag="event:jp_navi_click,item_name:Vector Search" style="padding-bottom:24px;">Vector Search</a>
<?php
Expand Down

0 comments on commit 31ef807

Please sign in to comment.