update ABM expiry message to match font size of other warning messages (#14926)

quick fix to font size to match other warning message font sizes
This commit is contained in:
Gabriel Hernandez 2023-11-03 16:05:30 +00:00 committed by GitHub
parent 316f2d1547
commit 7b3d3e7a18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
background-color: $ui-yellow-banner;
border: 1px solid #ece0bb;
border-radius: $border-radius;
font-size: $xx-small;
font-size: $x-small;
position: sticky; // Needed for settings page scroll
z-index: 4; // Needed for settings page scroll