2022-10-31 19:31:06 +01:00
|
|
|
.surah .moon.theme {
|
2022-11-20 01:57:16 +01:00
|
|
|
$gold: darken(#ECB200, 5%);
|
|
|
|
$white: #FFF;
|
2022-10-31 19:31:06 +01:00
|
|
|
|
|
|
|
.flex-image {
|
|
|
|
.image {
|
|
|
|
background-image: url("/images/moon.svg");
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-11-20 01:57:16 +01:00
|
|
|
ul.stream {
|
|
|
|
li.ayah {
|
2022-11-20 10:29:30 +01:00
|
|
|
span.surah-id.ayah-id {
|
2022-11-20 01:57:16 +01:00
|
|
|
color: $gold;
|
|
|
|
}
|
|
|
|
p { }
|
2022-10-31 19:31:06 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.timer {
|
2022-11-20 01:57:16 +01:00
|
|
|
color: $white;
|
|
|
|
background-color: lighten($gold, 5%);
|
2022-10-31 19:31:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.about-surah {
|
2022-11-20 01:57:16 +01:00
|
|
|
color: $gold;
|
2022-10-31 19:31:06 +01:00
|
|
|
}
|
|
|
|
}
|
2022-11-06 11:11:27 +01:00
|
|
|
|
2022-11-06 11:13:00 +01:00
|
|
|
.surah .moon.theme.ar {
|
2022-11-06 11:11:27 +01:00
|
|
|
direction: rtl;
|
|
|
|
font-family: "Vazirmatn Regular";
|
|
|
|
}
|