| @@ -53,7 +53,7 @@ | |||||
| "budgets": [ | "budgets": [ | ||||
| { | { | ||||
| "type": "initial", | "type": "initial", | ||||
| "maximumWarning": "1mb", | |||||
| "maximumWarning": "1.5mb", | |||||
| "maximumError": "2mb" | "maximumError": "2mb" | ||||
| }, | }, | ||||
| { | { | ||||
| @@ -840,7 +840,7 @@ input[readonly], input:disabled { | |||||
| .active-filter-count { | .active-filter-count { | ||||
| font-size: 16px; | font-size: 16px; | ||||
| color: $color-matsen; | |||||
| color: $color-imaq; | |||||
| } | } | ||||
| #c-btn { | #c-btn { | ||||
| @@ -5,13 +5,13 @@ | |||||
| } | } | ||||
| .btn-primary { | .btn-primary { | ||||
| background-color: $color-matsen; | |||||
| border-color: $color-matsen; | |||||
| background-color: $color-imaq; | |||||
| border-color: $color-imaq; | |||||
| &:hover, | &:hover, | ||||
| &:focus, | &:focus, | ||||
| &:active { | &:active { | ||||
| background-color: $color-matsen-dark !important; | |||||
| border-color: $color-matsen-dark !important; | |||||
| background-color: $color-imaq-dark !important; | |||||
| border-color: $color-imaq-dark !important; | |||||
| } | } | ||||
| } | } | ||||
| @@ -40,11 +40,11 @@ body { | |||||
| @include transition(); | @include transition(); | ||||
| &:not(.btn):hover { | &:not(.btn):hover { | ||||
| color: $color-matsen; | |||||
| color: $color-imaq; | |||||
| } | } | ||||
| &.btn { | &.btn { | ||||
| &:hover { | &:hover { | ||||
| background-color: $color-matsen; | |||||
| background-color: $color-imaq; | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| @@ -59,7 +59,7 @@ body { | |||||
| right: 0; | right: 0; | ||||
| top: 0; | top: 0; | ||||
| width: auto; | width: auto; | ||||
| background: $color-matsen; | |||||
| background: $color-imaq; | |||||
| color: #fff; | color: #fff; | ||||
| &:before { | &:before { | ||||
| @include transition(); | @include transition(); | ||||
| @@ -13,7 +13,7 @@ | |||||
| padding: 2px 0; | padding: 2px 0; | ||||
| @include transition(); | @include transition(); | ||||
| &:hover { | &:hover { | ||||
| background: $color-matsen; | |||||
| background: $color-imaq; | |||||
| color: #fff; | color: #fff; | ||||
| } | } | ||||
| img { | img { | ||||
| @@ -49,11 +49,11 @@ | |||||
| } | } | ||||
| .mat-mdc-tab .mdc-tab-indicator__content--underline, | .mat-mdc-tab .mdc-tab-indicator__content--underline, | ||||
| .mat-mdc-tab.mdc-tab--active:hover .mdc-tab-indicator__content--underline { | .mat-mdc-tab.mdc-tab--active:hover .mdc-tab-indicator__content--underline { | ||||
| border-color: $color-matsen !important; | |||||
| border-color: $color-imaq !important; | |||||
| } | } | ||||
| .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label, | .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label, | ||||
| .mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label { | .mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label { | ||||
| color: $color-matsen !important; | |||||
| color: $color-imaq !important; | |||||
| } | } | ||||
| .mat-mdc-tab-body { | .mat-mdc-tab-body { | ||||
| padding-top: 30px; | padding-top: 30px; | ||||
| @@ -92,18 +92,18 @@ dl, | |||||
| .post h3, | .post h3, | ||||
| .tasks h3 { | .tasks h3 { | ||||
| a { | a { | ||||
| color: $color-matsen; | |||||
| color: $color-imaq; | |||||
| @include transition(); | @include transition(); | ||||
| &:hover { | &:hover { | ||||
| color: $color-matsen-dark; | |||||
| color: $color-imaq-dark; | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| .btn-link { | .btn-link { | ||||
| color: $color-matsen; | |||||
| color: $color-imaq; | |||||
| cursor: pointer; | cursor: pointer; | ||||
| @include transition(); | @include transition(); | ||||
| &:hover { | &:hover { | ||||
| color: $color-matsen-dark; | |||||
| color: $color-imaq-dark; | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,2 +1,2 @@ | |||||
| $color-matsen: rgba(229,38,30,1); | |||||
| $color-matsen-dark: rgba(160,27,21,1); | |||||
| $color-imaq: rgba(223,47,53,1); | |||||
| $color-imaq-dark: rgba(184,27,33,1); | |||||
| @@ -4,8 +4,8 @@ | |||||
| export const environment = { | export const environment = { | ||||
| production: true, | production: true, | ||||
| basePath: '', | |||||
| apiUrl: '' | |||||
| basePath: 'https://app-imaq-pilot.de', | |||||
| apiUrl: 'https://app-imaq-pilot.de/api' | |||||
| }; | }; | ||||
| /* | /* | ||||
| @@ -9,6 +9,6 @@ | |||||
| <link rel="icon" type="image/x-icon" href="favicon.ico"> | <link rel="icon" type="image/x-icon" href="favicon.ico"> | ||||
| </head> | </head> | ||||
| <body class="mat-typography"> | <body class="mat-typography"> | ||||
| <app-root></app-root> | |||||
| <app-root></app-root> | |||||
| </body> | </body> | ||||
| </html> | </html> | ||||