Skip to content

Commit

Permalink
Removed class that was causing issues with the logout button
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia committed Sep 19, 2023
1 parent 7c80197 commit 827e496
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions frontend/src/assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@
--cds-support-error: #E72000;
}

.heading-buttons {
display: flex;
gap: 2.5rem;
--cds-text-inverse: var(--border-subtle-02);
--cds-button-tertiary: var(--border-subtle-02);
--cds-button-tertiary-hover: var(--others-transparent-transparent);
--cds-link-primary: var(--border-subtle-02);
}

.heading-buttons cds-button span {
width: 7rem;
}
Expand Down Expand Up @@ -340,6 +331,7 @@ hr {
font-weight: 400;
line-height: 2.5rem; /* 125% */
}

.body-01 {
color: var(--light-theme-text-text-secondary, #606062);

Expand Down Expand Up @@ -602,6 +594,7 @@ hr {
gap: 0.125rem;
flex: 1 0 0;
}

.grouping-09 {
align-self: stretch;
display: flex;
Expand Down

0 comments on commit 827e496

Please sign in to comment.