al-quran.reflectslight.io/src/css/themes/moon.scss

41 lines
580 B
SCSS
Raw Normal View History

2023-02-27 02:04:55 +01:00
.root .content.theme.moon {
2022-11-20 01:57:16 +01:00
$gold: darken(#ECB200, 5%);
$white: #FFF;
2022-10-31 19:31:06 +01:00
2023-02-27 02:04:55 +01:00
.header .image {
background-image: url("/images/moon.svg");
background-size: cover;
2022-10-31 19:31:06 +01:00
}
2023-02-27 23:45:35 +01:00
.row.dropdown-row .react-select {
2022-11-27 19:48:41 +01:00
color: $gold;
}
2023-02-27 02:04:55 +01:00
.row.details {
2022-11-27 19:48:41 +01:00
color: $gold;
}
2022-11-20 01:57:16 +01:00
ul.stream {
li.ayah {
span.surah-id.ayah-id {
2022-11-20 01:57:16 +01:00
color: $gold;
}
p { }
2022-10-31 19:31:06 +01:00
}
}
2023-02-27 02:04:55 +01:00
.row .timer {
2022-11-20 01:57:16 +01:00
color: $white;
background: $gold;
}
2023-02-27 02:04:55 +01:00
.row .shape {
background: $gold;
2022-10-31 19:31:06 +01:00
}
}
2022-11-06 11:11:27 +01:00
2023-02-27 02:04:55 +01:00
.root .content.theme.moon.ar {
2022-11-06 11:11:27 +01:00
direction: rtl;
font-family: "Vazirmatn Regular";
}