Commit 603b6997e3275d268d7a6c8dbcc993b4da54afc2
1 parent
55a68043f0
Exists in
master
and in
1 other branch
Arreglo en popover.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/assets/scss/bootstrap-override.scss
... | ... | @@ -10,9 +10,9 @@ $theme-colors: ( |
10 | 10 | ); |
11 | 11 | |
12 | 12 | .popover { |
13 | - transform: translate3d(-480px, 0, -34px) !important; | |
14 | - min-width: 485px !important; | |
15 | - max-width: 485px !important; | |
13 | + transform: translate3d(-425px, 0, -34px) !important; | |
14 | + min-width: 350px !important; | |
15 | + max-width: 425px !important; | |
16 | 16 | border: none !important; |
17 | 17 | border-radius: 1.5rem !important; |
18 | 18 | padding: 0 !important; |