File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
packages/uswds-core/src/styles/mixins/helpers Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 9090
9191 padding-left : units ($theme-alert-icon-size ) + ($alert-icon-optical-padding );
9292 @include at-media ($theme-site-margins-breakpoint ) {
93- @include u-padding-x ($theme-site-margins-width * 2 );
93+ padding-left : units ($theme-site-margins-width ) * 2 ;
94+ padding-right : units ($theme-site-margins-width ) * 2 ;
9495 }
9596
9697 .usa-link {
122123 position : absolute ;
123124 top : units ($theme-alert-padding-y ) * 0.75 ;
124125 @include at-media ($theme-site-margins-breakpoint ) {
125- left : units ($theme-site-margins-width ) - units ($theme-alert-bar-width );
126+ left : calc (
127+ units ($theme-site-margins-width ) - units ($theme-alert-bar-width )
128+ );
126129 }
127130 }
128131}
163166
164167 padding-left : $alert-slim-icon-size + $alert-icon-optical-padding ;
165168 @include at-media ($theme-site-margins-breakpoint ) {
166- padding-left : units ($theme-site-margins-width ) + $alert-slim-icon-size ;
169+ padding-left : calc (
170+ units ($theme-site-margins-width ) + $alert-slim-icon-size
171+ );
167172 }
168173 }
169174}
You can’t perform that action at this time.
0 commit comments