Bug 22638: (follow-up) Convert SCI CSS to SCSS
[koha-ffzg.git] / koha-tmpl / opac-tmpl / bootstrap / css / src / _mixins.scss
1 $color: #999999;
2 $links: #0076B2;
3 $footer-height: 45px;
4
5 $sci-link-color: #0076B6;
6 $sci-heading-color: #727272;
7
8 @mixin shadowed {
9     box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, .2 );
10 }
11
12 @mixin border-radius-all( $radius: 3px ) {
13     border-radius: $radius;
14 }