on remplace knacss par bootstrap 4 allégé
This commit is contained in:
parent
e97ccbbdf2
commit
2079cdcf3c
127 changed files with 24911 additions and 7478 deletions
10
bootstrap/css/mixins/_navbar-align.scss
Normal file
10
bootstrap/css/mixins/_navbar-align.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Navbar vertical align
|
||||
//
|
||||
// Vertically center elements in the navbar.
|
||||
// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);`
|
||||
// to calculate the appropriate top margin.
|
||||
|
||||
// @mixin navbar-vertical-align($element-height) {
|
||||
// margin-top: (($navbar-height - $element-height) / 2);
|
||||
// margin-bottom: (($navbar-height - $element-height) / 2);
|
||||
// }
|
Loading…
Add table
Add a link
Reference in a new issue