mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 15:28:26 -04:00
Stablized with all CSS working now
This commit is contained in:
15
app/assets/sass/uswds/components/_tooltip.scss
Normal file
15
app/assets/sass/uswds/components/_tooltip.scss
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user