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;
// color: #F64D0A;
text-align: center;
font-family: 'Lato', sans-serif;
font-family: Lato;
font-size: 1.3rem;
> img {
width: 2.5rem;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -9,7 +9,7 @@
color: rgba(16, 22, 34, 0.5);
line-height: 3.2rem;
font-size: 1.3rem;
font-family: 'Lato', sans-serif;
font-family: 'Lato';
font-weight: 600!important;
-moz-appearance: none;
-webkit-appearance: none;
@ -45,7 +45,7 @@
border-radius: 0.25rem;
line-height: 3.4rem;
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);
&:focus {
border-color: #78caff;

View File

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

View File

@ -7,6 +7,6 @@
border-radius: 0.25rem;
line-height: 3.4rem;
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);
}

View File

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

View File

@ -9,7 +9,7 @@
color: rgba(16, 22, 34, 0.5);
line-height: 3.2rem;
font-size: 1.3rem;
font-family: 'Lato', sans-serif;
font-family: 'Lato';
font-weight: 600!important;
text-transform: capitalize;
-moz-appearance: none;
@ -21,7 +21,7 @@
color: #B3B5B9;
font-size: 16px;
font-weight: 900;
font-family: 'Lato', sans-serif;
font-family: Lato;
}
& + input {
@ -43,7 +43,7 @@
border-radius: 0.25rem;
line-height: 3.4rem;
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);
&:focus {
border-color: #78caff;

View File

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

View File

@ -7,6 +7,6 @@
border-radius: 0.25rem;
line-height: 3.4rem;
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);
}

View File

@ -7,7 +7,7 @@
border-radius: 0.25rem;
line-height: 3.4rem;
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);
}

View File

@ -43,7 +43,7 @@
border-radius: 0.25rem;
line-height: 3.4rem;
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);
&:focus {
border-color: #78caff;

View File

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

View File

@ -7,6 +7,6 @@
border-radius: 0.25rem;
line-height: 3.4rem;
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);
}

View File

@ -7,6 +7,6 @@
border-radius: 0.25rem;
line-height: 1.8rem;
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);
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -70,7 +70,7 @@
.editorBlockquote {
border-left: 5px solid #eee;
font-family: 'Lato', sans-serif;
font-family: Lato;
font-style: italic;
margin: 16px 0;
padding: 10px 20px;
@ -80,7 +80,7 @@
margin-bottom: 0!important;
padding: 5px;
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;
line-height: 30px;
font-size: 13px;
font-family: 'Lato', sans-serif;
font-family: Lato;
border-top: 1px dashed #e3e4e4;
> div:first-child {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -12,7 +12,7 @@
color: #B3B5B9;
line-height: 3.2rem;
font-size: 1.3rem;
font-family: 'Lato', sans-serif;
font-family: 'Lato';
font-weight: 600!important;
text-transform: capitalize;
-moz-appearance: none;
@ -53,7 +53,7 @@
border-bottom-right-radius: 0;
line-height: 3.4rem;
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);
&:focus {
border-color: #78caff;

View File

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

View File

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

View File

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

View File

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