mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-09-22 20:27:17 +02:00
Use default cpp fmt build script.
This commit is contained in:
10
vendor/Fmt/doc/bootstrap/mixins/nav-divider.less
vendored
Normal file
10
vendor/Fmt/doc/bootstrap/mixins/nav-divider.less
vendored
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user