Skip to content

Commit

Permalink
Deploying to gh-pages from @ 52a09e2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaanbajwa committed Oct 2, 2023
1 parent b34aa74 commit 53deeec
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion assets/nhsuk-8.0.0.min.css → assets/nhsuk-8.0.1.min.css

Large diffs are not rendered by default.

File renamed without changes.
3 changes: 2 additions & 1 deletion assets/nhsuk.css
Original file line number Diff line number Diff line change
Expand Up @@ -4616,7 +4616,7 @@ b {
box-shadow: 0 0 0 4px #ffeb3b;
outline: 4px solid transparent;
outline-offset: 4px;
padding: 0 9px;
padding: 0 13px;
}
.nhsuk-search__input::placeholder {
color: #4c6272;
Expand Down Expand Up @@ -5789,6 +5789,7 @@ b {
@media (max-width: 19.99em) {
.nhsuk-input__prefix,
.nhsuk-input__suffix {
max-width: 9.1ex;
display: block;
height: 100%;
white-space: normal;
Expand Down
2 changes: 1 addition & 1 deletion components/input/autocomplete.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<label class="nhsuk-label" for="input-with-autocomplete-attribute">
Postcode
</label>
<input class="nhsuk-input" id="input-with-autocomplete-attribute" name="postcode" type="text" autocomplete="postal-code">
<input class="nhsuk-input nhsuk-input--width-5" id="input-with-autocomplete-attribute" name="postcode" type="text" autocomplete="postal-code">
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions components/input/custom-width.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@


<div class="nhsuk-form-group">
<label class="nhsuk-label" for="input-width-10">
National insurance number
<label class="nhsuk-label nhsuk-label--l" for="input-width-10">
National Insurance number
</label>
<div class="nhsuk-hint" id="input-width-10-hint">
Its on your National Insurance card, benefit letter, payslip or P60. For example, QQ 12 34 56 C.
It&#39;s on your National Insurance card, benefit letter, payslip or P60. For example, &#39;QQ 12 34 56 C&#39;.
</div>
<input class="nhsuk-input nhsuk-input--width-10" id="input-width-10" name="test-width-10" type="text" aria-describedby="input-width-10-hint">
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/input/error-and-prefix-and-suffix.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@


<div class="nhsuk-form-group nhsuk-form-group--error">
<label class="nhsuk-label" for="input-with-error-message-and-prefix-and-suffix">
<label class="nhsuk-label nhsuk-label--l" for="input-with-error-message-and-prefix-and-suffix">
What is the cost per item, in pounds?
</label>
<span class="nhsuk-error-message" id="input-with-error-message-and-prefix-and-suffix-error">
Expand All @@ -69,7 +69,7 @@

<div class="nhsuk-input__prefix" aria-hidden="true">£</div>

<input class="nhsuk-input nhsuk-input--error" id="input-with-error-message-and-prefix-and-suffix" name="test-name-7" type="text" aria-describedby="input-with-error-message-and-prefix-and-suffix-error">
<input class="nhsuk-input nhsuk-input--width-5 nhsuk-input--error" id="input-with-error-message-and-prefix-and-suffix" name="test-name-7" type="text" aria-describedby="input-with-error-message-and-prefix-and-suffix-error">
<div class="nhsuk-input__suffix" aria-hidden="true">per item</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions components/input/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@


<div class="nhsuk-form-group nhsuk-form-group--error">
<label class="nhsuk-label" for="input-with-error-message">
<label class="nhsuk-label nhsuk-label--l" for="input-with-error-message">
National Insurance number
</label>
<div class="nhsuk-hint" id="input-with-error-message-hint">
It’s on your National Insurance card, benefit letter, payslip or P60. For example, QQ 12 34 56 C.
It’s on your National Insurance card, benefit letter, payslip or P60. For example, &#39;QQ 12 34 56 C&#39;.
</div>
<span class="nhsuk-error-message" id="input-with-error-message-error">
<span class="nhsuk-u-visually-hidden">Error:</span> Error message goes here
</span>
<input class="nhsuk-input nhsuk-input--error" id="input-with-error-message" name="test-name-3" type="text" aria-describedby="input-with-error-message-hint input-with-error-message-error">
<input class="nhsuk-input nhsuk-input--width-10 nhsuk-input--error" id="input-with-error-message" name="test-name-3" type="text" aria-describedby="input-with-error-message-hint input-with-error-message-error">
</div>

</div>
Expand Down
8 changes: 4 additions & 4 deletions components/input/hint.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@


<div class="nhsuk-form-group">
<label class="nhsuk-label" for="input-with-hint-text">
National insurance number
<label class="nhsuk-label nhsuk-label--l" for="input-with-hint-text">
National Insurance number
</label>
<div class="nhsuk-hint" id="input-with-hint-text-hint">
It’s on your National Insurance card, benefit letter, payslip or P60. For example, QQ 12 34 56 C.
It’s on your National Insurance card, benefit letter, payslip or P60. For example, &#39;QQ 12 34 56 C&#39;.
</div>
<input class="nhsuk-input" id="input-with-hint-text" name="test-name-2" type="text" aria-describedby="input-with-hint-text-hint">
<input class="nhsuk-input nhsuk-input--width-10" id="input-with-hint-text" name="test-name-2" type="text" aria-describedby="input-with-hint-text-hint">
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions components/input/prefix-and-suffix.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@


<div class="nhsuk-form-group">
<label class="nhsuk-label" for="input-with-prefix-and-suffix">
<label class="nhsuk-label nhsuk-label--l" for="input-with-prefix-and-suffix">
What is the cost per item, in pounds?
</label>
<div class="nhsuk-input__wrapper">

<div class="nhsuk-input__prefix" aria-hidden="true">£</div>

<input class="nhsuk-input" id="input-with-prefix-and-suffix" name="test-name-6" type="text">
<input class="nhsuk-input nhsuk-input--width-5" id="input-with-prefix-and-suffix" name="test-name-6" type="text">
<div class="nhsuk-input__suffix" aria-hidden="true">per item</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions components/input/prefix.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@


<div class="nhsuk-form-group">
<label class="nhsuk-label" for="input-with-prefix">
<label class="nhsuk-label nhsuk-label--l" for="input-with-prefix">
What is the cost in pounds?
</label>
<div class="nhsuk-input__wrapper">

<div class="nhsuk-input__prefix" aria-hidden="true">£</div>

<input class="nhsuk-input" id="input-with-prefix" name="test-name-4" type="text">
<input class="nhsuk-input nhsuk-input--width-5" id="input-with-prefix" name="test-name-4" type="text">
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions components/input/suffix.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@


<div class="nhsuk-form-group">
<label class="nhsuk-label" for="input-with-suffix">
<label class="nhsuk-label nhsuk-label--l" for="input-with-suffix">
What is the weight in kilograms?
</label>
<div class="nhsuk-input__wrapper">

<input class="nhsuk-input" id="input-with-suffix" name="test-name-5" type="text">
<input class="nhsuk-input nhsuk-input--width-5" id="input-with-suffix" name="test-name-5" type="text">
<div class="nhsuk-input__suffix" aria-hidden="true">kg</div>

</div>
Expand Down

0 comments on commit 53deeec

Please sign in to comment.