From 8f51c4f96b1930b4389a4fd5fca0ff2e1067e205 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Thu, 13 Jul 2023 13:58:10 -0400 Subject: [PATCH] small style change --- app/assets/sass/uswds/_uswds-theme-custom-styles.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 6b50acbf4..3a6a43dd0 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -215,3 +215,11 @@ td.table-empty-message { top: 0; } } + +.sticky-template-form { + margin: 0; + padding: 0; + &:focus { + outline-offset: units(1); + } +}