mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Adapt to sass changes
This commit is contained in:
parent
d948366ccc
commit
0bcaaf92f7
@ -22,6 +22,10 @@ it.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.3
|
||||
|
||||
- Adapt to changes in Indico 3.3
|
||||
|
||||
### 3.2.2
|
||||
|
||||
- Support Python 3.11
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
@import 'base/palette';
|
||||
@use 'base/palette' as *;
|
||||
|
||||
div.main {
|
||||
color: #000;
|
||||
|
||||
@ -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 =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user