mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 09:25:45 +01:00
moved BS out of vendor into admin
This commit is contained in:
7
public/less/admin/bootstrap/mixins/center-block.less
Normal file
7
public/less/admin/bootstrap/mixins/center-block.less
Normal file
@@ -0,0 +1,7 @@
|
||||
// Center-align a block level element
|
||||
|
||||
.center-block() {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user