2022-12-30 09:07:02 +01:00
|
|
|
.root-box .surah.theme.moon {
|
2022-11-20 01:57:16 +01:00
|
|
|
$gold: darken(#ECB200, 5%);
|
|
|
|
$white: #FFF;
|
2022-10-31 19:31:06 +01:00
|
|
|
|
2022-12-30 09:07:02 +01:00
|
|
|
.image-box .image {
|
|
|
|
background-image: url("/images/moon.svg");
|
|
|
|
background-size: cover;
|
2022-10-31 19:31:06 +01:00
|
|
|
}
|
|
|
|
|
2022-12-30 09:07:02 +01:00
|
|
|
.surah-row.theme-language .react-select {
|
2022-11-27 19:48:41 +01:00
|
|
|
color: $gold;
|
|
|
|
}
|
|
|
|
|
2022-12-30 09:07:02 +01:00
|
|
|
.surah-row.surah-details {
|
2022-11-27 19:48:41 +01:00
|
|
|
color: $gold;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-12-28 09:53:47 +01:00
|
|
|
.surah-row .timer {
|
2022-11-20 01:57:16 +01:00
|
|
|
color: $white;
|
2022-12-28 09:53:47 +01:00
|
|
|
background: $gold;
|
|
|
|
}
|
|
|
|
|
2023-01-13 16:35:49 +01:00
|
|
|
.surah-row .shape-box {
|
2022-12-28 09:53:47 +01:00
|
|
|
background: $gold;
|
2022-10-31 19:31:06 +01:00
|
|
|
}
|
|
|
|
}
|
2022-11-06 11:11:27 +01:00
|
|
|
|
2022-12-30 09:07:02 +01:00
|
|
|
.root-box .surah.theme.moon.ar {
|
2022-11-06 11:11:27 +01:00
|
|
|
direction: rtl;
|
|
|
|
font-family: "Vazirmatn Regular";
|
|
|
|
}
|