initial commit
This commit is contained in:
commit
28301e4312
219 changed files with 23035 additions and 0 deletions
7
resources/assets/less/bootstrap/mixins/center-block.less
vendored
Executable file
7
resources/assets/less/bootstrap/mixins/center-block.less
vendored
Executable file
|
@ -0,0 +1,7 @@
|
|||
// Center-align a block level element
|
||||
|
||||
.center-block() {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue