Linux Foundation Collaborative Projects
index
:
portal
2.0.0-ONAP
a983289777e000e13cf4da94f4b51f29ec56f3b6
amsterdam
beijing
casablanca
dublin
elalto
frankfurt
guilin
master
release-1.0.0
release-1.1.0
release-1.3.0
release-2.2.0
release-2.3.0
release-2.5.0
release-2.6.0
release-3.2.0
test_branch
ARCHIVED- 2022-02-15 at the request of the project
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
portal-FE-common
/
src
/
styles
/
bootstrap
/
mixins
/
_clearfix.scss
blob: 11a977b7373dab15046354e1b27b88f29acdf44f (
plain
)
1
2
3
4
5
6
7
@mixin
clearfix
()
{
&
::after
{
display
:
block
;
clear
:
both
;
content
:
""
;
}
}