10 lines
103 B
SCSS
10 lines
103 B
SCSS
|
/*
|
||
|
Theme: Light (Default)
|
||
|
*/
|
||
|
|
||
|
body {
|
||
|
--esri-calcite-mode-name: "light";
|
||
|
}
|
||
|
|
||
|
@import "../base/core";
|