Browse Source

form required icon fixed

master
rdrew 1 year ago
parent
commit
023cf6da18
  1. 2
      css/global-style.css
  2. 2
      css/global-style.css.map
  3. 2
      css/sass/components/_form.scss

2
css/global-style.css

File diff suppressed because one or more lines are too long

2
css/global-style.css.map

File diff suppressed because one or more lines are too long

2
css/sass/components/_form.scss

@ -84,7 +84,7 @@ label.option {
content: ''; content: '';
vertical-align: super; vertical-align: super;
/* Use a background image to prevent screen readers from announcing the text. */ /* Use a background image to prevent screen readers from announcing the text. */
background-image: url(../../../images/icons/required.svg); background-image: url(../images/icons/required.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 6px 6px; background-size: 6px 6px;
} }

Loading…
Cancel
Save