-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
83 additions
and
20 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 |
---|---|---|
@@ -0,0 +1,69 @@ | ||
/* | ||
* Software Name : IotMapManager | ||
* Version: 2.5.1 | ||
* SPDX-FileCopyrightText: Copyright (c) 2020 Orange | ||
* SPDX-License-Identifier: MIT | ||
* | ||
* This software is distributed under the MIT License, | ||
* the text of which is available at https://github.com/Orange-OpenSource/IOT-Map-Component/blob/master/LICENSE | ||
* or see the "license.txt" file for more details. | ||
* | ||
* Author: S. Gateau | ||
* Software description: provide markers, tabs, clusters and paths dedicated to iot projects using mapping | ||
*/ | ||
|
||
/* shadows.css */ | ||
|
||
.iotmap-markericon .iotmap-selected-circle-shadow { | ||
position: absolute; | ||
top: 42px; | ||
left:-10px; | ||
width:70px; | ||
height: 26px; | ||
z-index: 5; | ||
} | ||
|
||
.iotmap-markericon .iotmap-selected-square-shadow { | ||
position: absolute; | ||
top: 42px; | ||
left:-10px; | ||
width:70px; | ||
height: 24px; | ||
z-index: 5; | ||
} | ||
|
||
.iotmap-markericon .iotmap-circle-shadow { | ||
position: absolute; | ||
top:-18px; | ||
left:-18px; | ||
width: 66px; | ||
height: 66px; | ||
z-index: 5; | ||
} | ||
|
||
.iotmap-markericon .iotmap-circle-pin-shadow { | ||
position: absolute; | ||
top:24px; | ||
left:-20px; | ||
width:70px; | ||
height: 24px; | ||
z-index: 5; | ||
} | ||
|
||
.iotmap-markericon .iotmap-square-shadow { | ||
position: absolute; | ||
top:-20px; | ||
left:-20px; | ||
width:70px; | ||
height: 70px; | ||
z-index: 5; | ||
} | ||
|
||
.iotmap-markericon .iotmap-square-pin-shadow { | ||
position: absolute; | ||
top:24px; | ||
left:-20px; | ||
width:70px; | ||
height: 26px; | ||
z-index: 5; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
@import './css/markers.css'; | ||
@import './css/popup.css'; | ||
@import './css/tabs.css'; | ||
@import './css/shadows.css'; | ||
|
||
|
||
|
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