Stablized with all CSS working now

This commit is contained in:
Alex Janousek
2025-11-06 14:23:30 -05:00
parent d86da8ed50
commit 5d9719e0f2
29 changed files with 994 additions and 417 deletions

View File

@@ -0,0 +1,15 @@
@use 'uswds-core' as *;
.usa-tooltip__information {
background: transparent;
border: none;
padding: 0;
cursor: pointer;
display: inline-flex;
align-items: center;
.usa-icon {
width: units(3);
height: units(3);
}
}