Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
add398bc1236fc05cc2f373b5c0df6468693b8b7
/
.
/
views
/
style
/
sass
/
bootstrap
/
bootstrap
/
mixins
/
_center-block.scss
blob: e06fb5e276e471ac4bd574068254808089695afd [
file
] [
log
] [
blame
]
// Center-align a block level element
@mixin
center
-
block
()
{
display
:
block
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
}