Adjust paginated button icon alignment (#15795)
## Addresses #15032 <img width="431" alt="Screenshot 2023-12-20 at 4 58 51 PM" src="https://github.com/fleetdm/fleet/assets/61553566/89b856f8-f2bb-4c00-a8b7-7a115eb1de23"> - [x] Manual QA for all new/changed functionality Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
co-authored by
Jacob Shandling
parent
cce6875787
commit
e58f1bbc22
@@ -19,7 +19,7 @@
|
||||
font-size: 0.6rem;
|
||||
font-weight: $bold;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
font-size: 0.6rem;
|
||||
font-weight: $bold;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -319,7 +319,7 @@ $shadow-transition-width: 10px;
|
||||
font-size: 0.6rem;
|
||||
font-weight: $bold;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -330,7 +330,7 @@ $shadow-transition-width: 10px;
|
||||
font-size: 0.6rem;
|
||||
font-weight: $bold;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user