Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh /download/raspberry-pi #13191

Merged
merged 14 commits into from
Oct 4, 2023
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"flickity": "^3.0.0",
"formik": "2.2.9",
"intl-tel-input": "17.0.18",
"postcss": "8.4.5",
"postcss": "8.4.31",
"postcss-cli": "8.3.1",
"prop-types": "15.8.1",
"react": "17.0.2",
Expand Down
7 changes: 7 additions & 0 deletions static/sass/_pattern_subscriptions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@

.p-modal__header {
margin-bottom: 0;
padding-right: 0;

&::after {
// Remove the bottom border from the title.
Expand Down Expand Up @@ -192,6 +193,12 @@
margin-top: $spv--small;
}

.p-subscriptions__details-header {
[class*="p-chip--"] {
max-height: 1.8rem;
}
}

.p-subscriptions__details-small-title {
margin-bottom: $spv--small;
}
Expand Down
10 changes: 10 additions & 0 deletions static/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1442,3 +1442,13 @@ $color-link-dark: #69c !default;
object-fit: contain;
}
}

// XXX: pete f: vanilla issue here -
// https://github.com/canonical/vanilla-framework/issues/4877
.p-divider {
.p-divider__block.no-divider {
&::before {
content: none;
}
}
}
5 changes: 1 addition & 4 deletions templates/ai/what-is-kubeflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

<section class="p-strip u-no-padding--top u-no-padding--bottom">
<div class="p-strip--suru-topped">
{% if schedule_banner("2023-03-08", "2023-03-22") %}
{% include "shared/_charmed-kubeflow-beta-banner.html" %}
{% endif %}
<div class="row u-equal-height">
<div class="col-6">
<h1 class="u-sv2">What is Kubeflow?</h1>
Expand All @@ -20,7 +17,7 @@ <h1 class="u-sv2">What is Kubeflow?</h1>
<a class="p-button--positive" href="https://charmed-kubeflow.io/docs/install">
Charmed Kubeflow
</a>
<a href="https://charmed-kubeflow.io/#get-in-touch">Contact us now&nbsp;&rsaquo;</a>
<a href="https://charmed-kubeflow.io/#get-in-touch">Contact&nbsp;us&nbsp;now&nbsp;&rsaquo;</a>
</p>
</div>
<div class="col-4 col-start-large-8 u-vertically-center u-hide--medium u-hide--small u-align--center">
Expand Down
Loading