Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #35 from Metatavu/feature-version-update
Browse files Browse the repository at this point in the history
Update changes
  • Loading branch information
Eskilmar committed Dec 10, 2020
2 parents bd1aa25 + 472acdf commit 4ae03fe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 36 deletions.
11 changes: 7 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# frozen_string_literal: true

DECIDIM_VERSION = "0.23.1"

source "https://rubygems.org"

ruby RUBY_VERSION

gem "decidim", "0.21.0"
# gem "decidim-consultations", "0.21.0"
# gem "decidim-initiatives", "0.21.0"
gem "decidim", DECIDIM_VERSION
gem "decidim-conferences", DECIDIM_VERSION
gem "decidim-consultations", DECIDIM_VERSION
gem "decidim-initiatives", DECIDIM_VERSION

gem "bootsnap", "~> 1.3"

Expand All @@ -18,7 +21,7 @@ gem "faker", "~> 1.9"
group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

gem "decidim-dev", "0.21.0"
gem "decidim-dev", DECIDIM_VERSION
end

group :development do
Expand Down
7 changes: 7 additions & 0 deletions app/assets/stylesheets/decidim.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,17 @@ $primary-rgb: 82,172,170;

& .topbar {
justify-content: flex-start;
& div {
flex: auto;
}
}
@media (max-width: 639px) {
& .topbar {
justify-content: flex-end;
& div {
display: block;
}

}
}
& .header-hero {
Expand Down
32 changes: 0 additions & 32 deletions app/views/layouts/decidim/_application.html.erb

This file was deleted.

0 comments on commit 4ae03fe

Please sign in to comment.