Skip to content

Commit 3f3fa21

Browse files
committed
fix: apply suggested changes
1 parent d6471bd commit 3f3fa21

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

static/sass/_pattern_search-panel.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@
1111
@media screen and (min-width: $breakpoint-large) {
1212
flex-direction: row;
1313
}
14+
15+
// Keep the submit button its natural size instead of stretching to
16+
// fill the row when the form stacks vertically on small/medium
17+
// screens, and stop it visibly re-colouring on tap on touch devices.
18+
@media screen and (max-width: $breakpoint-large - 1) {
19+
> .p-button--positive {
20+
align-self: flex-start;
21+
22+
&:hover,
23+
&:active {
24+
background-color: $colors--theme--button-positive-default;
25+
border-color: $colors--theme--button-positive-default;
26+
}
27+
}
28+
}
1429
}
1530

1631
&__group {

templates/careers/company-culture/progression.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2>
105105
We encourage team members to experience diverse roles over the course of their career at Canonical to build a depth of skills and depth of their application, serving to underpin long term growth.
106106
</p>
107107
</div>
108-
<div class="p-strip--careers-progression u-no-padding--bottom">
108+
<div class="p-strip--careers-progression is-shallow u-no-padding--bottom">
109109
{{ image(url="https://assets.ubuntu.com/v1/d4e47692-looking-at-laptop-3.jpg",
110110
alt="",
111111
width="650",
@@ -134,7 +134,7 @@ <h2>
134134
We also partner with high-quality content providers, to make sure our people get access to the best possible training materials, and the time to benefit from them.
135135
</p>
136136
</div>
137-
<div class="p-strip--careers-progression u-no-padding--bottom">
137+
<div class="p-strip--careers-progression is-shallow u-no-padding--bottom">
138138
{{ image(url="https://assets.ubuntu.com/v1/81387edb-typing.jpg",
139139
alt="",
140140
width="650",
@@ -159,7 +159,7 @@ <h2>
159159
Being a leader at Canonical offers the chance to impact some of the brightest people in tech; to design, build, sell, and support a growing range of technology products at every level of the stack. You play a critical role in designing, building, innovating, and piloting a growing range of technology products.
160160
</p>
161161
</div>
162-
<div class="p-strip--careers-progression u-no-padding--bottom">
162+
<div class="p-strip--careers-progression is-shallow u-no-padding--bottom">
163163
{{ image(url="https://assets.ubuntu.com/v1/9653a826-typing-2.jpg",
164164
alt="",
165165
width="650",

0 commit comments

Comments
 (0)