First commit
This commit is contained in:
24
application/demo/pages/appearance/themeSelector.label.js
Normal file
24
application/demo/pages/appearance/themeSelector.label.js
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
|
||||
export default class selectLabel{
|
||||
|
||||
fontSize = 12;
|
||||
|
||||
fontWeight = "bold";
|
||||
|
||||
margin = "0 auto"
|
||||
|
||||
|
||||
#ifdef DARK
|
||||
|
||||
color = "white"
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef LIGHT
|
||||
|
||||
color = "black";
|
||||
|
||||
#endif
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user