mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
Polygon checkbox working active and inactive; need to hook up action to filter through events
This commit is contained in:
@@ -413,14 +413,26 @@
|
||||
text-align: left;
|
||||
float: left;
|
||||
|
||||
.checkbox {
|
||||
display: inline-block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border: 1px solid $offwhite;
|
||||
box-sizing: border-box;
|
||||
.border {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: none;
|
||||
float: left;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
|
||||
.checkbox {
|
||||
display: inline-block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border: 1px solid $offwhite;
|
||||
box-sizing: border-box;
|
||||
background: none;
|
||||
float: left;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user