We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f88f99 commit 18b8f1dCopy full SHA for 18b8f1d
app/src/styles/App.scss
@@ -722,6 +722,12 @@ $hunit: '%';
722
margin-bottom: nhsuk-spacing(3);
723
}
724
725
+.nhsuk-icon__chevron-left {
726
+ margin: auto;
727
+ top: 0;
728
+ bottom: 0;
729
+}
730
+
731
.nhsuk-header__navigation-list {
732
display: grid;
733
grid-template-columns: auto auto 1fr;
@@ -1193,6 +1199,7 @@ $hunit: '%';
1193
1199
.button-container {
1194
1200
display: flex;
1195
1201
align-items: baseline;
1202
+ font-size: 1rem;
1196
1203
1197
1204
1198
1205
0 commit comments