Revert "Font-family declarations fixed"

This commit is contained in:
Jim LAURIE 2018-10-09 12:31:16 +02:00 committed by GitHub
parent 2273ba3e46
commit bcb71242a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
62 changed files with 134 additions and 136 deletions

View File

@ -9,7 +9,7 @@
padding-top: 3rem; padding-top: 3rem;
// color: #F64D0A; // color: #F64D0A;
text-align: center; text-align: center;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.3rem; font-size: 1.3rem;
> img { > img {
width: 2.5rem; width: 2.5rem;

View File

@ -11,7 +11,7 @@
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;
line-height: 3rem; line-height: 3rem;
font-family: 'Lato', sans-serif; font-family: 'Lato';
background-color: rgba(255, 255, 255, .02); background-color: rgba(255, 255, 255, .02);
font-size: 1rem; font-size: 1rem;
font-weight: 400; font-weight: 400;

View File

@ -10,8 +10,7 @@
> span { > span {
text-decoration: none; text-decoration: none;
font-family: 'Lato', sans-serif; font-family: Lato-Bold;
font-weight: bold;
font-size: 20px; font-size: 20px;
color: #333740; color: #333740;
letter-spacing: 0; letter-spacing: 0;

View File

@ -9,14 +9,13 @@
line-height: 18px; line-height: 18px;
text-decoration: none; text-decoration: none;
> span { > span {
font-family: 'Lato', sans-serif; font-family: Lato-Bold;
font-weight: bold;
font-size: 16px; font-size: 16px;
color: #333740; color: #333740;
letter-spacing: 0; letter-spacing: 0;
} }
> p { > p {
font-family: 'Lato', sans-serif; font-family: Lato-Regular;
font-size: 13px; font-size: 13px;
color: #919BAE; color: #919BAE;
letter-spacing: 0; letter-spacing: 0;

View File

@ -40,7 +40,7 @@
span { span {
color: #333740; color: #333740;
font-size: 11px; font-size: 11px;
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 600; font-weight: 600;
letter-spacing: 0.5; letter-spacing: 0.5;
text-transform: uppercase; text-transform: uppercase;

View File

@ -1,6 +1,6 @@
/* Lato (hairline, regular) */ /* Lato (hairline, regular) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 100; font-weight: 100;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -8,7 +8,7 @@
} }
/* Lato (hairline, italic) */ /* Lato (hairline, italic) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 100; font-weight: 100;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -16,7 +16,7 @@
} }
/* Lato (thin, regular) */ /* Lato (thin, regular) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 200; font-weight: 200;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -24,7 +24,7 @@
} }
/* Lato (thin, italic) */ /* Lato (thin, italic) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 200; font-weight: 200;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -32,7 +32,7 @@
} }
/* Lato (light, regular) */ /* Lato (light, regular) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 300; font-weight: 300;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -40,7 +40,7 @@
} }
/* Lato (light, italic) */ /* Lato (light, italic) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 300; font-weight: 300;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -48,7 +48,7 @@
} }
/* Lato (normal, regular) */ /* Lato (normal, regular) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -56,7 +56,7 @@
} }
/* Lato (normal, italic) */ /* Lato (normal, italic) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 400; font-weight: 400;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -64,7 +64,7 @@
} }
/* Lato (medium, regular) */ /* Lato (medium, regular) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: "Lato Medium";
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -72,7 +72,7 @@
} }
/* Lato (medium, italic) */ /* Lato (medium, italic) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: "Lato Medium";
font-weight: 400; font-weight: 400;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -80,7 +80,7 @@
} }
/* Lato (semibold, regular) */ /* Lato (semibold, regular) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 500; font-weight: 500;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -88,7 +88,7 @@
} }
/* Lato (semibold, italic) */ /* Lato (semibold, italic) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 500; font-weight: 500;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -96,7 +96,7 @@
} }
/* Lato (bold, regular) */ /* Lato (bold, regular) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 600; font-weight: 600;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -104,7 +104,7 @@
} }
/* Lato (bold, italic) */ /* Lato (bold, italic) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 600; font-weight: 600;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -112,7 +112,7 @@
} }
/* Lato (heavy, regular) */ /* Lato (heavy, regular) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 800; font-weight: 800;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -120,7 +120,7 @@
} }
/* Lato (heavy, italic) */ /* Lato (heavy, italic) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 800; font-weight: 800;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -128,7 +128,7 @@
} }
/* Lato (black, regular) */ /* Lato (black, regular) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 900; font-weight: 900;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -136,7 +136,7 @@
} }
/* Lato (black, italic) */ /* Lato (black, italic) */
@font-face { @font-face {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 900; font-weight: 900;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -157,7 +157,7 @@
/* OpenSans (light, regular) */ /* OpenSans (light, regular) */
@font-face { @font-face {
font-family: 'OpenSans', sans-serif; font-family: 'OpenSans';
font-weight: 300; font-weight: 300;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -165,7 +165,7 @@
} }
/* OpenSans (light, italic) */ /* OpenSans (light, italic) */
@font-face { @font-face {
font-family: 'OpenSans', sans-serif; font-family: 'OpenSans';
font-weight: 300; font-weight: 300;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -173,7 +173,7 @@
} }
/* OpenSans (normal, regular) */ /* OpenSans (normal, regular) */
@font-face { @font-face {
font-family: 'OpenSans', sans-serif; font-family: 'OpenSans';
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -181,7 +181,7 @@
} }
/* OpenSans (normal, italic) */ /* OpenSans (normal, italic) */
@font-face { @font-face {
font-family: 'OpenSans', sans-serif; font-family: 'OpenSans';
font-weight: 400; font-weight: 400;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -189,7 +189,7 @@
} }
/* OpenSans (semibold, regular) */ /* OpenSans (semibold, regular) */
@font-face { @font-face {
font-family: 'OpenSans', sans-serif; font-family: 'OpenSans';
font-weight: 500; font-weight: 500;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -197,7 +197,7 @@
} }
/* OpenSans (semibold, italic) */ /* OpenSans (semibold, italic) */
@font-face { @font-face {
font-family: 'OpenSans', sans-serif; font-family: 'OpenSans';
font-weight: 500; font-weight: 500;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -205,7 +205,7 @@
} }
/* OpenSans (bold, regular) */ /* OpenSans (bold, regular) */
@font-face { @font-face {
font-family: 'OpenSans', sans-serif; font-family: 'OpenSans';
font-weight: 600; font-weight: 600;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -213,7 +213,7 @@
} }
/* OpenSans (bold, italic) */ /* OpenSans (bold, italic) */
@font-face { @font-face {
font-family: 'OpenSans', sans-serif; font-family: 'OpenSans';
font-weight: 600; font-weight: 600;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -221,7 +221,7 @@
} }
/* OpenSans (heavy, regular) */ /* OpenSans (heavy, regular) */
@font-face { @font-face {
font-family: 'OpenSans', sans-serif; font-family: 'OpenSans';
font-weight: 800; font-weight: 800;
font-style: normal; font-style: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -229,7 +229,7 @@
} }
/* OpenSans (heavy, italic) */ /* OpenSans (heavy, italic) */
@font-face { @font-face {
font-family: 'OpenSans', sans-serif; font-family: 'OpenSans';
font-weight: 800; font-weight: 800;
font-style: italic; font-style: italic;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;

View File

@ -5,7 +5,7 @@
.header { .header {
display: flex; display: flex;
justify-content: center; justify-content: center;
font-family: 'Lato', sans-serif; font-family: Lato;
> div { > div {
padding-top: 2.5rem; padding-top: 2.5rem;
> h4 { > h4 {
@ -77,7 +77,7 @@
margin-right: 13px; margin-right: 13px;
} }
cursor: pointer; cursor: pointer;
font-family: 'Lato', sans-serif; font-family: Lato;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
&:focus { &:focus {
outline: 0; outline: 0;

View File

@ -29,7 +29,7 @@
white-space: nowrap; white-space: nowrap;
margin-right: 1.8rem; margin-right: 1.8rem;
cursor: pointer; cursor: pointer;
font-family: 'Lato', sans-serif; font-family: Lato;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
&:focus { &:focus {
outline: 0; outline: 0;
@ -155,7 +155,7 @@
padding: 0; padding: 0;
border-radius: 0.3rem; border-radius: 0.3rem;
letter-spacing: .5rem; letter-spacing: .5rem;
font-family: 'Lato', sans-serif; font-family: Lato;
cursor: not-allowed; cursor: not-allowed;
opacity: .65; opacity: .65;
&:focus { &:focus {

View File

@ -7,7 +7,7 @@
background-repeat: repeat; background-repeat: repeat;
text-align: center; text-align: center;
font-size: 1.4rem; font-size: 1.4rem;
font-family: 'Lato', sans-serif; font-family: Lato;
box-shadow: 2px 2px 4px #E3E9F3; box-shadow: 2px 2px 4px #E3E9F3;
} }

View File

@ -30,7 +30,7 @@
border-radius: 2px 0 0 0; border-radius: 2px 0 0 0;
background-color: darken(#F5F5F5, 50%); background-color: darken(#F5F5F5, 50%);
text-decoration: none !important; text-decoration: none !important;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.3rem; font-size: 1.3rem;
color: #333740 !important; color: #333740 !important;
line-height: 1.6rem; line-height: 1.6rem;

View File

@ -9,7 +9,7 @@
color: rgba(16, 22, 34, 0.5); color: rgba(16, 22, 34, 0.5);
line-height: 3.2rem; line-height: 3.2rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif; font-family: 'Lato';
font-weight: 600!important; font-weight: 600!important;
-moz-appearance: none; -moz-appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
@ -45,7 +45,7 @@
border-radius: 0.25rem; border-radius: 0.25rem;
line-height: 3.4rem; line-height: 3.4rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif !important; font-family: 'Lato' !important;
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05); box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
&:focus { &:focus {
border-color: #78caff; border-color: #78caff;

View File

@ -1,7 +1,7 @@
.container { .container {
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif; font-family: 'Lato';
} }
.inputCheckboxDescriptionContainer { .inputCheckboxDescriptionContainer {
@ -12,7 +12,7 @@
> small { > small {
color: #9EA7B8; color: #9EA7B8;
font-family: 'Lato', sans-serif; font-family: 'Lato';
font-size: 1.2rem; font-size: 1.2rem;
} }
} }

View File

@ -7,6 +7,6 @@
border-radius: 0.25rem; border-radius: 0.25rem;
line-height: 3.4rem; line-height: 3.4rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif !important; font-family: 'Lato' !important;
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05); box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
} }

View File

@ -5,7 +5,7 @@
> small { > small {
color: #9EA7B8; color: #9EA7B8;
font-family: 'Lato', sans-serif; font-family: 'Lato';
font-size: 1.2rem; font-size: 1.2rem;
} }
} }

View File

@ -9,7 +9,7 @@
color: rgba(16, 22, 34, 0.5); color: rgba(16, 22, 34, 0.5);
line-height: 3.2rem; line-height: 3.2rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif; font-family: 'Lato';
font-weight: 600!important; font-weight: 600!important;
text-transform: capitalize; text-transform: capitalize;
-moz-appearance: none; -moz-appearance: none;
@ -21,7 +21,7 @@
color: #B3B5B9; color: #B3B5B9;
font-size: 16px; font-size: 16px;
font-weight: 900; font-weight: 900;
font-family: 'Lato', sans-serif; font-family: Lato;
} }
& + input { & + input {
@ -43,7 +43,7 @@
border-radius: 0.25rem; border-radius: 0.25rem;
line-height: 3.4rem; line-height: 3.4rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif !important; font-family: 'Lato' !important;
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05); box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
&:focus { &:focus {
border-color: #78caff; border-color: #78caff;

View File

@ -68,7 +68,7 @@
.positionContainer { .positionContainer {
margin-left: 10px; margin-left: 10px;
color: #333740; color: #333740;
font-family: 'Lato', sans-serif; font-family: Lato;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
> span:first-child { > span:first-child {
font-size: 13px; font-size: 13px;

View File

@ -7,6 +7,6 @@
border-radius: 0.25rem; border-radius: 0.25rem;
line-height: 3.4rem; line-height: 3.4rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif !important; font-family: 'Lato' !important;
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05); box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
} }

View File

@ -7,7 +7,7 @@
border-radius: 0.25rem; border-radius: 0.25rem;
line-height: 3.4rem; line-height: 3.4rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif !important; font-family: 'Lato' !important;
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05); box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
} }

View File

@ -43,7 +43,7 @@
border-radius: 0.25rem; border-radius: 0.25rem;
line-height: 3.4rem; line-height: 3.4rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif !important; font-family: 'Lato' !important;
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05); box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
&:focus { &:focus {
border-color: #78caff; border-color: #78caff;

View File

@ -10,7 +10,7 @@
border-radius: 0.25rem; border-radius: 0.25rem;
line-height: 3.2rem; line-height: 3.2rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif !important; font-family: 'Lato' !important;
-moz-appearance: none; -moz-appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05); box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);

View File

@ -7,6 +7,6 @@
border-radius: 0.25rem; border-radius: 0.25rem;
line-height: 3.4rem; line-height: 3.4rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif !important; font-family: 'Lato' !important;
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05); box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
} }

View File

@ -7,6 +7,6 @@
border-radius: 0.25rem; border-radius: 0.25rem;
line-height: 1.8rem; line-height: 1.8rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif !important; font-family: 'Lato' !important;
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05); box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
} }

View File

@ -1,5 +1,5 @@
.containerTextArea { .containerTextArea {
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif; font-family: 'Lato';
} }

View File

@ -37,7 +37,7 @@
font-weight: 600; font-weight: 600;
font-size: 1.2rem; font-size: 1.2rem;
letter-spacing: 0.1rem; letter-spacing: 0.1rem;
font-family: 'Lato', sans-serif; font-family: Lato;
line-height: 3.4rem; line-height: 3.4rem;
cursor: pointer; cursor: pointer;
&:first-of-type { &:first-of-type {

View File

@ -86,7 +86,7 @@
border: none; border: none;
background: linear-gradient(315deg, #0097F6 0%, #005EEA 100%); background: linear-gradient(315deg, #0097F6 0%, #005EEA 100%);
color: white; color: white;
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 600; font-weight: 600;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
cursor: pointer; cursor: pointer;

View File

@ -29,7 +29,7 @@
border-radius: 0.25rem; border-radius: 0.25rem;
line-height: 29px; line-height: 29px;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif !important; font-family: 'Lato' !important;
-moz-appearance: none; -moz-appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
} }

View File

@ -12,7 +12,7 @@
> h5 { > h5 {
width: 100%; width: 100%;
text-align: center; text-align: center;
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: bold!important; font-weight: bold!important;
font-size: 1.8rem!important; font-size: 1.8rem!important;
} }
@ -61,7 +61,7 @@
padding: .1rem; padding: .1rem;
color: #F64D0A; color: #F64D0A;
text-align: center; text-align: center;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.3rem; font-size: 1.3rem;
> img { > img {
@ -92,7 +92,7 @@
border-radius: 0.3rem; border-radius: 0.3rem;
background-color: transparent; background-color: transparent;
text-transform: capitalize; text-transform: capitalize;
font-family: 'Lato', sans-serif; font-family: Lato;
cursor: pointer; cursor: pointer;
> i { > i {

View File

@ -11,7 +11,7 @@ const CustomButton = styled.button`
line-height: 28px; line-height: 28px;
font-size: 13px; font-size: 13px;
font-weight: 500; font-weight: 500;
font-family: 'Lato', sans-serif; font-family: Lato;
-webkit-font-smoothing-antialiased; -webkit-font-smoothing-antialiased;
cursor: pointer; cursor: pointer;
&:hover { &:hover {

View File

@ -10,7 +10,7 @@
background-repeat: repeat; background-repeat: repeat;
text-align: center; text-align: center;
font-size: 1.4rem; font-size: 1.4rem;
font-family: 'Lato', sans-serif; font-family: Lato;
box-shadow: 2px 2px 4px #E3E9F3; box-shadow: 2px 2px 4px #E3E9F3;
} }

View File

@ -1,5 +1,5 @@
.containerJSON { .containerJSON {
margin-bottom: 1.6rem; margin-bottom: 1.6rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif; font-family: 'Lato';
} }

View File

@ -6,14 +6,14 @@
font-size: 16px; font-size: 16px;
background-color: #fff; background-color: #fff;
line-height: 24px !important; line-height: 24px !important;
font-family: 'OpenSans', sans-serif; font-family: "OpenSans";
cursor: text; cursor: text;
// TODO define rules for header's margin // TODO define rules for header's margin
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
margin: 0; margin: 0;
line-height: 24px !important; line-height: 24px !important;
font-family: 'OpenSans', sans-serif; font-family: "OpenSans";
} }
h1 { h1 {
@ -155,7 +155,7 @@ h1+.editorParagraph{
background-color: #FAFAFB; background-color: #FAFAFB;
line-height: 30px; line-height: 30px;
font-size: 12px; font-size: 12px;
font-family: 'Lato', sans-serif; font-family: Lato;
background-color: #fff; background-color: #fff;
border-bottom: 1px solid #F3F4F4; border-bottom: 1px solid #F3F4F4;
line-height: 49px; line-height: 49px;

View File

@ -70,7 +70,7 @@
.editorBlockquote { .editorBlockquote {
border-left: 5px solid #eee; border-left: 5px solid #eee;
font-family: 'Lato', sans-serif; font-family: Lato;
font-style: italic; font-style: italic;
margin: 16px 0; margin: 16px 0;
padding: 10px 20px; padding: 10px 20px;
@ -80,7 +80,7 @@
margin-bottom: 0!important; margin-bottom: 0!important;
padding: 5px; padding: 5px;
background-color: rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.05);
font-family: 'Lato', sans-serif; font-family: Lato;
} }

View File

@ -7,7 +7,7 @@
background-color: #FAFAFB; background-color: #FAFAFB;
line-height: 30px; line-height: 30px;
font-size: 13px; font-size: 13px;
font-family: 'Lato', sans-serif; font-family: Lato;
border-top: 1px dashed #e3e4e4; border-top: 1px dashed #e3e4e4;
> div:first-child { > div:first-child {

View File

@ -1,7 +1,7 @@
.containerWysiwyg { .containerWysiwyg {
margin-bottom: 1.6rem; margin-bottom: 1.6rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif; font-family: 'Lato';
} }
.wysLoader { .wysLoader {

View File

@ -26,7 +26,7 @@
.listPageDropdownWrapper { .listPageDropdownWrapper {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
font-family: 'Lato', sans-serif; font-family: Lato;
margin-top: -2px; margin-top: -2px;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;

View File

@ -1,14 +1,14 @@
.contentHeader { /* stylelint-disable */ .contentHeader { /* stylelint-disable */
position: relative; position: relative;
margin: 2.3rem 0rem 3.3rem 0rem; margin: 2.3rem 0rem 3.3rem 0rem;
font-family: 'Lato', sans-serif; font-family: Lato;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
.title { .title {
color: #333740; color: #333740;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 2.4rem; font-size: 2.4rem;
line-height: 2.9rem; line-height: 2.9rem;
font-weight: 600; font-weight: 600;

View File

@ -8,7 +8,7 @@
background-repeat: repeat; background-repeat: repeat;
text-align: center; text-align: center;
font-size: 1.4rem; font-size: 1.4rem;
font-family: 'Lato', sans-serif; font-family: Lato;
box-shadow: 2px 2px 4px #E3E9F3; box-shadow: 2px 2px 4px #E3E9F3;
> img { > img {
position: absolute; position: absolute;

View File

@ -1,6 +1,6 @@
.inputCheckboxWithNestedInputs { /* stylelint-disable */ .inputCheckboxWithNestedInputs { /* stylelint-disable */
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif; font-family: Lato;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
> div { > div {
@ -34,7 +34,7 @@
> small { > small {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
color: #9EA7B8; color: #9EA7B8;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.2rem; font-size: 1.2rem;
} }
} }

View File

@ -14,7 +14,7 @@
.titleContainer { .titleContainer {
color: #333740; color: #333740;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.8rem; font-size: 1.8rem;
font-weight: bold; font-weight: bold;
line-height: 2.2rem; line-height: 2.2rem;

View File

@ -16,7 +16,7 @@
line-height: 1.3rem; line-height: 1.3rem;
color: #919BAE; color: #919BAE;
letter-spacing: 0.1rem; letter-spacing: 0.1rem;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.1rem; font-size: 1.1rem;
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;

View File

@ -8,7 +8,7 @@
line-height: 1.3rem; line-height: 1.3rem;
color: #919BAE; color: #919BAE;
letter-spacing: 0.1rem; letter-spacing: 0.1rem;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.1rem; font-size: 1.1rem;
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;

View File

@ -27,7 +27,7 @@
text-transform: capitalize; text-transform: capitalize;
margin-right: 1.8rem; margin-right: 1.8rem;
cursor: pointer; cursor: pointer;
font-family: 'Lato', sans-serif; font-family: Lato;
&:focus { &:focus {
outline: 0; outline: 0;
} }
@ -77,7 +77,7 @@
} }
.popUpForm { .popUpForm {
font-family: 'Lato', sans-serif; font-family: Lato;
} }
.popUpFormHeader { .popUpFormHeader {
@ -121,7 +121,7 @@
border-radius: 3px; border-radius: 3px;
color: white!important; color: white!important;
line-height: 1.6rem; line-height: 1.6rem;
font-family: 'Lato', sans-serif !important; font-family: Lato!important;
font-weight: 600; font-weight: 600;
cursor: pointer; cursor: pointer;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
@ -137,7 +137,7 @@
.secondary { .secondary {
min-width: 100px; min-width: 100px;
font-family: 'Lato', sans-serif; font-family: Lato;
color: #F64D0A; color: #F64D0A;
border: 0.1rem solid #F64D0A; border: 0.1rem solid #F64D0A;
cursor: pointer; cursor: pointer;
@ -201,7 +201,7 @@
border: none!important; border: none!important;
border-radius: 3px; border-radius: 3px;
color: white; color: white;
font-family: 'Lato', sans-serif !important; font-family: Lato!important;
font-weight: 600; font-weight: 600;
&:focus { &:focus {
outline: 0; outline: 0;

View File

@ -42,7 +42,7 @@
text-transform: capitalize; text-transform: capitalize;
margin-right: 1.8rem; margin-right: 1.8rem;
cursor: pointer; cursor: pointer;
font-family: 'Lato', sans-serif; font-family: Lato;
&:focus { &:focus {
outline: 0; outline: 0;
} }
@ -123,15 +123,15 @@
} }
.popUpRelations { .popUpRelations {
font-family: 'Lato', sans-serif; font-family: Lato;
} }
.primary { .primary {
height: 3rem; height: 3rem;
font-family: 'Lato', sans-serif !important; font-family: Lato!important;
margin-left: 1.9rem!important; margin-left: 1.9rem!important;
cursor: pointer; cursor: pointer;
font-family: 'Lato', sans-serif; font-family: Lato;
&:focus { &:focus {
outline: 0; outline: 0;
} }
@ -185,7 +185,7 @@
.secondary { .secondary {
min-width: 100px; min-width: 100px;
font-family: 'Lato', sans-serif; font-family: Lato;
color: #F64D0A; color: #F64D0A;
border: 0.1rem solid #F64D0A; border: 0.1rem solid #F64D0A;
cursor: pointer; cursor: pointer;
@ -215,7 +215,7 @@
border: none!important; border: none!important;
border-radius: 3px; border-radius: 3px;
color: white; color: white;
font-family: 'Lato', sans-serif !important; font-family: Lato!important;
font-weight: 600; font-weight: 600;
&:focus { &:focus {
outline: 0; outline: 0;

View File

@ -88,7 +88,7 @@
padding: 0; padding: 0;
border-radius: 0; border-radius: 0;
border: none; border: none;
font-family: 'Lato', sans-serif; font-family: Lato;
box-shadow: 0 2px 4px rgba(203, 211, 224, .5); box-shadow: 0 2px 4px rgba(203, 211, 224, .5);
> div { > div {
@ -101,7 +101,7 @@
cursor: pointer; cursor: pointer;
border-bottom: 1px solid #F6F6F6; border-bottom: 1px solid #F6F6F6;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: 400; font-weight: 400;
text-transform: capitalize; text-transform: capitalize;
color: #323740; color: #323740;

View File

@ -1,7 +1,7 @@
.tableListContainer { /* stylelint-disable */ .tableListContainer { /* stylelint-disable */
padding: 2rem 0 0rem 0; padding: 2rem 0 0rem 0;
background: #FFFFFF; background: #FFFFFF;
font-family: 'Lato', sans-serif; font-family: Lato;
box-shadow: 0 2px 4px #E3E9F3; box-shadow: 0 2px 4px #E3E9F3;
} }

View File

@ -5,7 +5,7 @@
text-transform: capitalize; text-transform: capitalize;
margin-right: 1.8rem; margin-right: 1.8rem;
cursor: pointer; cursor: pointer;
font-family: 'Lato', sans-serif; font-family: Lato;
&:focus { &:focus {
outline: 0; outline: 0;
} }
@ -91,7 +91,7 @@
line-height: 3.2rem; line-height: 3.2rem;
border-radius: 0.3rem; border-radius: 0.3rem;
letter-spacing: 1rem; letter-spacing: 1rem;
font-family: 'Lato', sans-serif; font-family: Lato;
cursor: not-allowed; cursor: not-allowed;
position: relative; position: relative;
opacity: .65; opacity: .65;

View File

@ -1,12 +1,12 @@
.contentHeader { /* stylelint-disable */ .contentHeader { /* stylelint-disable */
position: relative; position: relative;
margin: 2.4rem 4rem 3.3rem 4rem; margin: 2.4rem 4rem 3.3rem 4rem;
font-family: 'Lato', sans-serif; font-family: Lato;
} }
.title { .title {
color: #333740; color: #333740;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 2.4rem; font-size: 2.4rem;
line-height: 2.9rem; line-height: 2.9rem;
font-weight: 600; font-weight: 600;

View File

@ -29,7 +29,7 @@ $linkcolour: #F5F5F5;
border-radius: 2px 0 0 0; border-radius: 2px 0 0 0;
background-color: darken($linkcolour, 50%); background-color: darken($linkcolour, 50%);
text-decoration: none !important; text-decoration: none !important;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.3rem; font-size: 1.3rem;
color: #333740 !important; color: #333740 !important;
line-height: 1.6rem; line-height: 1.6rem;

View File

@ -43,7 +43,7 @@
.active { .active {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
background: linear-gradient(315deg, #0097F6 0%, #005EEA 100%); background: linear-gradient(315deg, #0097F6 0%, #005EEA 100%);
font-family: 'Lato', sans-serif !important; font-family: Lato!important;
font-weight: 800; font-weight: 800;
color: white !important; color: white !important;
} }

View File

@ -1,6 +1,6 @@
.inputSelect { /* stylelint-disable */ .inputSelect { /* stylelint-disable */
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif; font-family: Lato;
> label { > label {
text-transform: capitalize; text-transform: capitalize;
@ -9,7 +9,7 @@
} }
> select { > select {
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif; font-family: Lato;
color: #333740; color: #333740;
height: 3.5rem!important; height: 3.5rem!important;
border-radius: 0rem!important; border-radius: 0rem!important;
@ -21,7 +21,7 @@
.requiredClass { .requiredClass {
> label:after { > label:after {
color: red; color: red;
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: bold; font-weight: bold;
margin-left: 5px; margin-left: 5px;
content: "*"; content: "*";
@ -32,7 +32,7 @@
.input { .input {
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif; font-family: Lato;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
> label { > label {
margin-bottom: 0; margin-bottom: 0;
@ -51,7 +51,7 @@
-moz-appearance: none; -moz-appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif !important; font-family: Lato !important;
background-position: right -1px center; background-position: right -1px center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-image: url('../../assets/images/background_input.svg'); background-image: url('../../assets/images/background_input.svg');

View File

@ -24,7 +24,7 @@
font-weight: 600; font-weight: 600;
font-size: 1.2rem; font-size: 1.2rem;
letter-spacing: 0.1rem; letter-spacing: 0.1rem;
font-family: 'Lato', sans-serif; font-family: Lato;
cursor: pointer; cursor: pointer;
&:first-of-type { &:first-of-type {
border-right: none; border-right: none;

View File

@ -23,7 +23,7 @@
.titleContainer { .titleContainer {
color: #333740; color: #333740;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.8rem; font-size: 1.8rem;
font-weight: bold; font-weight: bold;
line-height: 2.2rem; line-height: 2.2rem;
@ -146,7 +146,7 @@ button {
} }
.italicText { .italicText {
font-family: 'Lato', sans-serif; font-family: Lato;
color: #49515A; color: #49515A;
font-style: italic; font-style: italic;
height: 100%; height: 100%;
@ -156,17 +156,17 @@ button {
} }
.normal { .normal {
font-family: 'Lato', sans-serif; font-family: Lato;
color: #1C5DE7; color: #1C5DE7;
cursor: pointer; cursor: pointer;
} }
.primary { .primary {
height: 3rem; height: 3rem;
font-family: 'Lato', sans-serif !important; font-family: Lato!important;
margin-left: 1.9rem!important; margin-left: 1.9rem!important;
cursor: pointer; cursor: pointer;
font-family: 'Lato', sans-serif; font-family: Lato;
&:focus { &:focus {
outline: 0; outline: 0;
} }
@ -187,7 +187,7 @@ button {
} }
.secondary { .secondary {
font-family: 'Lato', sans-serif; font-family: Lato;
color: #F64D0A; color: #F64D0A;
border: 0.1rem solid #F64D0A; border: 0.1rem solid #F64D0A;
background-color: transparent; background-color: transparent;
@ -273,7 +273,7 @@ button {
padding-top: 1.6rem; padding-top: 1.6rem;
padding-bottom: 1rem; padding-bottom: 1rem;
> h4 { > h4 {
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: bold!important; font-weight: bold!important;
font-size: 1.8rem!important; font-size: 1.8rem!important;

View File

@ -8,7 +8,7 @@
line-height: 1.3rem; line-height: 1.3rem;
color: #919BAE; color: #919BAE;
letter-spacing: 0.1rem; letter-spacing: 0.1rem;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.1rem; font-size: 1.1rem;
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;

View File

@ -5,7 +5,7 @@
.sectionHeader { .sectionHeader {
color: #787E8F; color: #787E8F;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.1rem; font-size: 1.1rem;
font-weight: bold; font-weight: bold;
line-height: 1.3rem; line-height: 1.3rem;
@ -36,6 +36,6 @@
.sectionDescription { .sectionDescription {
margin: .1rem 0; margin: .1rem 0;
color: #8B91A0; color: #8B91A0;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.1rem; font-size: 1.1rem;
} }

View File

@ -1,7 +1,7 @@
.inputNumber { /* stylelint-disable */ .inputNumber { /* stylelint-disable */
// margin-bottom: .3rem; // margin-bottom: .3rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif; font-family: Lato;
> label { > label {
font-weight: 500; font-weight: 500;
text-transform: capitalize; text-transform: capitalize;
@ -21,14 +21,14 @@
height: 3.4rem; height: 3.4rem;
line-height: 3.4rem; line-height: 3.4rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif !important; font-family: Lato!important;
background-size: 0!important; background-size: 0!important;
} }
} }
.inputText { /* stylelint-disable */ .inputText { /* stylelint-disable */
font-family: 'Lato', sans-serif !important; font-family: Lato!important;
font-size: 1.3rem; font-size: 1.3rem;
> label { > label {
font-size: 1.3rem; font-size: 1.3rem;
@ -49,7 +49,7 @@
border-radius: 0.25rem; border-radius: 0.25rem;
border: 1px solid #E3E9F3; border: 1px solid #E3E9F3;
line-height: 3.4rem; line-height: 3.4rem;
font-family: 'Lato', sans-serif !important; font-family: Lato!important;
font-size: 1.3rem; font-size: 1.3rem;
background-size: 0!important; background-size: 0!important;
} }
@ -69,7 +69,7 @@
.requiredClass { .requiredClass {
> label:after { > label:after {
color: red; color: red;
font-family: 'Lato', sans-serif; font-family: Lato;
font-weight: bold; font-weight: bold;
margin-left: 5px; margin-left: 5px;
content: "*"; content: "*";

View File

@ -1,6 +1,6 @@
.homePageUpload { .homePageUpload {
padding-right: 20px; padding-right: 20px;
font-family: 'Lato', sans-serif !important; font-family: Lato !important;
} }
.entriesWrapper { .entriesWrapper {

View File

@ -30,7 +30,7 @@
border-radius: 2px 0 0 0; border-radius: 2px 0 0 0;
background-color: darken(#F5F5F5, 50%); background-color: darken(#F5F5F5, 50%);
text-decoration: none !important; text-decoration: none !important;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.3rem; font-size: 1.3rem;
color: #333740 !important; color: #333740 !important;
line-height: 1.6rem; line-height: 1.6rem;

View File

@ -12,7 +12,7 @@
color: #B3B5B9; color: #B3B5B9;
line-height: 3.2rem; line-height: 3.2rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif; font-family: 'Lato';
font-weight: 600!important; font-weight: 600!important;
text-transform: capitalize; text-transform: capitalize;
-moz-appearance: none; -moz-appearance: none;
@ -53,7 +53,7 @@
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
line-height: 3.4rem; line-height: 3.4rem;
font-size: 1.3rem; font-size: 1.3rem;
font-family: 'Lato', sans-serif !important; font-family: 'Lato' !important;
box-shadow: 0px 2px 1px rgba(104, 118, 142, 0.05); box-shadow: 0px 2px 1px rgba(104, 118, 142, 0.05);
&:focus { &:focus {
border-color: #78caff; border-color: #78caff;

View File

@ -14,7 +14,7 @@
flex: 2; flex: 2;
width: 20%; width: 20%;
color: #333740; color: #333740;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.8rem; font-size: 1.8rem;
font-weight: 600; font-weight: 600;
line-height: 2.2rem; line-height: 2.2rem;

View File

@ -31,7 +31,7 @@
> div:first-child { > div:first-child {
margin-bottom: 2px; margin-bottom: 2px;
color: #333740; color: #333740;
font-family: 'Lato', sans-serif; font-family: Lato;
font-size: 1.8rem; font-size: 1.8rem;
font-weight: 600; font-weight: 600;
line-height: 2.1rem; line-height: 2.1rem;

View File

@ -24,7 +24,7 @@
text-transform: capitalize; text-transform: capitalize;
margin-right: 1.8rem; margin-right: 1.8rem;
cursor: pointer; cursor: pointer;
font-family: 'Lato', sans-serif; font-family: Lato;
&:focus { &:focus {
outline: 0; outline: 0;
} }
@ -90,10 +90,10 @@
.primary { .primary {
height: 3rem; height: 3rem;
font-family: 'Lato', sans-serif !important; font-family: Lato!important;
margin-left: 1.9rem!important; margin-left: 1.9rem!important;
cursor: pointer; cursor: pointer;
font-family: 'Lato', sans-serif; font-family: Lato;
&:focus { &:focus {
outline: 0; outline: 0;
} }
@ -148,7 +148,7 @@
.secondary { .secondary {
min-width: 100px; min-width: 100px;
font-family: 'Lato', sans-serif; font-family: Lato;
color: #F64D0A; color: #F64D0A;
border: 0.1rem solid #F64D0A; border: 0.1rem solid #F64D0A;
cursor: pointer; cursor: pointer;

View File

@ -15,7 +15,7 @@
background-image: url('../../assets/images/background_empty.svg'); background-image: url('../../assets/images/background_empty.svg');
background-position-x: center; background-position-x: center;
font-size: 1.4rem; font-size: 1.4rem;
font-family: 'Lato', sans-serif; font-family: Lato;
} }
.errorsContainer { .errorsContainer {