mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
fix sandbox expiration styling on host details (#7110)
This commit is contained in:
parent
73d0299af9
commit
34749e377f
2 changed files with 1 additions and 7 deletions
|
|
@ -0,0 +1 @@
|
|||
- fix the banner styling for the sandbox expiry on host details page
|
||||
|
|
@ -6,13 +6,6 @@
|
|||
gap: 1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: $x-small;
|
||||
color: $core-vibrant-blue;
|
||||
font-weight: $bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header {
|
||||
flex: 100%;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue