mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-27 14:21:39 -07:00
Zoom button styling does not match spec // General custom controls fix (#357)
This commit is contained in:
parent
cfce0dc826
commit
dbf1ae2ad8
19 changed files with 31006 additions and 294 deletions
15
client/src/components/territoryFocusControl.module.scss.d.ts
vendored
Normal file
15
client/src/components/territoryFocusControl.module.scss.d.ts
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
declare namespace TerritoryFocusControlModuleScssNamespace {
|
||||
export interface ITerritoryFocusControlModuleScss {
|
||||
territoryFocusContainer: string;
|
||||
territoryFocusButton: string;
|
||||
}
|
||||
}
|
||||
|
||||
declare const TerritoryFocusControlModuleScssModule:
|
||||
TerritoryFocusControlModuleScssNamespace.ITerritoryFocusControlModuleScss & {
|
||||
/** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
|
||||
locals: TerritoryFocusControlModuleScssNamespace.ITerritoryFocusControlModuleScss;
|
||||
};
|
||||
|
||||
export = TerritoryFocusControlModuleScssModule;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue