maj titre
This commit is contained in:
+23
-23
@@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fiche {
|
.fiche {
|
||||||
font-family: "Source Serif 4", serif;
|
font-family: "nunito", sans-serif;
|
||||||
color: var(--color-text-primary);
|
color: var(--color-text-primary);
|
||||||
max-width: 740px;
|
max-width: 740px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fiche-kicker {
|
.fiche-kicker {
|
||||||
font-family: "Syne", sans-serif;
|
font-family: "nunito", sans-serif;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 0.18em;
|
letter-spacing: 0.18em;
|
||||||
@@ -42,8 +42,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fiche-title {
|
.fiche-title {
|
||||||
font-family: "Syne", sans-serif;
|
font-family: "nunito", sans-serif;
|
||||||
font-size: 22px;
|
font-size: 32px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
color: var(--color-text-primary);
|
color: var(--color-text-primary);
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
@@ -59,19 +59,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.badge-top {
|
.badge-top {
|
||||||
font-family: "Syne", sans-serif;
|
font-family: "nunito", sans-serif;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 0.12em;
|
letter-spacing: 0.12em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #534ab7;
|
color: #272077;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge-bottom {
|
.badge-bottom {
|
||||||
font-family: "Syne", sans-serif;
|
font-family: "nunito", sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
color: #3c3489;
|
color: #272077;
|
||||||
}
|
}
|
||||||
|
|
||||||
.identity-row {
|
.identity-row {
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.field-label {
|
.field-label {
|
||||||
font-family: "Syne", sans-serif;
|
font-family: "nunito", sans-serif;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 0.14em;
|
letter-spacing: 0.14em;
|
||||||
@@ -101,7 +101,7 @@
|
|||||||
border-bottom: 1px solid var(--color-border-secondary);
|
border-bottom: 1px solid var(--color-border-secondary);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
font-family: "Source Serif 4", serif;
|
font-family: "nunito", serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: var(--color-text-primary);
|
color: var(--color-text-primary);
|
||||||
padding: 4px 0;
|
padding: 4px 0;
|
||||||
@@ -110,12 +110,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.field-line:focus {
|
.field-line:focus {
|
||||||
border-bottom-color: #534ab7;
|
border-bottom-color: #272077;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-block {
|
.intro-block {
|
||||||
background: var(--color-background-secondary);
|
background: var(--color-background-secondary);
|
||||||
border-left: 3px solid #534ab7;
|
border-left: 3px solid #272077;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 0.875rem 1.25rem;
|
padding: 0.875rem 1.25rem;
|
||||||
margin-bottom: 1.75rem;
|
margin-bottom: 1.75rem;
|
||||||
@@ -129,12 +129,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
font-family: "Syne", sans-serif;
|
font-family: "nunito", sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 0.14em;
|
letter-spacing: 0.14em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #534ab7;
|
color: #272077;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -169,7 +169,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-family: "Syne", sans-serif;
|
font-family: "nunito", sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #3c3489;
|
color: #3c3489;
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
border-radius: var(--border-radius-md);
|
border-radius: var(--border-radius-md);
|
||||||
background: var(--color-background-primary);
|
background: var(--color-background-primary);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: "Source Serif 4", serif;
|
font-family: "nunito", serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: var(--color-text-primary);
|
color: var(--color-text-primary);
|
||||||
padding: 10px 14px;
|
padding: 10px 14px;
|
||||||
@@ -209,7 +209,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.write-area:focus {
|
.write-area:focus {
|
||||||
border-color: #534ab7;
|
border-color: #272077;
|
||||||
box-shadow: 0 0 0 3px rgba(83, 74, 183, 0.08);
|
box-shadow: 0 0 0 3px rgba(83, 74, 183, 0.08);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -244,11 +244,11 @@
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
accent-color: #534ab7;
|
accent-color: #272077
|
||||||
}
|
}
|
||||||
|
|
||||||
.uf-label {
|
.uf-label {
|
||||||
font-family: "Syne", sans-serif;
|
font-family: "nunito", sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
@@ -276,7 +276,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mini-label {
|
.mini-label {
|
||||||
font-family: "Syne", sans-serif;
|
font-family: "nunito", sans-serif;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 0.12em;
|
letter-spacing: 0.12em;
|
||||||
@@ -306,7 +306,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.level-opt input[type="radio"] {
|
.level-opt input[type="radio"] {
|
||||||
accent-color: #534ab7;
|
accent-color: #272077;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
}
|
}
|
||||||
@@ -336,7 +336,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.print-btn {
|
.print-btn {
|
||||||
font-family: "Syne", sans-serif;
|
font-family: "nunito", sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 0.08em;
|
letter-spacing: 0.08em;
|
||||||
@@ -344,7 +344,7 @@
|
|||||||
background: #eeeffe;
|
background: #eeeffe;
|
||||||
border: 0.5px solid #afa9ec;
|
border: 0.5px solid #afa9ec;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
color: #3c3489;
|
color: #272077;
|
||||||
padding: 6px 14px;
|
padding: 6px 14px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user