Skip to content

Commit

Permalink
Ajusta as cores da home do ambiente
Browse files Browse the repository at this point in the history
  • Loading branch information
LimaSystem committed Nov 22, 2024
1 parent f8a1439 commit 5987e62
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
20 changes: 18 additions & 2 deletions themes/MapasAp/assets-src/sass/theme-BaseV2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,32 @@ $home-register: #D2E288;
// $shadow-lv-4: 0px 16px 48px rgba(0, 0, 0, 0.16);
// $shadow-lv-1-up: 0px -4px 8px rgba(0, 0, 0, 0.16);


@import '../../../BaseV2/assets-src/sass/theme-BaseV2';

:root {
--mc-home-header-gradient: linear-gradient(180deg, rgba(99, 220, 0, 0.75) 0%, rgba(99, 220, 0, 0.05) 50%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.home-register__content--description {
color: #389F37;
}

.home-register__background--img {
max-width: size(250);
}

.home-register__content--title {
color: #389F37;
}
}

@import '../../../BaseV2/assets-src/sass/theme-BaseV2';
.home-register__content {
max-width: size(920);
}

.home-register {
flex-direction: row-reverse;
}

.lgpd-document {
border-bottom: 1px solid $black;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions themes/MapasAp/components/home-register/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<div class="home-register__background">
<div class="home-register__background--mask"></div>
</div>
<img class="home-register__background--img" :src="subsite?.files?.signupBanner ? subsite?.files?.signupBanner?.url : '<?php $this->asset($app->config['module.home']['home-register']) ?>'" />
<div class="home-register__content">
<label class="home-register__content--title"><?= $this->text('title', i::__('Faça seu cadastro e colabore com o Mapas Culturais')) ?></label>
<p class="home-register__content--description"><?= $this->text('description', i::__('Colabore com a plataforma livre, colaborativa e interativa de mapeamento do cenário cultural e instrumento de governança digital no aprimoramento da gestão pública, dos mecanismos de participação e da democratização do acesso às políticas culturais promovidas pela Secretaria da Cultura.')); ?>
Expand Down

0 comments on commit 5987e62

Please sign in to comment.