Remove code legacy (agent connect page)
This commit is contained in:
parent
f8974921c9
commit
1b9ba64f7e
2 changed files with 1 additions and 10 deletions
|
@ -4,15 +4,6 @@
|
||||||
$procedure-context-breakpoint: $two-columns-breakpoint;
|
$procedure-context-breakpoint: $two-columns-breakpoint;
|
||||||
|
|
||||||
.procedure-preview {
|
.procedure-preview {
|
||||||
.paperless-logo {
|
|
||||||
width: 100%;
|
|
||||||
margin-bottom: 60px;
|
|
||||||
|
|
||||||
@media (max-width: $procedure-context-breakpoint) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.simple {
|
.simple {
|
||||||
margin-bottom: 0.2rem;
|
margin-bottom: 0.2rem;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
|
|
@ -67,4 +67,4 @@
|
||||||
- c.with_body do
|
- c.with_body do
|
||||||
= t('.full_deploy_body')
|
= t('.full_deploy_body')
|
||||||
%h2.fr-h6= t('.whats_ds', application_name: Current.application_name)
|
%h2.fr-h6= t('.whats_ds', application_name: Current.application_name)
|
||||||
= image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo", alt: ""
|
= image_tag "landing/hero/dematerialiser.svg", class: "fr-responsive-img", alt: ""
|
||||||
|
|
Loading…
Reference in a new issue