Skip to content

Commit

Permalink
text and css corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
basicavisual committed Jan 23, 2024
1 parent 73000b4 commit 2744cbc
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/cells/decidim/content_blocks/footer_sub_hero/show.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<section id="footer_sub_hero" class="footer__subhero extended subhero home-section">
<div class="row">
<div class="columns">
<h3 class="heading3">BOAS-VINDAS À PLATAFORMA COLABORATIVA COMINUTAS</h3>
<h4 class="heading4">Vamos construir uma sociedade mais aberta, transparente e colaborativa.
<h3 class="heading3">BOAS-VINDAS À PLATAFORMA COLABORATIVA <strong style="font-weight: bold;">COMINUTAS</strong></h3>
<h4 class="heading4">Vamos construir uma sociedade mais aberta, transparente e colaborativa. </br>
Inscreva-se, participe e decida.</h4>
<% if current_organization.sign_up_enabled? && !current_user %>
<%= link_to decidim.new_user_registration_path, class: "button button--sc", title: t("decidim.pages.home.sub_hero.register_title") do %>
Expand Down
7 changes: 7 additions & 0 deletions app/packs/stylesheets/okbr/_highlighted_processes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

#highlighted_processes .card {
background-color: transparent;
&:hover {
color: #3d393c;
}
}

#highlighted_processes .card__image-top {
height: 12rem;
}

#highlighted_processes .card__content {
Expand Down
5 changes: 0 additions & 5 deletions app/packs/stylesheets/okbr/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,4 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {

.button--icon.hollow.secondary .icon-wrap {
border-right: 0px solid var(--secondary);
}

.button--icon .icon-wrap {
padding: 0 5px 0 0;
top: auto;
}
3 changes: 2 additions & 1 deletion app/packs/stylesheets/okbr/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ $color-gray: #ececec;

$color-primary: $color-pink;
$anchor-color: $color-purple;
$anchor-color-hover: scale-color($anchor-color, $lightness: -14%);

$button-padding: .5rem 1rem;
$button-padding: .85em 1em;
$button-background: $color-pink;
$button-background-hover: scale-color($button-background, $lightness: -15%);
$button-color: $black;
Expand Down
20 changes: 20 additions & 0 deletions config/locales/pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ pt-BR:
import_steps: Importar etapas
participatory_process_type_id: Tipo de processo
private_space: Processo privado
copy_steps: Copiar etapas
participatory_process_type:
title: Título
assemblies_type:
Expand Down Expand Up @@ -503,6 +504,9 @@ pt-BR:
explanation: 'Orientação para o ícone:'
message_1: Deve ser uma imagem quadrada.
message_2: O tamanho recomendado para esta imagem é 512x512.
image:
message_1: Preferencialmente, uma imagem de paisagem que não tenha nenhum texto.
message_2: O serviço recorta a imagem.
file_validation:
max_file_dimension: 'Dimensões máximas de arquivo: %{resolution} pixels'
files:
Expand Down Expand Up @@ -553,6 +557,11 @@ pt-BR:
badges:
accepted_proposals:
description_another: Este participante obteve %{score} propostas aceitas.
index:
badge_title: 'Selo "%{name}"'
page_description: Os selos são reconhecimentos para ações dos participantes e progresso na plataforma. Ao começar a descobrir, participar e interagir na plataforma, você ganhará selos diferentes. Aqui está a lista de selos e algumas maneiras de ganhá-los.
title: Selos
description: Os selos são reconhecimentos para ações dos participantes e progresso na plataforma. Ao começar a descobrir, participar e interagir na plataforma, você ganhará selos diferentes. Aqui está a lista de selos e algumas maneiras de ganhá-los.
meetings:
admin:
meetings:
Expand Down Expand Up @@ -633,6 +642,8 @@ pt-BR:
withdraw:
error: Ocorreu um erro ao retirar a reunião.
success: A reunião foi retirada com sucesso.
menu:
home: Início
accessibility:
front_page_link: Ir à página inicial
account:
Expand Down Expand Up @@ -806,7 +817,15 @@ pt-BR:
update:
error: Houve um problema ao atualizar a senha.
success: Senha atualizada com sucesso.
profiles:
show:
badges: Selos
sidebar:
badges:
title: Selos
shared:
embed_modal:
embed_link: Incorporar
login_modal:
sign_up: Cadastrar-se
mentions_modal:
Expand Down Expand Up @@ -1306,6 +1325,7 @@ pt-BR:
show:
indefinite_duration: Indefinido
social_networks_title: Visite assembleia em
read_more: Veja mais
templates:
admin_log:
create: 'O %{user_name} criou o modelo de questionário %{resource_name}'
Expand Down

0 comments on commit 2744cbc

Please sign in to comment.