First commit
This commit is contained in:
41
application/elements/filler.js
Normal file
41
application/elements/filler.js
Normal file
@@ -0,0 +1,41 @@
|
||||
|
||||
|
||||
export default class filler{
|
||||
|
||||
layers = 1;
|
||||
|
||||
height = "-webkit-fill-available";
|
||||
|
||||
#ifdef MACOS
|
||||
|
||||
#ifdef DARK
|
||||
|
||||
background = "#282828";
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef LIGHT
|
||||
|
||||
background = "#ffffff";
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef WINDOWS
|
||||
|
||||
#ifdef LIGHT
|
||||
|
||||
color = "black";
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef DARK
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
width = "-webkit-fill-available";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user