Adapt to sass changes

This commit is contained in:
Adrian Moennich 2023-07-27 17:34:50 +02:00
parent d948366ccc
commit 0bcaaf92f7
6 changed files with 14 additions and 6 deletions

View File

@ -22,6 +22,10 @@ it.
## Changelog
### 3.3
- Adapt to changes in Indico 3.3
### 3.2.2
- Support Python 3.11

View File

@ -5,7 +5,7 @@
// them and/or modify them under the terms of the MIT License;
// see the LICENSE file for more details.
@import 'base/palette';
@use 'base/palette' as *;
form#attachment-owncloudfilepicker-form.full-width .owncloudfilepicker {
width: 770px;

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-owncloud
version = 3.2.2
version = 3.3-dev
description = Integrates ownCloud storage as a source for materials
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
@ -22,7 +22,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.12
install_requires =
indico>=3.2
indico>=3.3.dev0
[options.entry_points]
indico.plugins =

View File

@ -15,6 +15,10 @@ using it when an instance is upgraded to 3.0.
## Changelog
### 3.3
- Adapt to changes in Indico 3.3
### 3.2.1
- Support Python 3.11

View File

@ -1,4 +1,4 @@
@import 'base/palette';
@use 'base/palette' as *;
div.main {
color: #000;

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-themes-legacy
version = 3.2.1
version = 3.3-dev
description = Legacy themes for Indico
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
@ -22,7 +22,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.12
install_requires =
indico>=3.2
indico>=3.3.dev0
[options.entry_points]
indico.plugins =