mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
add satellite overlay toggle
This commit is contained in:
@@ -13,3 +13,4 @@
|
||||
@import "mediaplayer";
|
||||
@import "cover";
|
||||
@import "search";
|
||||
@import "satelliteoverlaytoggle";
|
||||
|
||||
28
src/scss/satelliteoverlaytoggle.scss
Normal file
28
src/scss/satelliteoverlaytoggle.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
@import "variables";
|
||||
|
||||
.satellite-overlay-toggle {
|
||||
background-color: rgb(53, 53, 53);
|
||||
opacity: 0.9;
|
||||
position: fixed;
|
||||
top: 4px;
|
||||
left: 120px;
|
||||
z-index: $map-overlay;
|
||||
}
|
||||
|
||||
.satellite-overlay-toggle-button-active {
|
||||
padding: 2px 4px 4px 4px;
|
||||
border-style: none;
|
||||
font-size: $small;
|
||||
font-family: $mainfont;
|
||||
background-color: rgb(53, 53, 53);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.satellite-overlay-toggle-button-inactive {
|
||||
padding: 2px 4px 4px 4px;
|
||||
border-style: none;
|
||||
font-size: $small;
|
||||
font-family: $mainfont;
|
||||
background-color: rgb(53, 53, 53);
|
||||
color: rgb(159, 159, 159);
|
||||
}
|
||||
Reference in New Issue
Block a user