Fork-Awesome/assets/less/site/bsap-ad.less

15 lines
328 B
Plaintext
Raw Normal View History

2014-08-05 01:31:21 +08:00
div.bsap {
margin-bottom: 20px;
a {
display: inline-block !important;
border-bottom: inherit !important;
margin: 0 15px 20px !important;
2014-08-05 01:31:21 +08:00
}
a.adhere {
background: inherit !important;
border: 1px solid #ccc !important;
&:hover {
background: mix(#000,@jumbotron-bg,15%) !important;
}
}
}