|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
// Adjustments to make bootstrap 4 work better with some variables from bootstrap 3 bootswatches
|
|
|
2 |
|
|
|
3 |
$navbar-height: 50px !default;
|
|
|
4 |
|
|
|
5 |
.navbar {
|
|
|
6 |
max-height: $navbar-height;
|
|
|
7 |
}
|