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.
 
 
 
 
 
 

28 lines
637 B

@import "../css3.less";
/* === Green Badge ==*/
.mblDomButtonGreenBadge {
position: relative;
width: 29px;
height: 29px;
text-align: right;
font-family: Helvetica;
font-size: 16px;
font-weight: bold;
}
.mblDomButtonGreenBadge > div {
position: absolute;
display: inline;
padding: 0px 5px;
top: 2px;
right: 2px;
color: white;
border: 2px solid white;
border-radius: 12px;
text-align: center;
.background-linear-gradient-top-bottom-2-stops(#7be75a, #398c08, 0.5, #6bc642, 0.5, #4aad21);
background-clip: padding-box;
.box-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
}
.mblDomButtonGreenBadge > div > div {
display: none;
}