diff options
Diffstat (limited to 'app/Resources')
-rwxr-xr-x | app/Resources/static/themes/_global/img/logo-other_themes.png | bin | 3058 -> 0 bytes | |||
-rwxr-xr-x | app/Resources/static/themes/material/css/layout.scss | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/_global/img/logo-other_themes.png b/app/Resources/static/themes/_global/img/logo-other_themes.png deleted file mode 100755 index c90aa46f..00000000 --- a/app/Resources/static/themes/_global/img/logo-other_themes.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/app/Resources/static/themes/material/css/layout.scss b/app/Resources/static/themes/material/css/layout.scss index cfdbf2b3..56c805ef 100755 --- a/app/Resources/static/themes/material/css/layout.scss +++ b/app/Resources/static/themes/material/css/layout.scss | |||
@@ -24,6 +24,10 @@ main, | |||
24 | height: 100%; | 24 | height: 100%; |
25 | } | 25 | } |
26 | 26 | ||
27 | .typo-logo { | ||
28 | max-width: 150px; | ||
29 | } | ||
30 | |||
27 | #main { | 31 | #main { |
28 | flex: 1 0 auto; | 32 | flex: 1 0 auto; |
29 | 33 | ||