Remove code legacy
This commit is contained in:
parent
0ea4159027
commit
6bb9d708ab
2 changed files with 6 additions and 16 deletions
|
@ -56,14 +56,6 @@ $procedure-context-breakpoint: $two-columns-breakpoint;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-procedure-presentation {
|
|
||||||
margin-bottom: 1.6rem;
|
|
||||||
|
|
||||||
p {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.procedure-context-content {
|
.procedure-context-content {
|
||||||
@media (max-width: $procedure-context-breakpoint) {
|
@media (max-width: $procedure-context-breakpoint) {
|
||||||
input[type=submit] {
|
input[type=submit] {
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
.no-procedure
|
.center
|
||||||
= image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo fr-mb-1v", alt: ""
|
= image_tag "landing/hero/dematerialiser.svg", class: "fr-mb-1v", alt: ""
|
||||||
.baseline.center
|
%p.fr-m-6v= t('.text')
|
||||||
.no-procedure-presentation
|
%hr
|
||||||
%p.fr-m-6v= t('.text')
|
%p= t('.are_you_new', app_name: Current.application_name)
|
||||||
%hr
|
= link_to t('views.users.sessions.new.find_procedure'), t("links.common.faq.comment_trouver_ma_demarche_url"), title: new_tab_suffix(t('views.users.sessions.new.find_procedure')), class: "fr-btn fr-btn--secondary"
|
||||||
%p.small-simple= t('.are_you_new', app_name: Current.application_name)
|
|
||||||
= link_to t('views.users.sessions.new.find_procedure'), t("links.common.faq.comment_trouver_ma_demarche_url"), title: new_tab_suffix(t('views.users.sessions.new.find_procedure')), class: "fr-btn fr-btn--secondary"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue