Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Nov 26, 2024
1 parent 9bfaf3e commit d312641
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/components/organisms/passageNavigation.module.scss
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
@import '../../styles/common.scss';

.wrapper {
display: flex;
background-color: $ts-bibleVersionH;
display: flex;
background-color: $ts-bibleVersionH;
}

.wrapper button {
background: none;
border: none;
background: none;
border: none;
}

.wrapper li,
.wrapper li button {
color: $ts-lightTone;
font-weight: 700;
size: 16px;
line-height: 19.2px;
text-transform: uppercase;
list-style-type: none;
color: $ts-lightTone;
font-weight: 700;
size: 16px;
line-height: 19.2px;
text-transform: uppercase;
list-style-type: none;
}

.wrapper :global(.active),
.wrapper :global(.active) button {
color: $ts-salmon;
}
color: $ts-salmon;
}

0 comments on commit d312641

Please sign in to comment.