diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 1c9aaf739..ec5d97b0f 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -178,6 +178,12 @@ td.table-empty-message { background-position: 0; } +.usa-template-list-template { + background: url(../img/material-icons/description.svg) no-repeat; + padding-left: 40px; + background-size: 30px 30px; +} + .js-enabled .live-search { display: flex; margin-bottom: units(2);