Skip to content

Commit cf970ab

Browse files
committed
POD Prototype
1 parent 9e562d8 commit cf970ab

File tree

113 files changed

+26432
-19175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+26432
-19175
lines changed

dist/components/FDP/Subnav.css

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
.nhsuk-u-visually-hidden {
2+
position: absolute !important;
3+
width: 1px !important;
4+
height: 1px !important;
5+
padding: 0 !important;
6+
margin: -1px !important;
7+
overflow: hidden !important;
8+
clip: rect(0, 0, 0, 0) !important;
9+
white-space: nowrap !important;
10+
border: 0 !important;
11+
}
12+
.nhsuk-u-hidden {
13+
display: none !important;
14+
}
15+
.nhsuk-u-show {
16+
display: block !important;
17+
}
18+
.nhsuk-u-text-left {
19+
text-align: left !important;
20+
}
21+
.nhsuk-u-text-center {
22+
text-align: center !important;
23+
}
24+
.nhsuk-u-text-right {
25+
text-align: right !important;
26+
}
27+
.nhsuk-u-margin-0 {
28+
margin: 0 !important;
29+
}
30+
.nhsuk-u-margin-bottom-0 {
31+
margin-bottom: 0 !important;
32+
}
33+
.nhsuk-u-margin-top-0 {
34+
margin-top: 0 !important;
35+
}
36+
.nhsuk-u-padding-0 {
37+
padding: 0 !important;
38+
}
39+
.nhsuk-u-padding-bottom-0 {
40+
padding-bottom: 0 !important;
41+
}
42+
.nhsuk-u-padding-top-0 {
43+
padding-top: 0 !important;
44+
}
45+
.nhsuk-u-clearfix::after {
46+
content: "";
47+
display: table;
48+
clear: both;
49+
}
50+
51+
.nhsuk-header .nhsuk-u-visually-hidden,
52+
.nhsuk-header__search .nhsuk-u-visually-hidden,
53+
label .nhsuk-u-visually-hidden,
54+
span .nhsuk-u-visually-hidden {
55+
position: absolute !important;
56+
width: 1px !important;
57+
height: 1px !important;
58+
padding: 0 !important;
59+
margin: -1px !important;
60+
overflow: hidden !important;
61+
clip: rect(0, 0, 0, 0) !important;
62+
-webkit-clip-path: inset(50%) !important;
63+
clip-path: inset(50%) !important;
64+
white-space: nowrap !important;
65+
border: 0 !important;
66+
}
67+
68+
.nhsuk-width-container {
69+
margin: 0 auto;
70+
padding: 0 24px;
71+
max-width: 1200px;
72+
}
73+
@media (min-width: 768px) {
74+
.nhsuk-width-container {
75+
padding: 0 32px;
76+
}
77+
}
78+
@media (min-width: 1020px) {
79+
.nhsuk-width-container {
80+
padding: 0 40px;
81+
}
82+
}
83+
84+
.nhsuk-icon {
85+
width: auto !important;
86+
height: 2em;
87+
vertical-align: text-bottom;
88+
flex-shrink: 0;
89+
}
90+
91+
.fdp-subnav {
92+
padding: 24px 0;
93+
}
94+
.fdp-subnav__row {
95+
align-items: flex-end;
96+
row-gap: 16px;
97+
}
98+
@media (min-width: 768px) {
99+
.fdp-subnav__row {
100+
justify-content: flex-end;
101+
}
102+
}
103+
.fdp-subnav__column {
104+
display: flex;
105+
flex-direction: column;
106+
}
107+
.fdp-subnav__label {
108+
display: block;
109+
margin-bottom: 8px;
110+
font-weight: 600;
111+
font-size: 14px;
112+
}
113+
@media (min-width: 768px) {
114+
.fdp-subnav__label {
115+
font-size: 16px;
116+
}
117+
}

0 commit comments

Comments
 (0)