mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
316f2d1547
commit
7b3d3e7a18
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue