-
Makhtar DIAGNE authored
* [TECH] Nginx add referential apps * [DLAB-4154] Improve the management of mongo scripts - Mutualize scripts between dev environment and deployment - Add versioning on scripts executed on a given environment * [DLAB-4154] Add Mitogen in order to improve performance (mongo deployment in local) * First step: Update main color + customer collection Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Get colors from serveur (mock) + apply color conversion and default/overriden values Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Get colors form application and AuthDTO + make specific colors (transparent, light, dark) Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Quick push Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Push for test Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * WIP themes colors Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Fix colors Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Export colors function in colors.util.ts Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Add Colors in graphical identity for Customer Creation Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Update create/view customer page + add edit colors for customers Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Add app logo configuration Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Fix some features Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * [TECH] Fix frontend issues * [DLAB-4011] temp commit * [DLAB-4011] Fix initial values in color inputs * [DLAB-4011] create, update theme colors * [DLAB-4011] Color picker for theme inputs * [DLAB-4011] Fix custom graphic identity validation * [DLAB-4011] Fix inputs behavior and appearance * [Theme] Create primary & secondary variables * [DLAB-4011] Add custom theme to cas, identity and portal * Version upgrade to 1.0.2-SNAPSHOT * [DEVOPS] Fix unknown variable vitamui_services.x.dir.assets * [DEVOPS] Update scripts for deployment * [DEVOPS] Add README and update cleanup method for certificates * [DLAB-4011] Add IT scenario & primary-dark color * [DLAB-4011] Set dlab theme config * [DLAB-4011] Set dlab colors on cas, identity & portal * [TECH] FIX vitamui input component * [FIX DLAB-3306] Sort subrogations * [ELCA-27] Expose NavbarComponent and childs to permit customizing * [TECH] Frontend : Some cleaning & optimization optimisation * [TECH] Fix theme default logo * [TECH] Fix recette configuration * [TECH] Frontend Optimization * [TECH] Fix front tests * [TECH] Frontend Optimization (bis) * [FIX RABB-585] Add animation in progress bar * [FIX RABB-577] Add space above title * [FIX RABB-581] Fix VITAMUI_AUTHENTICATION Logbook code * [TECH] Fix console error on ICU comment Keys EXT_VITAMUI_AUTHENTIFICATION_USER and EXT_VITAMUI_AUTHENTIFICATION_OTP_USER defined in file event-tyoe-label.component.html are kept only for Legacy code and existing data * [RABB-626] Frontend Optimization : fix font * [FIX RABB-37] Accept Timeout parameter as Http header * [TECH] Frontend use assets from ui-frontend-common & update branding * [TECH] Nginx : Add favicon link * [TECH] UI Frontend rewrite links in SCSS files with base-ref, deploy-url * [TECH] Theme : getAsset, normalize path for security issues * [FIX RABB-664] Show secondary color instead of primary for valid-check password * [TECH] Frontend use assets from ui-frontend-common & update branding : fix tests * [FIX RABB-577] Add space below group profile pop-in title * [TECH] Remove default UI page title name * [DEVOPS] Update theme values in deployment * [TECH] Update package-lock files * [TECH] Rollback versions update * [TECH] Fix wrong URL * [TECH] First Fixes after review * Update typos in deployment/README.rst Co-authored-by:
CouzinieAtCines <62284459+CouzinieAtCines@users.noreply.github.com> * [TECH] Fixes from PR review * [TECH] Changes in ui-referential for theme engine * [TECH] Strange fixes for ui-referential (why was it working) * [TECH] Fix PR review : display error message during colors validating * Update ui/ui-frontend/projects/identity/src/locale/messages.xlf Co-authored-by:
CouzinieAtCines <62284459+CouzinieAtCines@users.noreply.github.com> * Update ui/ui-frontend/projects/identity/src/locale/messages.xlf Co-authored-by:
CouzinieAtCines <62284459+CouzinieAtCines@users.noreply.github.com> * Update ui/ui-frontend/projects/identity/src/locale/messages.xlf Co-authored-by:
CouzinieAtCines <62284459+CouzinieAtCines@users.noreply.github.com> * [TECH] Merge fixes * Revert [TECH] Strange fixes for ui-referential (why was it working) Co-authored-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> Co-authored-by:
Mathieu Leguay <mathieu.leguay@ouidou.fr> Co-authored-by:
BLANCHET Ludovic <ludovic.blanchet.ext@culture.gouv.fr> Co-authored-by:
Makhtar DIAGNE <makhtar.diagne@teamvitamui.com> Co-authored-by:
Maël AUDEON <mael.audeon@teamdlab.com> Co-authored-by:
Mathieu Leguay <mathieu.leguay@teamdlab.com> Co-authored-by:
Amine FILALI <amine.filali@xelians.fr> Co-authored-by:
CouzinieAtCines <62284459+CouzinieAtCines@users.noreply.github.com>
Unverified8aca1e4d
probative-value-create.component.scss 1.04 KiB
@import "../../../../../../node_modules/ui-frontend-common/sass/variables/colors";
$field-spacing: 15px;
.header {
padding: 30px 60px 0 60px;
}
.content {
padding: 0px 60px 60px 60px;
}
h2 {
font-size: 26px;
line-height: 46px;
margin-top: 23px;
margin-bottom: 37px;
}
.actions {
margin-top: 20px;
display: flex;
}
.actions > button:not(:last-child) {
margin-right: 20px;
}
.form-group {
padding-bottom: 30px;
}
label {
color: $charcoal-grey;
font-size: 15px;
line-height: normal;
margin-bottom: 10px;
display: block;
.required-marker {
color: var(--vitamui-primary);
}
small {
color: #a5a5a5;
font-size: inherit;
}
}
.underline {
text-decoration: underline;
cursor: pointer;
}
.inline-label {
padding-top: 5px;
}
button.primary {
margin-right: 20px;
}
button.back {
margin-top: 60px;
}
button > small {
display: block;
font-size: 12px;
font-weight: 400;
}
.hint {
color: #a5a5a5;
font-size: 15px;
}
.error-message {
color: $red;
font-size: 14px;
margin-bottom: 30px;
}