File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2121 width : 100% ;
2222 }
2323
24- @include mq ($from : tablet) {
24+ @include nhsuk-media-query ($from : tablet) {
2525 flex-direction : row ;
2626 flex-wrap : wrap ;
2727
Original file line number Diff line number Diff line change 44// so that when it sits to the right of a text input
55// (eg a search box) it is the same height.
66.app-button--small {
7- @include nhsuk-typography-responsive (16 );
7+ @include nhsuk-font-size (16 );
88 padding : nhsuk-spacing (2 ) 12px ;
99}
1010
Original file line number Diff line number Diff line change 88}
99
1010.app-feedback-panel__title {
11- @include nhsuk-typography-responsive (22 );
11+ @include nhsuk-font-size (22 );
1212}
Original file line number Diff line number Diff line change 55.nhsuk-related-nav {
66 border-top : 1px solid $nhsuk-border-color ;
77
8- @include mq ($until : desktop) {
8+ @include nhsuk-media-query ($until : desktop) {
99 margin-top : nhsuk-spacing (7 );
1010 }
1111}
1212
1313.nhsuk-related-nav__heading {
14- @include nhsuk-typography-responsive (19 , $override- line-height : 1.2 );
14+ @include nhsuk-font-size (19 , $line-height : 1.2 );
1515
1616 margin-bottom : 12px ;
1717 padding-top : nhsuk-spacing (3 );
1818}
1919
2020.nhsuk-related-nav__list {
21- @include nhsuk-typography-responsive (16 );
21+ @include nhsuk-font-size (16 );
2222
2323 list-style : none ;
2424 padding-left : 0 ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ table {
1313
1414.app-table__header--min-width-200 {
1515 min-width : 100px ;
16- @include mq ($from : desktop) {
16+ @include nhsuk-media-query ($from : desktop) {
1717 min-width : 200px ;
1818 }
1919}
Original file line number Diff line number Diff line change 5353 text-decoration : none ;
5454 width : 100% ;
5555
56- @include mq ($media-type : print) {
56+ @include nhsuk-media-query ($media-type : print) {
5757 color : $color_nhsuk-black ;
5858 }
5959
6060 .nhsuk-icon {
6161 position : absolute ;
6262 top : -2px ;
6363
64- @include mq ($media-type : print) {
64+ @include nhsuk-media-query ($media-type : print) {
6565 color : $color_nhsuk-black ;
6666 margin-top : 0 ;
6767 }
115115}
116116
117117.nhsuk-pagination__title {
118- @include nhsuk-typography-responsive ( 24 );
118+ @include nhsuk-font-size ( 26 );
119119
120120 display : block ;
121121
122- @include mq ($media-type : print) {
122+ @include nhsuk-media-query ($media-type : print) {
123123 & :after {
124124 content : " page" ; /* [2] */
125125 }
126126 }
127127}
128128
129129.nhsuk-pagination__page {
130- @include nhsuk-typography-responsive (16 );
130+ @include nhsuk-font-size (16 );
131131
132132 display : block ;
133133 text-decoration : underline ;
You can’t perform that action at this time.
0 commit comments