sample skeleton application with dojo toolkit & arcgis js api v 4.30
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.
 
 
 
 
 
 

31 lines
549 B

@import "../css3.less";
/* === Search Button ==*/
.mblDomButtonWhiteSearch {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonWhiteSearch > div {
position: absolute;
top: 5px;
left: 6px;
width: 10px;
height: 10px;
margin: 0px;
font-size: 1px;
border: 2px solid white;
border-radius: 6px;
}
.mblDomButtonWhiteSearch > div > div {
position: absolute;
top: 10px;
left: 7px;
width: 8px;
height: 3px;
margin: 0px;
font-size: 1px;
background-color: white;
border: none;
.transform(rotate(45deg));
border-radius: 0px;
}