Skip to content

Commit

Permalink
(style) change nav buttons style
Browse files Browse the repository at this point in the history
  • Loading branch information
icrc-jofrancisco committed Mar 28, 2024
1 parent 36f3551 commit 1d2bc5f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@use '@carbon/styles/scss/type';
@use '@carbon/styles/scss/spacing';
@use '@carbon/styles/scss/colors';

.button-set {
margin-top: 1rem;
Expand All @@ -23,15 +24,16 @@

.nav-link-text {
margin-top: 0.125rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: calc(100% - #{spacing.$spacing-02});
@include type.type-style('label-01');
@include type.type-style('body-01');
}

.nav-label {
@include type.type-style('label-01');
color: #696969;
color: colors.$gray-70;
}

ul {
Expand Down

0 comments on commit 1d2bc5f

Please sign in to comment.