From a57cecee0d8bf1d5d3de751a085e50210b5224d1 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Fri, 30 Jun 2023 11:53:36 -0400 Subject: [PATCH] Added a file icon --- app/assets/sass/uswds/_uswds-theme-custom-styles.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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);