-
-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
23 changed files
with
244 additions
and
384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
...components/TarteelVoiceSearch/TarteelSearchResultItem/TarteelSearchResultItem.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
.translationName { | ||
font-size: var(--font-size-xsmall); | ||
opacity: var(--opacity-75); | ||
} | ||
|
||
.translationContainer { | ||
margin-block-start: var(--spacing-small); | ||
margin-block-end: var(--spacing-small); | ||
margin-inline-start: 0; | ||
margin-inline-end: 0; | ||
em { | ||
font-weight: var(--font-weight-semibold); | ||
text-decoration: underline; | ||
} | ||
} | ||
|
||
.container { | ||
text-decoration: none; | ||
border-block-end: 1px solid var(--color-borders-hairline); | ||
padding-block: var(--spacing-medium); | ||
margin-block-end: var(--spacing-xsmall); | ||
} | ||
|
||
.itemContainer { | ||
border-radius: var(--border-radius-default); | ||
margin-inline-start: auto; | ||
margin-inline-end: auto; | ||
} | ||
|
||
.quranTextResult { | ||
font-size: var(--font-size-xlarge); | ||
line-height: var(--line-height-large); | ||
direction: rtl; | ||
padding-block-start: var(--spacing-micro); | ||
padding-block-end: var(--spacing-micro); | ||
padding-inline-start: var(--spacing-micro); | ||
padding-inline-end: var(--spacing-micro); | ||
} | ||
|
||
.verseKey { | ||
color: var(--color-success-medium); | ||
display: block; | ||
margin-block-end: var(--spacing-medium); | ||
font-weight: var(--font-weight-bold); | ||
} |
Oops, something went wrong.