-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added locales and image to superspaces admin form * Added participatory spaces associations * Added basic layout for show * Changed update command * Added styles in admin form * Added section titles to superspace show * Fixed rubocop issues * Update app/commands/decidim/superspaces/admin/create_superspace.rb * Update app/commands/decidim/superspaces/admin/update_superspace.rb * Update app/commands/decidim/superspaces/admin/update_superspace.rb * Update app/models/decidim/superspaces/superspace.rb * Fixed lint issues * Fixed command create_superspace tests * Fixed error when creating a new superspace * Added new params to tests * Fixed style in locales * Fixed rubocop offenses * Fixed system tests * Fixed lint issues --------- Co-authored-by: Jose Illana Lope <[email protected]> Co-authored-by: Fran Bolívar <[email protected]>
- Loading branch information
1 parent
d54e545
commit 04c7e6e
Showing
16 changed files
with
270 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
app/packs/stylesheets/decidim/superspaces/superspaces.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,44 @@ | ||
/* css for decidim_superspaces */ | ||
|
||
.participatory-spaces-group { | ||
border: 1px solid #e8e8e8; | ||
padding: 1rem; | ||
margin-bottom: 2rem; | ||
border-radius: 4px; | ||
|
||
legend { | ||
font-weight: 600; | ||
margin-bottom: 1rem; | ||
padding: 0 0.5rem; | ||
} | ||
|
||
.check-boxes { | ||
max-height: 400px; | ||
overflow-y: auto; | ||
padding: 0.5rem; | ||
} | ||
|
||
.check-box { | ||
margin-bottom: 0.8rem; | ||
|
||
label { | ||
display: flex; | ||
align-items: center; | ||
cursor: pointer; | ||
|
||
input[type="checkbox"] { | ||
margin: 0 0.5rem 0 0; | ||
} | ||
|
||
.participatory-space-title { | ||
line-height: 1.2; | ||
} | ||
} | ||
|
||
&:hover { | ||
.participatory-space-title { | ||
color: var(--primary); | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.