esqueleto basico
This commit is contained in:
parent
8eb441e5f5
commit
0dc723713d
350 changed files with 90726 additions and 0 deletions
7
bower_components/bootstrap/less/mixins/center-block.less
vendored
Normal file
7
bower_components/bootstrap/less/mixins/center-block.less
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
// Center-align a block level element
|
||||
|
||||
.center-block() {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue