mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
1d9131a602
commit
a03a625eae
5 changed files with 16 additions and 12 deletions
4
website/assets/styles/pages/os-settings.less
vendored
4
website/assets/styles/pages/os-settings.less
vendored
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue