Fleet UI: Fix 404 button styling (#25169)

This commit is contained in:
RachelElysia
2025-01-07 09:17:10 -05:00
committed by GitHub
parent e759582ba4
commit 89508733be
+4 -1
View File
@@ -5,7 +5,6 @@
}
button {
margin: $pad-medium;
width: 197px;
font-size: $small;
@@ -17,6 +16,10 @@
}
&__button-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: $pad-medium;
margin-bottom: $pad-large;
}