Bug 25276: Correct hover style of list share button in the OPAC
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / src / _mixins.scss
1 $color: #999999;
2 $links: #0076B2;
3 $links-hover: #005580;
4 $footer-height: 45px;
5
6 $sci-link-color: #0076B6;
7 $sci-heading-color: #727272;
8
9 @mixin shadowed {
10     box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, .2 );
11 }
12
13 @mixin border-radius-all( $radius: 3px ) {
14     border-radius: $radius;
15 }