-
-
Notifications
You must be signed in to change notification settings - Fork 190
/
leptonContent.scss
64 lines (52 loc) · 2.08 KB
/
leptonContent.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
@use "utils/os" as *;
@use "utils/option" as *;
@use "utils/color_scheme" as *;
@use "utils/accent_color" as *;
@use "utils/native_menu" as *;
@use "utils/moz_document" as *;
@use "utils/moz_box" as *;
@use "utils/proton_elements" as Proton;
@use "sass:selector";
/** Compatibility *************************************************************/
@import "contents/compatibility";
/** Video player **************************************************************/
@import "contents/video_player";
/** Activity Stream ***********************************************************/
@import "contents/activity_stream";
/** Error Page - Restore illustrations ****************************************/
@include Option("userContent.page.illustration") {
@import "contents/error_page";
}
/** Fully Dark Mode ***********************************************************/
/*= Fully Dark Mode - Dark Mode Colors =======================================*/
@include Option("userContent.page.proton_color") {
@import "contents/proton_color";
}
@include Option("userContent.page.dark_mode") {
@import "contents/dark_mode";
}
/** Fully Proton Mode *********************************************************/
@include Option("userContent.page.proton") {
@import "contents/proton_contents";
}
/** Rounding ******************************************************************/
@import "contents/rounding";
@include moz-document(url-prefix "about:", regexp ".*\.pdf$") {
@import "rounding/dialog";
}
// Put here to include library as a tab
@include moz-document(url "chrome://browser/content/places/places.xhtml") {
@import "rounding/library";
}
/** Monospace *****************************************************************/
@include Option("userContent.page.monospace") {
@import "contents/monospace";
}
/** Menu - Icons Layout *******************************************************/
@include NotOption("userChrome.icon.disabled") {
@include Option("userChrome.icon.menu") {
@import "contents/context_menu";
}
}
/** Download Panel ************************************************************/
@import "contents/downloads";