Website: Update margin on platform filter icons (#32376)

Closes https://github.com/fleetdm/confidential/issues/12011

Changes:
- Updated the margin of platform filters on /tables, /policies,
/queries, /vitals, and /os-settings pages.
This commit is contained in:
Eric 2025-08-27 15:00:58 -05:00 committed by GitHub
parent 1d9131a602
commit a03a625eae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 12 deletions

View file

@ -44,7 +44,6 @@
cursor: pointer;
img {
height: 20px;
margin-right: 10px;
}
h1 {
color: #192147;
@ -63,6 +62,9 @@
font-weight: 700;
}
}
span {
margin-left: 10px;
}
}
}

View file

@ -49,7 +49,6 @@
cursor: pointer;
img {
height: 20px;
margin-right: 10px;
}
h1 {
scroll-margin-top: 120px;
@ -69,6 +68,9 @@
font-weight: 700;
}
}
span {
margin-left: 10px;
}
}
}
@ -661,13 +663,7 @@
top: 32px;
}
}
[purpose='platform-filters'] {
[purpose='platform-filter'] {
img {
margin-right: 0px;
}
}
}
}
@media (max-width: 576px) {

View file

@ -161,7 +161,6 @@
cursor: pointer;
img {
height: 20px;
margin-right: 10px;
}
h1 {
scroll-margin-top: 120px;
@ -181,6 +180,9 @@
font-weight: 700;
}
}
span {
margin-left: 10px;
}
}

View file

@ -167,7 +167,6 @@
cursor: pointer;
img {
height: 20px;
margin-right: 10px;
}
h1 {
color: #192147;
@ -186,6 +185,9 @@
font-weight: 700;
}
}
span {
margin-left: 10px;
}
}

View file

@ -242,7 +242,6 @@
cursor: pointer;
img {
height: 20px;
margin-right: 10px;
}
h1 {
scroll-margin-top: 120px;
@ -262,6 +261,9 @@
font-weight: 700;
}
}
span {
margin-left: 10px;
}
}
}