diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/bootstrap.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 8f1e18d9e..2944dd9e2 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -16,7 +16,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
16 | 16 | ||
17 | .dropdown-menu { | 17 | .dropdown-menu { |
18 | border-radius: 3px; | 18 | border-radius: 3px; |
19 | box-shadow: 0 3px 6px; | 19 | box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); |
20 | font-size: 15px; | 20 | font-size: 15px; |
21 | 21 | ||
22 | .dropdown-item { | 22 | .dropdown-item { |