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
44
Commits
7
Branches
0
Tags
16 MiB
Tree:
cde357f2eb
moodle_theme_ilb
/
scss
/
bootstrap
/
mixins
/
_clearfix.scss
8 lines
93 B
Raw
Normal View
History
Versão inicial do tema para Saberes 3.2
7 years ago
@mixin
clearfix
()
{
&
:
:
after
{
Alteracoes moodle 3.6
6 years ago
display
:
block
;
Versão inicial do tema para Saberes 3.2
7 years ago
clear
:
both
;
Alteracoes moodle 3.6
6 years ago
content
:
"
"
;
Versão inicial do tema para Saberes 3.2
7 years ago
}
}