Remove unused CSS (SurahStream.scss)

This commit is contained in:
0x1eef 2024-05-30 05:24:11 -03:00
parent e131dc9caa
commit f2715846a9
3 changed files with 0 additions and 45 deletions

View file

@ -37,10 +37,6 @@ body .root .content.theme {
* LTR languages
*/
body .root .content.theme.en {
ul.body.stream {
.sound-off.icon, .sound-on.icon {
}
}
}
/**
@ -48,16 +44,6 @@ body .root .content.theme.en {
*/
body .root .content.theme.rtl {
font-size: larger;
header {
.surah-name {
flex-direction: row-reverse;
.transliterated-name {
display: none;
}
}
}
ul.body.stream {
li.ayah {
.sound-off.icon, .sound-on.icon {
@ -65,13 +51,4 @@ body .root .content.theme.rtl {
}
}
}
footer {
.timer {
justify-content: flex-start;
}
.sound-box {
justify-content: flex-start;
}
}
}

View file

@ -2,12 +2,6 @@
@import "themes/blue/base/colors";
@import "base/breakpoints";
header {
div {
.localized-name, .transliterated-name { color: $secondary-color; }
}
}
ul.body.stream {
li.ayah {
span span {
@ -23,15 +17,3 @@
}
}
}
.root .content.theme.blue.rtl {
@import "themes/blue/base/colors";
header {
div {
.localized-name {
color: $primary-color;
}
}
}
}

View file

@ -27,7 +27,3 @@
}
}
}
.root .content.theme.green.rtl {
@import "themes/green/base/colors";
}