-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some file moves. Move styles over to NP
- Loading branch information
Aaron Caldwell
committed
Apr 16, 2020
1 parent
049b216
commit 7303e71
Showing
10 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,3 @@ | ||
// Import the EUI global scope so we can use EUI constants | ||
@import 'src/legacy/ui/public/styles/_styling_constants'; | ||
|
||
/* GIS plugin styles */ | ||
|
||
// Prefix all styles with "map" to avoid conflicts. | ||
// Examples | ||
// mapChart | ||
// mapChart__legend | ||
// mapChart__legend--small | ||
// mapChart__legend-isLoading | ||
|
||
@import './main'; | ||
@import './mapbox_hacks'; | ||
@import '../../../../plugins/maps/public/connected_components/index'; | ||
@import '../../../../plugins/maps/public/components/index'; | ||
@import '../../../../plugins/maps/public/layers/index'; | ||
@import '../../../../plugins/maps/public/index'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* GIS plugin styles */ | ||
|
||
// Import the EUI global scope so we can use EUI constants | ||
@import 'src/legacy/ui/public/styles/_styling_constants'; | ||
|
||
// Prefix all styles with "map" to avoid conflicts. | ||
// Examples | ||
// mapChart | ||
// mapChart__legend | ||
// mapChart__legend--small | ||
// mapChart__legend-isLoading | ||
|
||
@import 'main'; | ||
@import 'mapbox_hacks'; | ||
@import 'connected_components/index'; | ||
@import 'components/index'; | ||
@import 'layers/index'; |