diff options
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-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 eee3db8fc..377c85070 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -66,7 +66,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
66 | } | 66 | } |
67 | 67 | ||
68 | 68 | ||
69 | @media screen and (min-width: #{map-get($grid-breakpoints, md)}) { | 69 | @media screen and (min-width: #{breakpoint(md)}) { |
70 | .modal:before { | 70 | .modal:before { |
71 | vertical-align: middle; | 71 | vertical-align: middle; |
72 | content: " "; | 72 | content: " "; |