From 5ac2a688488efdce855f51f8c9f9a294c2904089 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Tue, 19 Jul 2022 23:42:59 +0200 Subject: [PATCH] remove grey color of community block and reduce size --- .../less/invenio_theme_tugraz/communities.less | 14 ++++++++++++++ .../less/invenio_theme_tugraz/theme.less | 5 +++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/communities.less diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/communities.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/communities.less new file mode 100644 index 0000000..62fec60 --- /dev/null +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/communities.less @@ -0,0 +1,14 @@ +/* + * Copyright (C) 2022 Graz University of Technology. + * + * invenio-theme-tugraz is free software; you can redistribute it and/or modify it + * under the terms of the MIT License; see LICENSE file for more details. + */ + +.ui.container.page-subheader-outer { + background-color: unset; +} + +.ui.fluid.container { + width: fit-content; +} diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less index 4f9f6ab..7a144b3 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Graz University of Technology. + * Copyright (C) 2020-2022 Graz University of Technology. * * invenio-theme-tugraz is free software; you can redistribute it and/or modify it * under the terms of the MIT License; see LICENSE file for more details. @@ -15,6 +15,7 @@ @import "macros"; @import "login"; @import "deposit"; +@import "communities"; /*** **TODO: @@ -35,4 +36,4 @@ .nowrap-link { white-space: nowrap; -} \ No newline at end of file +}