mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Spiffier UI: Fix tabs spacing (#3344)
This commit is contained in:
parent
77f07f74e9
commit
9dade98422
2 changed files with 7 additions and 5 deletions
|
|
@ -7,6 +7,7 @@ describe("User invite and activation", () => {
|
|||
|
||||
it("Invites and activates a user", () => {
|
||||
cy.visit("/settings/organization");
|
||||
cy.wait(1000); // eslint-disable-line cypress/no-unnecessary-waiting
|
||||
|
||||
cy.findByRole("tab", { name: /^users$/i }).click();
|
||||
|
||||
|
|
|
|||
|
|
@ -9,19 +9,20 @@
|
|||
border-bottom: 1px solid $ui-gray;
|
||||
}
|
||||
&__tab {
|
||||
padding-bottom: $pad-small;
|
||||
padding: $pad-small 0;
|
||||
margin-right: $pad-xxlarge;
|
||||
font-size: $x-small;
|
||||
border: none;
|
||||
|
||||
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
outline: 0;
|
||||
}
|
||||
&--selected {
|
||||
text-shadow: -0.3px 0 #192147, 0.3px 0 #192147;
|
||||
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
content: "";
|
||||
width: 100%;
|
||||
height: 0;
|
||||
border-bottom: 1px solid #6a67fe;
|
||||
|
|
@ -51,7 +52,7 @@
|
|||
margin-top: $pad-xxlarge;
|
||||
font-size: $small;
|
||||
font-weight: $bold;
|
||||
|
||||
|
||||
span {
|
||||
margin-top: $pad-medium;
|
||||
font-size: $x-small;
|
||||
|
|
|
|||
Loading…
Reference in a new issue