summaryrefslogtreecommitdiffstats
path: root/webapp/sass/utils/_functions.scss
blob: 9013920fa5b54a7602805cfc2ce2e32b5210f4af (plain)
1
2
3
4
5
6
7
8
9
@charset "UTF-8";

@function em($pixels, $context: 14px) {
	@return #{$pixels/$context}em
}

%popover-box-shadow {
    @include box-shadow(rgba(black, .175) 1px -3px 12px);
}