initial commit
This commit is contained in:
commit
28301e4312
219 changed files with 23035 additions and 0 deletions
10
resources/assets/less/bootstrap/mixins/nav-divider.less
vendored
Executable file
10
resources/assets/less/bootstrap/mixins/nav-divider.less
vendored
Executable file
|
@ -0,0 +1,10 @@
|
|||
// Horizontal dividers
|
||||
//
|
||||
// Dividers (basically an hr) within dropdowns and nav lists
|
||||
|
||||
.nav-divider(@color: #e5e5e5) {
|
||||
height: 1px;
|
||||
margin: ((@line-height-computed / 2) - 1) 0;
|
||||
overflow: hidden;
|
||||
background-color: @color;
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue