This website works better with JavaScript.
Home
Explore
Help
Sign In
ILB
/
moodle_theme_ilb
Watch
9
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
51
Commits
7
Branches
0
Tags
16 MiB
CSS
32.6%
Mustache
32.3%
SCSS
24.5%
PHP
9.6%
JavaScript
0.9%
Tree:
5ba286d185
moodle_theme_ilb
/
scss
/
bootstrap
/
mixins
/
_box-shadow.scss
5 lines
87 B
Raw
Blame
History
@mixin
box-shadow
(
$shadow
...
)
{
@if
$enable-shadows
{
box-shadow
:
$shadow
;
}
}
Reference in new issue