recenter csc pages
This commit is contained in:
parent
b292265483
commit
bf399c488f
13 changed files with 92 additions and 23 deletions
|
@ -3,3 +3,7 @@ app-top-navigation {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
|
@ -14,9 +14,24 @@
|
||||||
Your <span class="magic-text">
|
Your <span class="magic-text">
|
||||||
AI assistant
|
AI assistant
|
||||||
<i class="ri-sparkling-fill"></i>
|
<i class="ri-sparkling-fill"></i>
|
||||||
</span> for the best solution
|
</span> for finding the most relevant solutions to your CSC cases
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
<!-- <sae-m-button (click)="login()" [icon]="'ri-arrow-right-line'" [inconPosition]="'right'" [label]="'Login to start'"-->
|
||||||
|
<!-- [style]="'primary'"></sae-m-button>-->
|
||||||
|
<a class="button has-gradient" routerLink="/home">
|
||||||
|
<span class="label">
|
||||||
|
Login to start
|
||||||
|
</span>
|
||||||
|
<span class="pipe">
|
||||||
|
|
|
||||||
|
</span>
|
||||||
|
<i class="ri-arrow-right-line"></i>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<p class="request_access">
|
||||||
First time to use CSC Solution Matcher ?
|
First time to use CSC Solution Matcher ?
|
||||||
<a class="external-link" href="https://example.com/ask-access">
|
<a class="external-link" href="https://example.com/ask-access">
|
||||||
<span class="label">
|
<span class="label">
|
||||||
|
@ -25,20 +40,9 @@
|
||||||
<!-- <i class="ri-open-arm-line"></i>-->
|
<!-- <i class="ri-open-arm-line"></i>-->
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
<a class="button has-gradient" routerLink="/home">
|
|
||||||
<span class="label">
|
|
||||||
Login to start
|
|
||||||
</span>
|
|
||||||
<span class="pipe">
|
|
||||||
|
|
|
||||||
</span>
|
|
||||||
<i class="ri-arrow-right-line"></i>
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="Aligner-item Aligner-item--bottom">
|
<div class="Aligner-item Aligner-item--bottom technical-contact">
|
||||||
<a class="external-link"
|
<a class="external-link"
|
||||||
href="mailto:amal.ouiyzme@safrangroup.com?subject=Issue with the Solution Matcher Application&Hello, i enncountered an issue while using the application. \n Description, steps to reproduce, expected behavior, actual behavior: \n\nPlease help me. Best regards.">
|
href="mailto:amal.ouiyzme@safrangroup.com?subject=Issue with the Solution Matcher Application&Hello, i enncountered an issue while using the application. \n Description, steps to reproduce, expected behavior, actual behavior: \n\nPlease help me. Best regards.">
|
||||||
<span class="label">
|
<span class="label">
|
||||||
|
|
|
@ -10,6 +10,12 @@
|
||||||
padding: 121px 127px;
|
padding: 121px 127px;
|
||||||
|
|
||||||
|
|
||||||
|
.Aligner {
|
||||||
|
width: 80vw;
|
||||||
|
margin: 0 auto;
|
||||||
|
min-height: 1000px;
|
||||||
|
}
|
||||||
|
|
||||||
.sub-title {
|
.sub-title {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-family: Barlow;
|
font-family: Barlow;
|
||||||
|
@ -18,6 +24,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
width: 440px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -69,6 +76,14 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 24px; /* 150% */
|
line-height: 24px; /* 150% */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.request_access {
|
||||||
|
margin-top: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.technical-contact {
|
||||||
|
margin-top: 225px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Aligner {
|
.Aligner {
|
||||||
|
@ -88,7 +103,7 @@
|
||||||
.bg-login {
|
.bg-login {
|
||||||
background: url(/safran_bg.jpg) center no-repeat;
|
background: url(/safran_bg.jpg) center no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
width: 600px;
|
width: 591px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import {Component} from '@angular/core';
|
import {Component} from '@angular/core';
|
||||||
import {RouterLink} from '@angular/router';
|
import {Router, RouterLink} from '@angular/router';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-login',
|
selector: 'app-login',
|
||||||
|
@ -11,4 +11,10 @@ import {RouterLink} from '@angular/router';
|
||||||
})
|
})
|
||||||
export class Login {
|
export class Login {
|
||||||
|
|
||||||
|
constructor(private router: Router) {
|
||||||
|
}
|
||||||
|
|
||||||
|
login() {
|
||||||
|
this.router.navigate(['/main']);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<sae-translate-texts (onSuggestionMade)="displayWarningToCheckFilters()"
|
<sae-translate-texts (updateFilters)="displayWarningToCheckFilters()"
|
||||||
[appState]="appState"></sae-translate-texts>
|
[appState]="appState"></sae-translate-texts>
|
||||||
</div>
|
</div>
|
||||||
<!-- analyse de question-->
|
<!-- analyse de question-->
|
||||||
|
|
|
@ -4,6 +4,13 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
#question_analysis {
|
#question_analysis {
|
||||||
|
.title {
|
||||||
|
font-family: Barlow;
|
||||||
|
font-size: 16px;
|
||||||
|
|
||||||
|
line-height: 140%;
|
||||||
|
}
|
||||||
|
|
||||||
sae-bot-talks {
|
sae-bot-talks {
|
||||||
top: -50px;
|
top: -50px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -34,12 +41,12 @@
|
||||||
|
|
||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
|
|
||||||
width: 1600px;
|
//width: 1600px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
&:nth-of-type(1) {
|
&:nth-of-type(1) {
|
||||||
width: 560px;
|
width: 624px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
export const filtersCSC = {
|
||||||
|
engineType: []
|
||||||
|
}
|
|
@ -51,15 +51,24 @@ export const initialState: StateInterface = {
|
||||||
},]
|
},]
|
||||||
},
|
},
|
||||||
ata: {
|
ata: {
|
||||||
availableList: [],
|
availableList: [{
|
||||||
|
label: 'DEF',
|
||||||
|
value: 'DEF',
|
||||||
|
}],
|
||||||
selectedList: []
|
selectedList: []
|
||||||
},
|
},
|
||||||
partNumber: {
|
partNumber: {
|
||||||
availableList: [],
|
availableList: [{
|
||||||
|
label: 'DEF',
|
||||||
|
value: 'DEF',
|
||||||
|
}],
|
||||||
selectedList: []
|
selectedList: []
|
||||||
},
|
},
|
||||||
technicalManual: {
|
technicalManual: {
|
||||||
availableList: [],
|
availableList: [{
|
||||||
|
label: 'DEF',
|
||||||
|
value: 'DEF',
|
||||||
|
}],
|
||||||
selectedList: [{
|
selectedList: [{
|
||||||
label: 'DEF',
|
label: 'DEF',
|
||||||
value: 'DEF',
|
value: 'DEF',
|
||||||
|
|
|
@ -3,9 +3,12 @@
|
||||||
<a (click)="togglePrivacyPolicy()" class="nav-item" id="privacy_policy_popup">
|
<a (click)="togglePrivacyPolicy()" class="nav-item" id="privacy_policy_popup">
|
||||||
privacy policy
|
privacy policy
|
||||||
</a>
|
</a>
|
||||||
<a class="nav-item">
|
<a class="nav-item" href="mailto:support@csc.safrangroup.com">
|
||||||
contact
|
contact
|
||||||
</a>
|
</a>
|
||||||
|
<a class="nav-item" href="https://www.safran-group.com/mentions-legales">
|
||||||
|
mentions légales
|
||||||
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="fixed-navigation">
|
<div class="fixed-navigation">
|
||||||
<a class="next-step" routerLink="/similar-cases">
|
<a class="next-step" routerLink="/similar-cases">
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
top: 1000px;
|
top: 1000px;
|
||||||
padding: 0 60px 16px;
|
padding: 0 60px 16px;
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-item {
|
.nav-item {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
height: 235px;
|
height: 235px;
|
||||||
width: 648px;
|
width: 648px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.delete-button {
|
.delete-button {
|
||||||
|
|
|
@ -3,5 +3,7 @@
|
||||||
|
|
||||||
.all-pages {
|
.all-pages {
|
||||||
padding: 70px 64px;
|
padding: 70px 64px;
|
||||||
width: 100%;
|
width: 1440px;
|
||||||
|
margin: 0 auto;
|
||||||
|
background: #F5F5F5;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
@use '../../../../styles/variables-barrel' as variables;
|
@use '../../../../styles/variables-barrel' as variables;
|
||||||
|
|
||||||
|
body {
|
||||||
|
|
||||||
|
font-family: Barlow;
|
||||||
|
background: #F5F5F5;
|
||||||
|
}
|
||||||
|
|
||||||
#main_page {
|
#main_page {
|
||||||
main {
|
main {
|
||||||
@extend .all-pages;
|
@extend .all-pages;
|
||||||
|
@ -24,6 +30,11 @@
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
i {
|
||||||
|
font-size: 16px;
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue