lixin-web
Version:
vue and bootstrap
32 lines (28 loc) • 508 B
text/less
.lottery-button-groups{
.btn{
margin-bottom: 10px;
&:hover{
color: @brand-primary;
}
&:active{
box-shadow: none;
}
span{
margin-right: 6px;
.icon-alignment();
}
}
.btn-primary{
font-size:@font-size-large + 2;
&:hover,&:active{
color: #fff;
}
.imoon-right{
font-size: 26px ;
top:-.05em ;
}
}
@media (max-width:@screen-sm-max){
//margin-top: 10px;
}
}