mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 07:57:19 +00:00
adjust dropdown styles
This commit is contained in:
parent
8fe370fec3
commit
5eb34072a5
1 changed files with 4 additions and 4 deletions
|
@ -947,7 +947,7 @@ $alert-padding-x: .5rem !default;
|
||||||
|
|
||||||
// DROPDOWNS
|
// DROPDOWNS
|
||||||
// $dropdown-min-width: 10rem !default;
|
// $dropdown-min-width: 10rem !default;
|
||||||
$dropdown-padding-y: !default;
|
$dropdown-padding-y: .25rem !default;
|
||||||
$dropdown-font-size: $font-size-sm !default;
|
$dropdown-font-size: $font-size-sm !default;
|
||||||
$dropdown-color: $white !default;
|
$dropdown-color: $white !default;
|
||||||
$dropdown-bg: $light !default;
|
$dropdown-bg: $light !default;
|
||||||
|
@ -963,8 +963,8 @@ $dropdown-link-hover-color: $white !default;
|
||||||
$dropdown-link-hover-bg: lighten($light, 5%) !default;
|
$dropdown-link-hover-bg: lighten($light, 5%) !default;
|
||||||
$dropdown-link-active-color: $white !default;
|
$dropdown-link-active-color: $white !default;
|
||||||
$dropdown-link-active-bg: darken($light, 10%) !default;
|
$dropdown-link-active-bg: darken($light, 10%) !default;
|
||||||
// $dropdown-link-disabled-color: $gray-600 !default;
|
$dropdown-link-disabled-color: red !default;
|
||||||
$dropdown-item-padding-y: .5rem !default;
|
$dropdown-item-padding-y: .25rem !default;
|
||||||
$dropdown-item-padding-x: .25rem !default;
|
$dropdown-item-padding-x: .25rem !default;
|
||||||
$dropdown-header-color: $white !default;
|
$dropdown-header-color: $white !default;
|
||||||
// $dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;
|
$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;
|
Loading…
Reference in a new issue