mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
div.bsap {
|
|
margin-bottom: 20px;
|
|
a {
|
|
display: inline-block !important;
|
|
border-bottom: inherit !important;
|
|
margin: 0 15px 20px !important;
|
|
}
|
|
a.adhere {
|
|
background: inherit !important;
|
|
border: 1px solid #ccc !important;
|
|
&:hover {
|
|
background: mix(#000,@jumbotron-bg,15%) !important;
|
|
}
|
|
}
|
|
} |