Updated bower dependencies for client.
This commit is contained in:
parent
1b47de7c5f
commit
fe5b68e1c4
136 changed files with 7596 additions and 9284 deletions
|
@ -1,4 +1,5 @@
|
|||
$bootstrap-sass-asset-helper: false !default;
|
||||
@use "sass:math";
|
||||
//
|
||||
// Variables
|
||||
// --------------------------------------------------
|
||||
|
@ -365,8 +366,8 @@ $container-lg: $container-large-desktop !default;
|
|||
$navbar-height: 50px !default;
|
||||
$navbar-margin-bottom: $line-height-computed !default;
|
||||
$navbar-border-radius: $border-radius-base !default;
|
||||
$navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
|
||||
$navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
|
||||
$navbar-padding-horizontal: floor(math.div($grid-gutter-width, 2)) !default;
|
||||
$navbar-padding-vertical: math.div(($navbar-height - $line-height-computed), 2) !default;
|
||||
$navbar-collapse-max-height: 340px !default;
|
||||
|
||||
$navbar-default-color: #777 !default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue