mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-06 06:31:33 -04:00
16 lines
240 B
SCSS
16 lines
240 B
SCSS
@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);
|
|
}
|
|
}
|