Skip to content

Commit

Permalink
Adapt to sass changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Jul 27, 2023
1 parent d948366 commit 0bcaaf9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions owncloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ it.

## Changelog

### 3.3

- Adapt to changes in Indico 3.3

### 3.2.2

- Support Python 3.11
Expand Down
2 changes: 1 addition & 1 deletion owncloud/indico_owncloud/client/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions owncloud/setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 =
Expand Down
4 changes: 4 additions & 0 deletions themes_legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion themes_legacy/indico_themes_legacy/themes/compact.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'base/palette';
@use 'base/palette' as *;

div.main {
color: #000;
Expand Down
4 changes: 2 additions & 2 deletions themes_legacy/setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 =
Expand Down

0 comments on commit 0bcaaf9

Please sign in to comment.