mirror of
https://github.com/tabler/tabler.git
synced 2026-08-07 11:52:22 +04:00
dropdowns
This commit is contained in:
@@ -26,7 +26,7 @@ $gray-700: #495057 !default;
|
||||
$gray-800: #343a40 !default;
|
||||
$gray-900: #212529 !default;
|
||||
|
||||
$blue: #2DA0F6 !default;
|
||||
$blue: #467fcf !default;
|
||||
$azure: #45aaf2 !default;
|
||||
$indigo: #6574cd !default;
|
||||
$purple: #a55eea !default;
|
||||
|
||||
@@ -3,3 +3,7 @@
|
||||
max-height: 12rem;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
box-shadow: $box-shadow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user