You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #carto-int {
- .title-interactive {
- color: $orange;
- font-family: FranklinGothic;
- text-align: center;
- margin-top: 75px;
- margin-bottom: 75px;
- }
-
- .popup-bulle {
- position: relative;
-
- .popover {
- transform: none !important;
- top: 5px !important;
- right: 5px;
- left: auto !important;
-
- .arrow {
- display: none;
- }
- }
-
- .carto-bulles {
- border: 2px solid $green;
- min-height: 800px;
-
- tspan {
- font-family: dinbold;
- }
- }
- }
- }
|