Added search and results mocks

This commit is contained in:
2021-06-29 16:35:11 +01:00
parent c712d41599
commit b488caa013
35 changed files with 1581 additions and 108 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
@import "node_modules/govuk-frontend/govuk/all";
@import "prevent-training/_application";
//@import "prevent-training/_application";
@import "welshgov/_application";
// global styles for <a> and <p> tags
+47 -2
View File
@@ -26,8 +26,53 @@
.visually-hidden {
position: absolute !important;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
word-wrap: normal;
}
}
.form-inline-label {
.inlineFieldset {
display: flex;
@media screen and (max-width: 900px) {
display: block;
}
}
legend {
align-self: flex-end;
margin-right: 20px;
}
.inlineFieldset .govuk-date-input__item:last-of-type {
margin-right: 0px;
position: relative;
top: -2px;
label.govuk-label.govuk-checkboxes__label.no__right_padding {
padding-right: 0px;
}
}
}
div.govuk-summary-list__row:nth-child(even) {
background: #f3f2f1;
}
.results_wider {
width: 170px;
}
.results-visually-hidden {
display: none;
@media screen and (max-width: 900px) {
display: block;
font-weight: bold;
}
}
.results-headings {
@media screen and (max-width: 900px) {
display: none;
}
}