Bug 22045: Compiled CSS
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / src / _mixins.scss
1 $color: #999999;
2 $links: #0076B2;
3
4 @mixin shadowed {
5     box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, .2 );
6 }
7
8 @mixin border-radius-all( $radius: 3px ) {
9     border-radius: $radius;
10 }