Skip to content
Merged

V3 #6

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified celerybeat-schedule-shm
Binary file not shown.
Binary file modified celerybeat-schedule-wal
Binary file not shown.
2 changes: 1 addition & 1 deletion static/css/v3/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ html.dark .header__icon--theme-moon {
height: var(--header-height);
min-height: var(--header-height);
padding: 0;
border-radius: var(--border-radius-xl, 12px);
border-radius: var(--header-control-radius);
border: 1px solid var(--color-stroke-weak, rgba(5, 8, 22, 0.10));
background: var(--color-surface-weak, #FFF);
cursor: pointer;
Expand Down
7 changes: 4 additions & 3 deletions static/css/v3/stats.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

.stats--in-numbers .stats__description {
margin: 0;
padding: var(--stats-space);
padding: var(--space-large);
font-size: var(--font-size-small);
font-weight: var(--font-weight-regular);
line-height: var(--line-height-relaxed);
Expand All @@ -91,7 +91,7 @@
flex-wrap: nowrap;
gap: var(--stats-bar-gap);
align-items: flex-end;
padding: 0 var(--stats-space) var(--space-medium) var(--stats-space);
padding: 0 var(--space-large) var(--space-medium) var(--space-large);
flex: 1 1 0;
min-height: 160px;
}
Expand All @@ -103,7 +103,7 @@
min-width: max(8px, 100cqh * 0.04);
display: flex;
flex-direction: column;
align-items: center;
align-items: start;
justify-content: flex-end;
height: 100%;
}
Expand Down Expand Up @@ -136,6 +136,7 @@
line-height: var(--line-height-code);
color: var(--color-text-secondary);
white-space: nowrap;
text-align: left;
}

.stats__cta {
Expand Down
3 changes: 3 additions & 0 deletions static/css/v3/terms-of-use.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
letter-spacing: -0.4px;
color: var(--color-text-primary);
margin: 0;
padding: 0;
}

.terms-page__last-updated {
Expand All @@ -33,6 +34,7 @@
letter-spacing: -0.12px;
color: var(--color-text-secondary);
margin: 0;
padding: 0;
}

.terms-page__body {
Expand All @@ -43,6 +45,7 @@
letter-spacing: -0.16px;
color: var(--color-text-secondary);
width: 100%;
padding: 0;
}

.terms-page__section {
Expand Down
2 changes: 1 addition & 1 deletion templates/v3/includes/_header_v3.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% comment %} Desktop only: full search bar {% endcomment %}
<div class="header__search-bar header__search-bar--full">
<span class="header__search-icon icon-brand-accent" aria-hidden="true">
{% include "includes/icon.html" with icon_name="search" icon_class="header__icon icon-brand-accent" %}
{% include "includes/icon.html" with icon_name="search" icon_class="header__icon icon-brand-accent" icon_size=16 %}
</span>
<button type="button" id="gecko-search-button" class="header__search-input-trigger" data-current-boost-version="{{ current_version.stripped_boost_url_slug }}" data-theme-mode="light" data-font-family="sans-serif" aria-label="Search">
Search
Expand Down
2 changes: 1 addition & 1 deletion templates/v3/terms_of_use.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1 class="terms-page__title">Terms of Use</h1>
<p>We operate this website, as well as any other related products and services that refer or link to these legal terms (&quot;the Services&quot;).</p>
<p>These Legal Terms constitute a legally binding agreement made between you and The C Plus Plus Alliance, Inc., concerning your access to and use of the Services. You agree that by accessing the Services, you have read, understood, and agreed to be bound by all of these Legal Terms.</p>
<p>IF YOU DO NOT AGREE WITH ALL OF THESE LEGAL TERMS, THEN YOU ARE EXPRESSLY PROHIBITED FROM USING THE SERVICES AND YOU MUST DISCONTINUE USE IMMEDIATELY.</p>
<p>We reserve the right, in our sole discretion, to make changes or modifications to these Legal Terms from time to time. We will alert you about any changes by updating the &quot;Last updated&quot; date of these Legal Terms, and you waive any right to receive specific notice of each such change. It is your responsibility to periodically review these Legal Terms to stay informed of updates. You will be subject to, and will be deemed to have been made aware of and to have accepted, the changes in any revised Legal Terms by your continued use of the Services after the date such revised Legal Terms are posted.</p>
<p>We reserve the right, in our sole discretion, to make changes or modifications to these Legal Termhs from time to time. We will alert you about any changes by updating the &quot;Last updated&quot; date of these Legal Terms, and you waive any right to receive specific notice of each such change. It is your responsibility to periodically review these Legal Terms to stay informed of updates. You will be subject to, and will be deemed to have been made aware of and to have accepted, the changes in any revised Legal Terms by your continued use of the Services after the date such revised Legal Terms are posted.</p>
<p>We will make our best effort to notify registered users who have provided us with a valid email address of any changes to our Terms of Use via email. While we aim to ensure timely and accurate notifications, we do not guarantee that all changes will be communicated.</p>
</div>

Expand Down