Skip to content

Commit

Permalink
Revert "Removed class that was causing issues with the logout button"
Browse files Browse the repository at this point in the history
This reverts commit 827e496.
  • Loading branch information
mamartinezmejia committed Sep 19, 2023
1 parent 827e496 commit eab2a43
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions frontend/src/assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
--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 @@ -331,7 +340,6 @@ hr {
font-weight: 400;
line-height: 2.5rem; /* 125% */
}

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

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

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

0 comments on commit eab2a43

Please sign in to comment.