2021-11-29 10:31:56 +01:00
|
|
|
@use '@angular/material' as mat;
|
2021-06-01 07:02:49 +02:00
|
|
|
|
2023-01-11 14:23:16 +01:00
|
|
|
@import 'codemirror/lib/codemirror.css';
|
2020-05-13 14:41:43 +02:00
|
|
|
@import './component-themes';
|
2022-02-03 07:21:00 +01:00
|
|
|
@import './styles/lato-font.scss';
|
2023-10-26 10:29:06 +02:00
|
|
|
@import './styles/ailerons.scss';
|
2021-11-29 10:31:56 +01:00
|
|
|
@import '@angular/material/theming';
|
2023-02-02 09:36:43 +01:00
|
|
|
@import '/node_modules/flag-icons/css/flag-icons.min.css';
|
2023-10-26 10:29:06 +02:00
|
|
|
@import './styles/palette-helper.scss';
|
|
|
|
@import './styles/palette.scss';
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2022-02-03 07:21:00 +01:00
|
|
|
$material-design-icons-font-directory-path: '~material-design-icons-iconfont/dist/fonts/';
|
|
|
|
|
2023-01-11 14:23:16 +01:00
|
|
|
@import 'material-design-icons-iconfont/src/material-design-icons.scss';
|
2020-05-13 14:41:43 +02:00
|
|
|
|
fix(console): cleanup user detail and member components, user/me redirect, permission guards, filter, org policy guard, user table, scss cleanup (#808)
* fix: remove user.write guard for filtering
* border color
* fix user routing from member tables
* idp detail layout
* generic contact component
* fix redirect to auth user, user grant disable
* disable policy action without permission, i18n
* user-create flex fix, contact ng-content
* rm unused styles
* sidenav divider
* lint
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console (#806)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v10.1.3...v10.1.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 10.1.3 to 10.1.4 in /console (#805)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/10.1.4/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console (#804)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console
Bumps [codelyzer](https://github.com/mgechev/codelyzer) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mgechev/codelyzer/releases)
- [Changelog](https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgechev/codelyzer/commits/6.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1000.8 to 0.1001.4 in /console (#803)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1000.8 to 0.1001.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console (#802)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* create memberstable as common component
* iam member cleanup
* iam + org m table, user table service user avatar
* toast config
* fix selection emitter
* fix project grant table width
* project grant members refactor
* theme optimizations
* member table col delete
* lint
* fix table row color
* refactor grey color
* lint scss
* org list redirect on click, fix user table undef
* refresh table after grant add
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-10-08 10:09:10 +02:00
|
|
|
:root {
|
2023-10-26 10:29:06 +02:00
|
|
|
--mat-table-row-item-label-text-size: 14px;
|
|
|
|
--mat-menu-item-label-text-size: 14px;
|
|
|
|
|
fix(console): cleanup user detail and member components, user/me redirect, permission guards, filter, org policy guard, user table, scss cleanup (#808)
* fix: remove user.write guard for filtering
* border color
* fix user routing from member tables
* idp detail layout
* generic contact component
* fix redirect to auth user, user grant disable
* disable policy action without permission, i18n
* user-create flex fix, contact ng-content
* rm unused styles
* sidenav divider
* lint
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console (#806)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v10.1.3...v10.1.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 10.1.3 to 10.1.4 in /console (#805)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/10.1.4/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console (#804)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console
Bumps [codelyzer](https://github.com/mgechev/codelyzer) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mgechev/codelyzer/releases)
- [Changelog](https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgechev/codelyzer/commits/6.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1000.8 to 0.1001.4 in /console (#803)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1000.8 to 0.1001.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console (#802)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* create memberstable as common component
* iam member cleanup
* iam + org m table, user table service user avatar
* toast config
* fix selection emitter
* fix project grant table width
* project grant members refactor
* theme optimizations
* member table col delete
* lint
* fix table row color
* refactor grey color
* lint scss
* org list redirect on click, fix user table undef
* refresh table after grant add
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-10-08 10:09:10 +02:00
|
|
|
--grey: #8795a1;
|
feat(console): user metadata, rehaul detail pages (#2209)
* service, sidenav, i18n, dialog
* detail layout, user detail
* metadata dialog from
* dialog
* features
* formarray
* metadata component
* comp
* user metadata refresh
* use formarray, control, bulk save
* metadata revert, has feature directive
* lint
* lint
* typo
* info row user, warn color optim
* card cleanup, actions for user detail
* project, org, user, app rehaul
* lint
* scss
* digit fix
* features and project grid rehaul
* info-section layout, org domain info
* readd palette scss
* add svg email warn
* missing translation
* rm unused ts
* lockoutpolicy
* check for lockout feature
2021-09-13 13:38:57 +02:00
|
|
|
--warn: #ff3b5b;
|
|
|
|
--success: #10b981;
|
fix(console): cleanup user detail and member components, user/me redirect, permission guards, filter, org policy guard, user table, scss cleanup (#808)
* fix: remove user.write guard for filtering
* border color
* fix user routing from member tables
* idp detail layout
* generic contact component
* fix redirect to auth user, user grant disable
* disable policy action without permission, i18n
* user-create flex fix, contact ng-content
* rm unused styles
* sidenav divider
* lint
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console (#806)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v10.1.3...v10.1.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 10.1.3 to 10.1.4 in /console (#805)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/10.1.4/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console (#804)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console
Bumps [codelyzer](https://github.com/mgechev/codelyzer) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mgechev/codelyzer/releases)
- [Changelog](https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgechev/codelyzer/commits/6.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1000.8 to 0.1001.4 in /console (#803)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1000.8 to 0.1001.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console (#802)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* create memberstable as common component
* iam member cleanup
* iam + org m table, user table service user avatar
* toast config
* fix selection emitter
* fix project grant table width
* project grant members refactor
* theme optimizations
* member table col delete
* lint
* fix table row color
* refactor grey color
* lint scss
* org list redirect on click, fix user table undef
* refresh table after grant add
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-10-08 10:09:10 +02:00
|
|
|
--table-row-back: #363738;
|
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
--theme-dark-background-50: #7c93c6;
|
|
|
|
--theme-dark-background-contrast-50: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-dark-background-100: #4a69aa;
|
|
|
|
--theme-dark-background-contrast-100: #ffffff;
|
|
|
|
--theme-dark-background-200: #395183;
|
|
|
|
--theme-dark-background-contrast-200: #ffffff;
|
|
|
|
--theme-dark-background-300: #243252;
|
|
|
|
--theme-dark-background-contrast-300: #ffffff;
|
|
|
|
--theme-dark-background-400: #1a253c;
|
|
|
|
--theme-dark-background-contrast-400: #ffffff;
|
|
|
|
--theme-dark-background-500: #111827;
|
|
|
|
--theme-dark-background-contrast-500: #ffffff;
|
|
|
|
--theme-dark-background-600: #080b12;
|
|
|
|
--theme-dark-background-contrast-600: #ffffff;
|
|
|
|
--theme-dark-background-700: #000000;
|
|
|
|
--theme-dark-background-contrast-700: #ffffff;
|
|
|
|
--theme-dark-background-800: #000000;
|
|
|
|
--theme-dark-background-contrast-800: #ffffff;
|
|
|
|
--theme-dark-background-900: #000000;
|
|
|
|
--theme-dark-background-contrast-900: #ffffff;
|
|
|
|
--theme-dark-background-A100: #5782e0;
|
|
|
|
--theme-dark-background-contrast-A100: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-dark-background-A200: #204eb1;
|
|
|
|
--theme-dark-background-contrast-A200: #ffffff;
|
|
|
|
--theme-dark-background-A400: #182b53;
|
|
|
|
--theme-dark-background-contrast-A400: #ffffff;
|
|
|
|
--theme-dark-background-A700: #17223b;
|
|
|
|
--theme-dark-background-contrast-A700: #ffffff;
|
|
|
|
|
|
|
|
--theme-light-background-50: #ffffff;
|
|
|
|
--theme-light-background-contrast-50: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-light-background-100: #ffffff;
|
|
|
|
--theme-light-background-contrast-100: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-light-background-200: #ffffff;
|
|
|
|
--theme-light-background-contrast-200: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-light-background-300: #ffffff;
|
|
|
|
--theme-light-background-contrast-300: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-light-background-400: #ffffff;
|
|
|
|
--theme-light-background-contrast-400: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-light-background-500: #fafafa;
|
|
|
|
--theme-light-background-contrast-500: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-light-background-600: #ebebeb;
|
|
|
|
--theme-light-background-contrast-600: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-light-background-700: #dbdbdb;
|
|
|
|
--theme-light-background-contrast-700: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-light-background-800: #cccccc;
|
|
|
|
--theme-light-background-contrast-800: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-light-background-900: #bdbdbd;
|
|
|
|
--theme-light-background-contrast-900: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-light-background-A100: #ffffff;
|
|
|
|
--theme-light-background-contrast-A100: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-light-background-A200: #ffffff;
|
|
|
|
--theme-light-background-contrast-A200: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-light-background-A400: #ffffff;
|
|
|
|
--theme-light-background-contrast-A400: hsla(0, 0%, 0%, 0.87);
|
|
|
|
--theme-light-background-A700: #ffffff;
|
|
|
|
--theme-light-background-contrast-A700: hsla(0, 0%, 0%, 0.87);
|
|
|
|
|
|
|
|
--theme-dark-text: #ffffff;
|
|
|
|
--theme-dark-secondary-text: #ffffffc7;
|
|
|
|
--theme-light-text: #000000;
|
|
|
|
--theme-light-secondary-text: #000000c7;
|
|
|
|
}
|
2020-07-20 15:23:29 +02:00
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
$cnsl-dark-background: (
|
2021-12-08 10:48:23 +01:00
|
|
|
50: var(--theme-dark-background-50),
|
|
|
|
100: var(--theme-dark-background-100),
|
|
|
|
200: var(--theme-dark-background-200),
|
|
|
|
300: var(--theme-dark-background-300),
|
|
|
|
400: var(--theme-dark-background-400),
|
|
|
|
500: var(--theme-dark-background-500),
|
|
|
|
600: var(--theme-dark-background-600),
|
|
|
|
700: var(--theme-dark-background-700),
|
|
|
|
800: var(--theme-dark-background-800),
|
|
|
|
900: var(--theme-dark-background-900),
|
|
|
|
A100: var(--theme-dark-background-A100),
|
|
|
|
A200: var(--theme-dark-background-A200),
|
|
|
|
A400: var(--theme-dark-background-A400),
|
|
|
|
A700: var(--theme-dark-background-A700),
|
|
|
|
contrast: (
|
2021-07-28 14:59:52 +02:00
|
|
|
50: var(--theme-dark-background-contrast-50),
|
|
|
|
100: var(--theme-dark-background-contrast-100),
|
|
|
|
200: var(--theme-dark-background-contrast-200),
|
|
|
|
300: var(--theme-dark-background-contrast-300),
|
|
|
|
400: var(--theme-dark-background-contrast-400),
|
|
|
|
500: var(--theme-dark-background-contrast-500),
|
|
|
|
600: var(--theme-dark-background-contrast-600),
|
|
|
|
700: var(--theme-dark-background-contrast-700),
|
|
|
|
800: var(--theme-dark-background-contrast-800),
|
|
|
|
900: var(--theme-dark-background-contrast-900),
|
|
|
|
A100: var(--theme-dark-background-contrast-A100),
|
|
|
|
A200: var(--theme-dark-background-contrast-A200),
|
|
|
|
A400: var(--theme-dark-background-contrast-A400),
|
2021-12-08 10:48:23 +01:00
|
|
|
A700: var(--theme-dark-background-contrast-A700),
|
|
|
|
),
|
2020-07-20 15:23:29 +02:00
|
|
|
);
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
$cnsl-light-background: (
|
2021-12-08 10:48:23 +01:00
|
|
|
50: var(--theme-light-background-50),
|
|
|
|
100: var(--theme-light-background-100),
|
|
|
|
200: var(--theme-light-background-200),
|
|
|
|
300: var(--theme-light-background-300),
|
|
|
|
400: var(--theme-light-background-400),
|
|
|
|
500: var(--theme-light-background-500),
|
|
|
|
600: var(--theme-light-background-600),
|
|
|
|
700: var(--theme-light-background-700),
|
|
|
|
800: var(--theme-light-background-800),
|
|
|
|
900: var(--theme-light-background-900),
|
|
|
|
A100: var(--theme-light-background-A100),
|
|
|
|
A200: var(--theme-light-background-A200),
|
|
|
|
A400: var(--theme-light-background-A400),
|
|
|
|
A700: var(--theme-light-background-A700),
|
|
|
|
contrast: (
|
2021-07-28 14:59:52 +02:00
|
|
|
50: var(--theme-light-background-contrast-50),
|
|
|
|
100: var(--theme-light-background-contrast-100),
|
|
|
|
200: var(--theme-light-background-contrast-200),
|
|
|
|
300: var(--theme-light-background-contrast-300),
|
|
|
|
400: var(--theme-light-background-contrast-400),
|
|
|
|
500: var(--theme-light-background-contrast-500),
|
|
|
|
600: var(--theme-light-background-contrast-600),
|
|
|
|
700: var(--theme-light-background-contrast-700),
|
|
|
|
800: var(--theme-light-background-contrast-800),
|
|
|
|
900: var(--theme-light-background-contrast-900),
|
|
|
|
A100: var(--theme-light-background-contrast-A100),
|
|
|
|
A200: var(--theme-light-background-contrast-A200),
|
|
|
|
A400: var(--theme-light-background-contrast-A400),
|
2021-12-08 10:48:23 +01:00
|
|
|
A700: var(--theme-light-background-contrast-A700),
|
|
|
|
),
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
$cnsl-dark-theme-secondary-text: var(--theme-dark-secondary-text);
|
|
|
|
$cnsl-light-theme-secondary-text: var(--theme-light-secondary-text);
|
2022-01-21 16:08:32 +01:00
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
$cnsl-dark-theme-background: (
|
|
|
|
status-bar: map_get($cnsl-dark-background, 300),
|
|
|
|
app-bar: map_get($cnsl-dark-background, 500),
|
|
|
|
background: map_get($cnsl-dark-background, 500),
|
2022-01-21 16:08:32 +01:00
|
|
|
hover: rgba(black, 0.04),
|
2022-04-28 12:35:02 +02:00
|
|
|
card: #222,
|
|
|
|
// set fixed color due to https://github.com/angular/components/pull/14253
|
|
|
|
// change where a scss mix function can't use a css var
|
2023-10-26 10:29:06 +02:00
|
|
|
cards: map_get($cnsl-dark-background, 400),
|
|
|
|
cardhovered: map_get($cnsl-dark-background, 300),
|
|
|
|
contributor: map_get($cnsl-dark-background, 400),
|
|
|
|
contributor-avatar: map_get($cnsl-dark-background, 300),
|
|
|
|
dialog: map_get($cnsl-dark-background, 500),
|
2022-01-21 16:08:32 +01:00
|
|
|
disabled-button: rgba(black, 0.12),
|
2021-07-28 14:59:52 +02:00
|
|
|
raised-button: white,
|
|
|
|
focused-button: $dark-focused,
|
2023-10-26 10:29:06 +02:00
|
|
|
selected-button: map_get($cnsl-dark-background, 300),
|
|
|
|
selected-disabled-button: map_get($cnsl-dark-background, 400),
|
|
|
|
disabled-button-toggle: map_get($cnsl-dark-background, 200),
|
|
|
|
unselected-chip: map_get($cnsl-dark-background, 300),
|
|
|
|
disabled-list-option: map_get($cnsl-dark-background, 200),
|
2021-07-28 14:59:52 +02:00
|
|
|
tooltip: map_get($mat-gray, 700),
|
2023-10-26 10:29:06 +02:00
|
|
|
infosection: map_get($cnsl-dark-background, 300),
|
2022-04-28 12:35:02 +02:00
|
|
|
warninfosection: #741f2c4a,
|
2022-05-13 16:19:06 +02:00
|
|
|
alertinfosection: #92400e50,
|
2023-10-26 10:29:06 +02:00
|
|
|
successinfosection: map_get($cnsl-dark-background, 300),
|
|
|
|
state: map_get($cnsl-dark-background, 300),
|
2022-04-28 12:35:02 +02:00
|
|
|
state-active: #68cf8340,
|
|
|
|
state-inactive: #af455359,
|
2023-10-26 10:29:06 +02:00
|
|
|
toolbar: rgba(map_get($cnsl-dark-background, 500), 0.9),
|
|
|
|
moz-toolbar: map_get($cnsl-dark-background, 500),
|
2022-04-28 12:35:02 +02:00
|
|
|
footer: #00000020,
|
|
|
|
metadata-section: #00000020,
|
2022-05-13 16:19:06 +02:00
|
|
|
alert: #fbbf24,
|
2023-10-26 10:29:06 +02:00
|
|
|
toast: map_get($cnsl-dark-background, 400),
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
$cnsl-light-theme-background: (
|
|
|
|
status-bar: map_get($cnsl-light-background, 300),
|
|
|
|
app-bar: map_get($cnsl-light-background, 100),
|
|
|
|
background: map_get($cnsl-light-background, 500),
|
2022-01-21 16:08:32 +01:00
|
|
|
hover: rgba(black, 0.04),
|
2022-04-28 12:35:02 +02:00
|
|
|
contributor: #00000010,
|
|
|
|
contributor-avatar: map_get($caos-light-primary, 300),
|
|
|
|
card: #fff,
|
|
|
|
// set fixed color due to https://github.com/angular/components/pull/14253
|
|
|
|
// change where a scss mix function can't use a css var
|
2023-10-26 10:29:06 +02:00
|
|
|
cards: map_get($cnsl-light-background, 400),
|
|
|
|
cardhovered: map_get($cnsl-light-background, 300),
|
|
|
|
dialog: map_get($cnsl-light-background, 500),
|
2022-01-21 16:08:32 +01:00
|
|
|
disabled-button: rgba(black, 0.12),
|
2021-07-28 14:59:52 +02:00
|
|
|
raised-button: white,
|
|
|
|
focused-button: $light-focused,
|
2023-10-26 10:29:06 +02:00
|
|
|
selected-button: map_get($cnsl-light-background, 300),
|
|
|
|
selected-disabled-button: map_get($cnsl-light-background, 400),
|
|
|
|
disabled-button-toggle: map_get($cnsl-light-background, 200),
|
|
|
|
unselected-chip: map_get($cnsl-light-background, 300),
|
|
|
|
disabled-list-option: map_get($cnsl-light-background, 200),
|
2021-07-28 14:59:52 +02:00
|
|
|
tooltip: map_get($mat-gray, 700),
|
2023-10-26 10:29:06 +02:00
|
|
|
infosection: map_get($cnsl-light-background, 600),
|
2021-07-28 14:59:52 +02:00
|
|
|
warninfosection: #ffc1c1,
|
2022-05-13 16:19:06 +02:00
|
|
|
alertinfosection: rgb(251, 191, 36),
|
2021-12-08 10:48:23 +01:00
|
|
|
successinfosection: #cbf4c9,
|
2023-10-26 10:29:06 +02:00
|
|
|
toolbar: rgba(map_get($cnsl-light-background, 500), 0.9),
|
|
|
|
moz-toolbar: map_get($cnsl-light-background, 500),
|
2022-04-28 12:35:02 +02:00
|
|
|
footer: #00000008,
|
|
|
|
metadata-section: #605f5f08,
|
2022-05-13 16:19:06 +02:00
|
|
|
alert: rgb(251, 191, 36),
|
2023-10-26 10:29:06 +02:00
|
|
|
toast: map_get($cnsl-light-background, 400),
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
$cnsl-dark-theme-foreground: (
|
2021-07-28 14:59:52 +02:00
|
|
|
base: white,
|
|
|
|
divider: $light-dividers,
|
|
|
|
dividers: $light-dividers,
|
|
|
|
disabled: $light-disabled-text,
|
2022-01-21 16:08:32 +01:00
|
|
|
disabled-button: rgba(white, 0.26),
|
2021-07-28 14:59:52 +02:00
|
|
|
disabled-text: $light-disabled-text,
|
|
|
|
elevation: black,
|
|
|
|
hint-text: $light-disabled-text,
|
2023-10-26 10:29:06 +02:00
|
|
|
secondary-text: $cnsl-dark-theme-secondary-text,
|
2022-04-28 12:35:02 +02:00
|
|
|
placeholder-text: rgba(white, 0.4),
|
2022-01-21 16:08:32 +01:00
|
|
|
icon: rgba(white, 0.54),
|
|
|
|
icons: rgba(white, 0.54),
|
2023-10-26 10:29:06 +02:00
|
|
|
text: $cnsl-dark-theme-text,
|
2022-01-21 16:08:32 +01:00
|
|
|
slider-min: rgba(white, 0.87),
|
|
|
|
slider-off: rgba(white, 0.26),
|
|
|
|
slider-off-active: rgba(white, 0.38),
|
2021-07-28 14:59:52 +02:00
|
|
|
infosection: #f0f0f0,
|
|
|
|
warninfosection: #ffc1c1,
|
2022-05-13 16:19:06 +02:00
|
|
|
alertinfosection: rgb(251, 191, 36),
|
2021-12-08 10:48:23 +01:00
|
|
|
successinfosection: #cbf4c9,
|
2022-04-28 12:35:02 +02:00
|
|
|
toolbar-items: map-get(map-get($caos-dark-primary, contrast), 500),
|
|
|
|
slash: #ffffff6e,
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
$cnsl-light-theme-foreground: (
|
2021-07-28 14:59:52 +02:00
|
|
|
base: black,
|
|
|
|
divider: $dark-dividers,
|
|
|
|
dividers: $dark-dividers,
|
|
|
|
disabled: $dark-disabled-text,
|
2022-01-21 16:08:32 +01:00
|
|
|
disabled-button: rgba(black, 0.26),
|
2021-07-28 14:59:52 +02:00
|
|
|
disabled-text: $dark-disabled-text,
|
|
|
|
elevation: black,
|
|
|
|
hint-text: $dark-disabled-text,
|
2023-10-26 10:29:06 +02:00
|
|
|
secondary-text: $cnsl-light-theme-secondary-text,
|
2022-04-28 12:35:02 +02:00
|
|
|
placeholder-text: rgba(black, 0.3),
|
2022-01-21 16:08:32 +01:00
|
|
|
icon: rgba(black, 0.54),
|
|
|
|
icons: rgba(black, 0.54),
|
2023-10-26 10:29:06 +02:00
|
|
|
text: $cnsl-light-theme-text,
|
2022-01-21 16:08:32 +01:00
|
|
|
slider-min: rgba(black, 0.87),
|
|
|
|
slider-off: rgba(black, 0.26),
|
|
|
|
slider-off-active: rgba(black, 0.38),
|
2023-10-26 10:29:06 +02:00
|
|
|
infosection: map-get(map-get($cnsl-light-background, contrast), 600),
|
2021-07-28 14:59:52 +02:00
|
|
|
warninfosection: #620e0e,
|
2022-05-13 16:19:06 +02:00
|
|
|
alertinfosection: rgb(146, 64, 14),
|
2021-12-08 10:48:23 +01:00
|
|
|
successinfosection: #0e6245,
|
2022-04-28 12:35:02 +02:00
|
|
|
toolbar-items: map-get(map-get($caos-light-primary, contrast), 500),
|
|
|
|
slash: #0000006e,
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
$custom-level: mat.define-typography-level(
|
|
|
|
$font-family: Lato,
|
|
|
|
$font-weight: 500,
|
|
|
|
$font-size: 14px,
|
|
|
|
$line-height: 1,
|
|
|
|
$letter-spacing: normal,
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
$custom-body-level: mat.define-typography-level(
|
|
|
|
$font-family: Lato,
|
|
|
|
$font-weight: 500,
|
|
|
|
$font-size: 16px,
|
|
|
|
$letter-spacing: normal,
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
$custom-caption-level: mat.define-typography-level(
|
|
|
|
$font-family: Lato,
|
|
|
|
$font-weight: 500,
|
|
|
|
$font-size: 12px,
|
|
|
|
$letter-spacing: normal,
|
2022-04-28 12:35:02 +02:00
|
|
|
);
|
2020-07-30 16:54:15 +02:00
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
$custom-typography: mat.define-typography-config(
|
|
|
|
$font-family: Lato,
|
|
|
|
$button: $custom-level,
|
|
|
|
$body-1: $custom-body-level,
|
|
|
|
$caption: $custom-caption-level,
|
|
|
|
);
|
|
|
|
|
|
|
|
$caos-light-app-theme: mat.define-light-theme(
|
|
|
|
(
|
|
|
|
color: (
|
|
|
|
primary: mat-palette($caos-light-primary),
|
|
|
|
accent: mat-palette($caos-light-primary),
|
|
|
|
warn: mat-palette($caos-light-warn),
|
|
|
|
),
|
|
|
|
typography: $custom-typography,
|
|
|
|
density: 0,
|
|
|
|
)
|
|
|
|
);
|
|
|
|
|
|
|
|
$caos-dark-app-theme: mat.define-dark-theme(
|
|
|
|
(
|
|
|
|
color: (
|
|
|
|
primary: mat-palette($caos-dark-primary),
|
|
|
|
accent: mat-palette($caos-dark-primary),
|
|
|
|
warn: mat-palette($caos-dark-warn),
|
|
|
|
),
|
|
|
|
typography: $custom-typography,
|
|
|
|
density: 0,
|
|
|
|
)
|
|
|
|
);
|
2020-07-30 16:54:15 +02:00
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
$caos-light-app-theme: modify-palette($caos-light-app-theme, background, $cnsl-light-theme-background);
|
|
|
|
$caos-dark-app-theme: modify-palette($caos-dark-app-theme, background, $cnsl-dark-theme-background);
|
|
|
|
|
|
|
|
$caos-light-app-theme: modify-palette($caos-light-app-theme, foreground, $cnsl-light-theme-foreground);
|
|
|
|
$caos-dark-app-theme: modify-palette($caos-dark-app-theme, foreground, $cnsl-dark-theme-foreground);
|
|
|
|
|
|
|
|
@include mat.all-component-typographies($custom-typography);
|
|
|
|
@include mat.core();
|
|
|
|
|
|
|
|
.mat-mdc-dialog-container,
|
|
|
|
.mat-mdc-raised-button,
|
|
|
|
.mat-mdc-outlined-button {
|
fix(console): formfield changes and ux (#1020)
* cnsl-formfield, cnsl-label, cnsl-input, ch prefix
* create user cnsl-fields, add cnsl-error
* replace user forms with cnsl-fields
* replace all other occurrences of mat-form-field with cnsl-fields
* improve hover, active, focus behavior, headlin styling
* user-grant refactor
* style cleanup
* stylelint
* fix detail layout flexstart, user table header
* input dir
* error, input directives instead components, on blur handler
* error directive, formfield content children
* formfield control directive
* use new field for new contact dialog
* formfield hint, error directive, scss
* hint or error binding, animation after view init
* avatar changes, policy header
* style lint
* lint
* input control within formfield, errorstatematcher
* use matformcontrol to merge with selects
* member table min width, lint
* lint
* implement from matformcontrol insteat custom, add selector
* find error
* add focus listener
* labelfloat
* fix input directive
* renaming
* rm logs
* user search overflow, org create i18n, meta cleanup
* sidenav shadow
* redirect to org table
* lint
* lint test files
* remove usage of formfieldmodule, use input module, layout optim
* replace formfieldmodule usage with inputmodule
* lint input dir, scss
* user grant, user table optimisations
* reorganize sidenav, project table empty, tooltips, avatar ch
* user grant tooltips, form field error directive accessor
* checkbox overflow fix, table dateblock, i18n tooltips
* app placeholder, i18n, optimize mobile layout
* change refresh table order, i18n, redirect chips
* stylelint
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console (#1007)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.2 to 13.8.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.2...13.8.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console (#1006)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v11.0.1...v11.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console (#1005)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console
Bumps [google-proto-files](https://github.com/googleapis/nodejs-proto-files) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/googleapis/nodejs-proto-files/releases)
- [Changelog](https://github.com/googleapis/nodejs-proto-files/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-proto-files/compare/v2.2.0...v2.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console (#1004)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 11.0.0 to 11.0.2 in /console (#999)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 11.0.0 to 11.0.2.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/11.0.2/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1100.1 to 0.1100.2 in /console (#1003)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1100.1 to 0.1100.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console (#1002)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console (#1001)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console (#1000)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console
Bumps [file-saver](https://github.com/eligrey/FileSaver.js) from 2.0.2 to 2.0.5.
- [Release notes](https://github.com/eligrey/FileSaver.js/releases)
- [Changelog](https://github.com/eligrey/FileSaver.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eligrey/FileSaver.js/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump jasmine-spec-reporter in /console (#974)
Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcaudan/jasmine-spec-reporter/compare/v5.0.2...v6.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* input field border improvements, primary color
* redirect form, conventional ux
* redirects inputs on app create
* fix dynamic suffix padding, user grant layout, lint
* input style accessor, contact view optim, ext idp, card fixes
* hide error on untouched formfield, border red on error touched
* fix change detector
* change, user, form validation, delete refresh
* safari font weight adjustment, change refresh emitter
* key validation
* remove tabls layout from projects
* app changes, refactor project, app state, meta layout
* add key dialog validation, startdate, rever change tabs
* stylelint
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* finnaly fix fckntimestamp picker
* optional key expiry
* small state badge
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-11-25 16:53:14 +01:00
|
|
|
border-radius: 6px !important;
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
.mdc-dialog__actions {
|
|
|
|
padding: 0 1.5rem 1.5rem 1.5rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-mdc-menu-item {
|
feat(console): user metadata, rehaul detail pages (#2209)
* service, sidenav, i18n, dialog
* detail layout, user detail
* metadata dialog from
* dialog
* features
* formarray
* metadata component
* comp
* user metadata refresh
* use formarray, control, bulk save
* metadata revert, has feature directive
* lint
* lint
* typo
* info row user, warn color optim
* card cleanup, actions for user detail
* project, org, user, app rehaul
* lint
* scss
* digit fix
* features and project grid rehaul
* info-section layout, org domain info
* readd palette scss
* add svg email warn
* missing translation
* rm unused ts
* lockoutpolicy
* check for lockout feature
2021-09-13 13:38:57 +02:00
|
|
|
line-height: 35px !important;
|
|
|
|
height: 35px !important;
|
|
|
|
}
|
|
|
|
|
2022-04-28 12:35:02 +02:00
|
|
|
.cnsl-action-button {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-10-26 10:29:06 +02:00
|
|
|
margin-left: -0.5rem;
|
|
|
|
height: 100%;
|
|
|
|
padding-left: 0.25rem;
|
|
|
|
height: 36px;
|
2022-04-28 12:35:02 +02:00
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
i:not(.no-margin) {
|
|
|
|
margin-right: 0.25rem;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
}
|
2022-04-28 12:35:02 +02:00
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
.mat-icon {
|
|
|
|
margin-right: 0.25rem;
|
2022-04-28 12:35:02 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-06-07 11:08:05 +02:00
|
|
|
.mat-calendar-table {
|
|
|
|
height: 280px;
|
|
|
|
}
|
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
.mat-mdc-select-panel {
|
|
|
|
margin-left: -11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-mdc-select {
|
|
|
|
padding-top: 7px !important;
|
|
|
|
}
|
|
|
|
|
2022-04-28 12:35:02 +02:00
|
|
|
@include component-themes($caos-dark-app-theme);
|
2023-10-26 10:29:06 +02:00
|
|
|
@include mat.all-component-themes($caos-dark-app-theme);
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
--mdc-linear-progress-active-indicator-color: var(--success);
|
|
|
|
--mdc-linear-progress-track-height: 8px !important;
|
|
|
|
--mdc-linear-progress-track-color: #00000010;
|
|
|
|
--mat-select-enabled-trigger-text-color: #000;
|
|
|
|
--mdc-linear-progress-active-indicator-height: 8px !important;
|
|
|
|
}
|
2022-04-28 12:35:02 +02:00
|
|
|
|
2020-05-13 14:41:43 +02:00
|
|
|
.light-theme {
|
2021-07-28 14:59:52 +02:00
|
|
|
@include component-themes($caos-light-app-theme);
|
2023-10-26 10:29:06 +02:00
|
|
|
@include mat.all-component-colors($caos-light-app-theme);
|
2020-07-30 16:54:15 +02:00
|
|
|
|
2022-04-28 12:35:02 +02:00
|
|
|
$background: map-get($caos-light-app-theme, background);
|
|
|
|
$foreground: map-get($caos-light-app-theme, foreground);
|
|
|
|
|
feat(console): user metadata, rehaul detail pages (#2209)
* service, sidenav, i18n, dialog
* detail layout, user detail
* metadata dialog from
* dialog
* features
* formarray
* metadata component
* comp
* user metadata refresh
* use formarray, control, bulk save
* metadata revert, has feature directive
* lint
* lint
* typo
* info row user, warn color optim
* card cleanup, actions for user detail
* project, org, user, app rehaul
* lint
* scss
* digit fix
* features and project grid rehaul
* info-section layout, org domain info
* readd palette scss
* add svg email warn
* missing translation
* rm unused ts
* lockoutpolicy
* check for lockout feature
2021-09-13 13:38:57 +02:00
|
|
|
--warn: #cd3d56;
|
|
|
|
--success: #10b981;
|
2022-04-28 12:35:02 +02:00
|
|
|
$border-color: map-get($foreground, divider);
|
feat(console): user metadata, rehaul detail pages (#2209)
* service, sidenav, i18n, dialog
* detail layout, user detail
* metadata dialog from
* dialog
* features
* formarray
* metadata component
* comp
* user metadata refresh
* use formarray, control, bulk save
* metadata revert, has feature directive
* lint
* lint
* typo
* info row user, warn color optim
* card cleanup, actions for user detail
* project, org, user, app rehaul
* lint
* scss
* digit fix
* features and project grid rehaul
* info-section layout, org domain info
* readd palette scss
* add svg email warn
* missing translation
* rm unused ts
* lockoutpolicy
* check for lockout feature
2021-09-13 13:38:57 +02:00
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
--mat-select-enabled-trigger-text-color: #000;
|
|
|
|
--mat-table-row-item-label-text-size: 14px;
|
|
|
|
--mat-menu-item-label-text-size: 14px;
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
--mdc-linear-progress-track-color: #00000010;
|
|
|
|
--mdc-linear-progress-active-indicator-color: var(--success);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-mdc-menu-panel {
|
2022-04-29 10:25:12 +02:00
|
|
|
background-color: map-get($background, cards);
|
|
|
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
border-radius: 6px;
|
2023-08-21 22:38:45 +05:30
|
|
|
min-height: fit-content;
|
2022-04-29 10:25:12 +02:00
|
|
|
}
|
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
.mat-mdc-select-panel {
|
|
|
|
background-color: map-get($background, cards);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-mdc-option {
|
feat: console flat navigation, settings (#3581)
* instance routing
* instance naming
* org list
* rm isonsystem
* breadcrumb type
* routing
* instance members
* fragment refresh org
* settings pages
* settings list, sidenav grouping, i18n
* org-settings, policy changes
* lint
* grid
* rename grid
* fallback to general
* cleanup
* general settings, remove cards
* sidenav for settings, label policy
* i18n
* header, nav backbuild
* general, project nav rehaul
* login text background adapt
* org nav anim
* org, instance settings, fix policy layout, roles
* i18n, active route for project
* lint
2022-05-09 15:01:36 +02:00
|
|
|
background-color: map-get($background, cards);
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: map-get($background, cardhovered);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-07-29 11:14:45 +02:00
|
|
|
.mat-button-toggle {
|
2022-04-29 10:25:12 +02:00
|
|
|
background-color: mat.get-color-from-palette($background, cards);
|
|
|
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
2022-07-29 11:14:45 +02:00
|
|
|
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
|
|
|
|
&.mat-button-toggle-checked {
|
2023-10-26 10:29:06 +02:00
|
|
|
background-color: mat.get-color-from-palette($background, background);
|
2022-07-29 11:14:45 +02:00
|
|
|
}
|
2022-04-29 10:25:12 +02:00
|
|
|
}
|
|
|
|
|
2020-07-30 16:54:15 +02:00
|
|
|
.main-container,
|
2023-10-26 10:29:06 +02:00
|
|
|
.mat-mdc-dialog-container,
|
2022-06-07 11:08:05 +02:00
|
|
|
.mat-calendar {
|
2021-07-28 14:59:52 +02:00
|
|
|
background-color: map-get($background, background);
|
2022-01-21 16:08:32 +01:00
|
|
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
2022-01-21 16:08:32 +01:00
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
|
2021-07-28 14:59:52 +02:00
|
|
|
background-color: map-get($background, background);
|
2020-07-30 16:54:15 +02:00
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
2021-07-28 14:59:52 +02:00
|
|
|
background-color: map-get($background, background);
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background-color: #737c8850;
|
|
|
|
border-radius: 8px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
feat(console): user grant filtering, org domain verification improvements, fix membership detail link (#916)
* user grant filter
* add filter input
* org domain spinner and reload
* user grant filter templates
* single selection filter for grants, same dl btn
* filter margin
* lint style, remove duplicate code
* project count as observable
* deferred reload on delete
* fix user grant formfield
* lint styles
* fix event propagation on pin, change selection
* propagate counter change
* admin warn, localstorage, i18n, sidenav impv
* overlays
* adapt toolbar elevationn, card
* color vars, i18n, admin section
* fix lint
* selection clear on filter
* ts lint
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/en.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
2020-11-13 09:59:11 +01:00
|
|
|
|
|
|
|
.root-header {
|
2023-10-26 10:29:06 +02:00
|
|
|
box-shadow: inset 0 -1px map-get($cnsl-light-theme-foreground, divider);
|
feat(console): user grant filtering, org domain verification improvements, fix membership detail link (#916)
* user grant filter
* add filter input
* org domain spinner and reload
* user grant filter templates
* single selection filter for grants, same dl btn
* filter margin
* lint style, remove duplicate code
* project count as observable
* deferred reload on delete
* fix user grant formfield
* lint styles
* fix event propagation on pin, change selection
* propagate counter change
* admin warn, localstorage, i18n, sidenav impv
* overlays
* adapt toolbar elevationn, card
* color vars, i18n, admin section
* fix lint
* selection clear on filter
* ts lint
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/en.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
2020-11-13 09:59:11 +01:00
|
|
|
}
|
2020-05-13 14:41:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.dark-theme {
|
2022-04-28 12:35:02 +02:00
|
|
|
$background: map-get($caos-dark-app-theme, background);
|
|
|
|
$foreground: map-get($caos-dark-app-theme, foreground);
|
2020-05-13 14:41:43 +02:00
|
|
|
|
feat(console): user metadata, rehaul detail pages (#2209)
* service, sidenav, i18n, dialog
* detail layout, user detail
* metadata dialog from
* dialog
* features
* formarray
* metadata component
* comp
* user metadata refresh
* use formarray, control, bulk save
* metadata revert, has feature directive
* lint
* lint
* typo
* info row user, warn color optim
* card cleanup, actions for user detail
* project, org, user, app rehaul
* lint
* scss
* digit fix
* features and project grid rehaul
* info-section layout, org domain info
* readd palette scss
* add svg email warn
* missing translation
* rm unused ts
* lockoutpolicy
* check for lockout feature
2021-09-13 13:38:57 +02:00
|
|
|
--warn: #ff3b5b;
|
|
|
|
--success: #10b981;
|
2022-04-28 12:35:02 +02:00
|
|
|
$border-color: map-get($foreground, divider);
|
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
--mat-select-enabled-trigger-text-color: #fff;
|
|
|
|
--mat-table-row-item-label-text-size: 14px;
|
|
|
|
--mat-menu-item-label-text-size: 14px;
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
--mdc-linear-progress-track-color: #ffffff20;
|
|
|
|
--mdc-linear-progress-active-indicator-color: var(--success);
|
|
|
|
}
|
|
|
|
|
2022-04-28 12:35:02 +02:00
|
|
|
.main-container {
|
2023-10-26 10:29:06 +02:00
|
|
|
background-color: mat.get-color-from-palette($background, background);
|
2022-04-28 12:35:02 +02:00
|
|
|
color: map-get($foreground, text);
|
|
|
|
}
|
fix(console): cleanup user detail and member components, user/me redirect, permission guards, filter, org policy guard, user table, scss cleanup (#808)
* fix: remove user.write guard for filtering
* border color
* fix user routing from member tables
* idp detail layout
* generic contact component
* fix redirect to auth user, user grant disable
* disable policy action without permission, i18n
* user-create flex fix, contact ng-content
* rm unused styles
* sidenav divider
* lint
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console (#806)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v10.1.3...v10.1.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 10.1.3 to 10.1.4 in /console (#805)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/10.1.4/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console (#804)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console
Bumps [codelyzer](https://github.com/mgechev/codelyzer) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mgechev/codelyzer/releases)
- [Changelog](https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgechev/codelyzer/commits/6.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1000.8 to 0.1001.4 in /console (#803)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1000.8 to 0.1001.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console (#802)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* create memberstable as common component
* iam member cleanup
* iam + org m table, user table service user avatar
* toast config
* fix selection emitter
* fix project grant table width
* project grant members refactor
* theme optimizations
* member table col delete
* lint
* fix table row color
* refactor grey color
* lint scss
* org list redirect on click, fix user table undef
* refresh table after grant add
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-10-08 10:09:10 +02:00
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
.mat-mdc-menu-panel {
|
2022-04-29 10:25:12 +02:00
|
|
|
background-color: map-get($background, cards);
|
|
|
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
border-radius: 6px;
|
2023-08-21 22:38:45 +05:30
|
|
|
min-height: fit-content;
|
2022-04-29 10:25:12 +02:00
|
|
|
}
|
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
.mat-mdc-select-panel {
|
|
|
|
background-color: map-get($background, cards);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-mdc-option {
|
feat: console flat navigation, settings (#3581)
* instance routing
* instance naming
* org list
* rm isonsystem
* breadcrumb type
* routing
* instance members
* fragment refresh org
* settings pages
* settings list, sidenav grouping, i18n
* org-settings, policy changes
* lint
* grid
* rename grid
* fallback to general
* cleanup
* general settings, remove cards
* sidenav for settings, label policy
* i18n
* header, nav backbuild
* general, project nav rehaul
* login text background adapt
* org nav anim
* org, instance settings, fix policy layout, roles
* i18n, active route for project
* lint
2022-05-09 15:01:36 +02:00
|
|
|
background-color: map-get($background, cards);
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: map-get($background, cardhovered);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-07-29 11:14:45 +02:00
|
|
|
.mat-button-toggle {
|
2022-04-29 10:25:12 +02:00
|
|
|
background-color: mat.get-color-from-palette($background, cards);
|
|
|
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
2022-07-29 11:14:45 +02:00
|
|
|
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
|
|
|
|
&.mat-button-toggle-checked {
|
|
|
|
background-color: mat.get-color-from-palette($background, background);
|
|
|
|
}
|
2022-04-29 10:25:12 +02:00
|
|
|
}
|
|
|
|
|
2020-07-30 16:54:15 +02:00
|
|
|
.main-container,
|
2023-10-26 10:29:06 +02:00
|
|
|
.mat-mdc-dialog-container,
|
2022-06-07 11:08:05 +02:00
|
|
|
.mat-calendar {
|
2023-10-26 10:29:06 +02:00
|
|
|
background-color: mat.get-color-from-palette($background, background);
|
2022-01-21 16:08:32 +01:00
|
|
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
2022-01-21 16:08:32 +01:00
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
fix(console): text color shades, ui fixes, state handle restore (#3698)
* common project grant dialog, info box, label policy
* text styles, statehandler fix
* dialog, btn alignment, i18n
* search-user theme colors
* filter formfield sizing
* redirect uris
* shortcut layout
* settings grid type rest, shortcuts linking
* login policy, reset button consistency, metadata
* permission checks
2022-05-25 09:33:18 +02:00
|
|
|
box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
|
2021-07-28 14:59:52 +02:00
|
|
|
background-color: map-get($background, background);
|
2020-07-30 16:54:15 +02:00
|
|
|
border-radius: 8px;
|
2022-01-21 16:08:32 +01:00
|
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
2021-07-28 14:59:52 +02:00
|
|
|
background-color: map-get($background, background);
|
2022-01-21 16:08:32 +01:00
|
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background-color: #737c8870;
|
|
|
|
border-radius: 8px;
|
|
|
|
cursor: pointer;
|
2022-01-21 16:08:32 +01:00
|
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
feat(console): user grant filtering, org domain verification improvements, fix membership detail link (#916)
* user grant filter
* add filter input
* org domain spinner and reload
* user grant filter templates
* single selection filter for grants, same dl btn
* filter margin
* lint style, remove duplicate code
* project count as observable
* deferred reload on delete
* fix user grant formfield
* lint styles
* fix event propagation on pin, change selection
* propagate counter change
* admin warn, localstorage, i18n, sidenav impv
* overlays
* adapt toolbar elevationn, card
* color vars, i18n, admin section
* fix lint
* selection clear on filter
* ts lint
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/en.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
2020-11-13 09:59:11 +01:00
|
|
|
|
|
|
|
.root-header {
|
2023-10-26 10:29:06 +02:00
|
|
|
box-shadow: inset 0 -1px map-get($cnsl-dark-theme-foreground, divider);
|
feat(console): user grant filtering, org domain verification improvements, fix membership detail link (#916)
* user grant filter
* add filter input
* org domain spinner and reload
* user grant filter templates
* single selection filter for grants, same dl btn
* filter margin
* lint style, remove duplicate code
* project count as observable
* deferred reload on delete
* fix user grant formfield
* lint styles
* fix event propagation on pin, change selection
* propagate counter change
* admin warn, localstorage, i18n, sidenav impv
* overlays
* adapt toolbar elevationn, card
* color vars, i18n, admin section
* fix lint
* selection clear on filter
* ts lint
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/en.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
2020-11-13 09:59:11 +01:00
|
|
|
}
|
2020-05-13 14:41:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* You can add global styles to this file, and also import other style files */
|
|
|
|
|
|
|
|
html,
|
|
|
|
body {
|
2020-07-30 16:54:15 +02:00
|
|
|
height: 100%;
|
2020-05-13 14:41:43 +02:00
|
|
|
}
|
2020-07-30 16:54:15 +02:00
|
|
|
|
2020-05-13 14:41:43 +02:00
|
|
|
body {
|
2020-07-30 16:54:15 +02:00
|
|
|
margin: 0;
|
2023-09-28 14:59:58 +02:00
|
|
|
font-family:
|
|
|
|
'Lato',
|
|
|
|
-apple-system,
|
|
|
|
BlinkMacSystemFont,
|
|
|
|
'Segoe UI',
|
|
|
|
'Roboto',
|
|
|
|
'Oxygen',
|
|
|
|
'Ubuntu',
|
|
|
|
'Cantarell',
|
|
|
|
'Fira Sans',
|
|
|
|
'Droid Sans',
|
|
|
|
'Helvetica Neue',
|
|
|
|
sans-serif;
|
2023-10-26 10:29:06 +02:00
|
|
|
-moz-osx-font-smoothing: inherit;
|
|
|
|
-webkit-font-smoothing: auto;
|
|
|
|
|
|
|
|
* {
|
|
|
|
-moz-osx-font-smoothing: inherit !important;
|
|
|
|
-webkit-font-smoothing: auto !important;
|
|
|
|
}
|
2020-05-13 14:41:43 +02:00
|
|
|
}
|
|
|
|
|
2021-06-01 07:02:49 +02:00
|
|
|
h1 {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
fix(console): formfield changes and ux (#1020)
* cnsl-formfield, cnsl-label, cnsl-input, ch prefix
* create user cnsl-fields, add cnsl-error
* replace user forms with cnsl-fields
* replace all other occurrences of mat-form-field with cnsl-fields
* improve hover, active, focus behavior, headlin styling
* user-grant refactor
* style cleanup
* stylelint
* fix detail layout flexstart, user table header
* input dir
* error, input directives instead components, on blur handler
* error directive, formfield content children
* formfield control directive
* use new field for new contact dialog
* formfield hint, error directive, scss
* hint or error binding, animation after view init
* avatar changes, policy header
* style lint
* lint
* input control within formfield, errorstatematcher
* use matformcontrol to merge with selects
* member table min width, lint
* lint
* implement from matformcontrol insteat custom, add selector
* find error
* add focus listener
* labelfloat
* fix input directive
* renaming
* rm logs
* user search overflow, org create i18n, meta cleanup
* sidenav shadow
* redirect to org table
* lint
* lint test files
* remove usage of formfieldmodule, use input module, layout optim
* replace formfieldmodule usage with inputmodule
* lint input dir, scss
* user grant, user table optimisations
* reorganize sidenav, project table empty, tooltips, avatar ch
* user grant tooltips, form field error directive accessor
* checkbox overflow fix, table dateblock, i18n tooltips
* app placeholder, i18n, optimize mobile layout
* change refresh table order, i18n, redirect chips
* stylelint
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console (#1007)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.2 to 13.8.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.2...13.8.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console (#1006)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v11.0.1...v11.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console (#1005)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console
Bumps [google-proto-files](https://github.com/googleapis/nodejs-proto-files) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/googleapis/nodejs-proto-files/releases)
- [Changelog](https://github.com/googleapis/nodejs-proto-files/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-proto-files/compare/v2.2.0...v2.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console (#1004)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 11.0.0 to 11.0.2 in /console (#999)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 11.0.0 to 11.0.2.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/11.0.2/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1100.1 to 0.1100.2 in /console (#1003)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1100.1 to 0.1100.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console (#1002)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console (#1001)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console (#1000)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console
Bumps [file-saver](https://github.com/eligrey/FileSaver.js) from 2.0.2 to 2.0.5.
- [Release notes](https://github.com/eligrey/FileSaver.js/releases)
- [Changelog](https://github.com/eligrey/FileSaver.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eligrey/FileSaver.js/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump jasmine-spec-reporter in /console (#974)
Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcaudan/jasmine-spec-reporter/compare/v5.0.2...v6.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* input field border improvements, primary color
* redirect form, conventional ux
* redirects inputs on app create
* fix dynamic suffix padding, user grant layout, lint
* input style accessor, contact view optim, ext idp, card fixes
* hide error on untouched formfield, border red on error touched
* fix change detector
* change, user, form validation, delete refresh
* safari font weight adjustment, change refresh emitter
* key validation
* remove tabls layout from projects
* app changes, refactor project, app state, meta layout
* add key dialog validation, startdate, rever change tabs
* stylelint
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* finnaly fix fckntimestamp picker
* optional key expiry
* small state badge
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-11-25 16:53:14 +01:00
|
|
|
h2 {
|
|
|
|
font-size: 1.3rem;
|
2021-06-01 07:02:49 +02:00
|
|
|
font-weight: 400;
|
fix(console): formfield changes and ux (#1020)
* cnsl-formfield, cnsl-label, cnsl-input, ch prefix
* create user cnsl-fields, add cnsl-error
* replace user forms with cnsl-fields
* replace all other occurrences of mat-form-field with cnsl-fields
* improve hover, active, focus behavior, headlin styling
* user-grant refactor
* style cleanup
* stylelint
* fix detail layout flexstart, user table header
* input dir
* error, input directives instead components, on blur handler
* error directive, formfield content children
* formfield control directive
* use new field for new contact dialog
* formfield hint, error directive, scss
* hint or error binding, animation after view init
* avatar changes, policy header
* style lint
* lint
* input control within formfield, errorstatematcher
* use matformcontrol to merge with selects
* member table min width, lint
* lint
* implement from matformcontrol insteat custom, add selector
* find error
* add focus listener
* labelfloat
* fix input directive
* renaming
* rm logs
* user search overflow, org create i18n, meta cleanup
* sidenav shadow
* redirect to org table
* lint
* lint test files
* remove usage of formfieldmodule, use input module, layout optim
* replace formfieldmodule usage with inputmodule
* lint input dir, scss
* user grant, user table optimisations
* reorganize sidenav, project table empty, tooltips, avatar ch
* user grant tooltips, form field error directive accessor
* checkbox overflow fix, table dateblock, i18n tooltips
* app placeholder, i18n, optimize mobile layout
* change refresh table order, i18n, redirect chips
* stylelint
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console (#1007)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.2 to 13.8.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.2...13.8.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console (#1006)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v11.0.1...v11.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console (#1005)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console
Bumps [google-proto-files](https://github.com/googleapis/nodejs-proto-files) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/googleapis/nodejs-proto-files/releases)
- [Changelog](https://github.com/googleapis/nodejs-proto-files/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-proto-files/compare/v2.2.0...v2.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console (#1004)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 11.0.0 to 11.0.2 in /console (#999)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 11.0.0 to 11.0.2.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/11.0.2/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1100.1 to 0.1100.2 in /console (#1003)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1100.1 to 0.1100.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console (#1002)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console (#1001)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console (#1000)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console
Bumps [file-saver](https://github.com/eligrey/FileSaver.js) from 2.0.2 to 2.0.5.
- [Release notes](https://github.com/eligrey/FileSaver.js/releases)
- [Changelog](https://github.com/eligrey/FileSaver.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eligrey/FileSaver.js/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump jasmine-spec-reporter in /console (#974)
Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcaudan/jasmine-spec-reporter/compare/v5.0.2...v6.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* input field border improvements, primary color
* redirect form, conventional ux
* redirects inputs on app create
* fix dynamic suffix padding, user grant layout, lint
* input style accessor, contact view optim, ext idp, card fixes
* hide error on untouched formfield, border red on error touched
* fix change detector
* change, user, form validation, delete refresh
* safari font weight adjustment, change refresh emitter
* key validation
* remove tabls layout from projects
* app changes, refactor project, app state, meta layout
* add key dialog validation, startdate, rever change tabs
* stylelint
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* finnaly fix fckntimestamp picker
* optional key expiry
* small state badge
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-11-25 16:53:14 +01:00
|
|
|
}
|
|
|
|
|
2022-04-28 12:35:02 +02:00
|
|
|
.transparent-backdrop {
|
|
|
|
background: transparent !important;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
2023-10-26 10:29:06 +02:00
|
|
|
.mat-mdc-paginator .mat-mdc-select {
|
fix(console): formfield changes and ux (#1020)
* cnsl-formfield, cnsl-label, cnsl-input, ch prefix
* create user cnsl-fields, add cnsl-error
* replace user forms with cnsl-fields
* replace all other occurrences of mat-form-field with cnsl-fields
* improve hover, active, focus behavior, headlin styling
* user-grant refactor
* style cleanup
* stylelint
* fix detail layout flexstart, user table header
* input dir
* error, input directives instead components, on blur handler
* error directive, formfield content children
* formfield control directive
* use new field for new contact dialog
* formfield hint, error directive, scss
* hint or error binding, animation after view init
* avatar changes, policy header
* style lint
* lint
* input control within formfield, errorstatematcher
* use matformcontrol to merge with selects
* member table min width, lint
* lint
* implement from matformcontrol insteat custom, add selector
* find error
* add focus listener
* labelfloat
* fix input directive
* renaming
* rm logs
* user search overflow, org create i18n, meta cleanup
* sidenav shadow
* redirect to org table
* lint
* lint test files
* remove usage of formfieldmodule, use input module, layout optim
* replace formfieldmodule usage with inputmodule
* lint input dir, scss
* user grant, user table optimisations
* reorganize sidenav, project table empty, tooltips, avatar ch
* user grant tooltips, form field error directive accessor
* checkbox overflow fix, table dateblock, i18n tooltips
* app placeholder, i18n, optimize mobile layout
* change refresh table order, i18n, redirect chips
* stylelint
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console (#1007)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.2 to 13.8.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.2...13.8.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console (#1006)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v11.0.1...v11.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console (#1005)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console
Bumps [google-proto-files](https://github.com/googleapis/nodejs-proto-files) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/googleapis/nodejs-proto-files/releases)
- [Changelog](https://github.com/googleapis/nodejs-proto-files/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-proto-files/compare/v2.2.0...v2.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console (#1004)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 11.0.0 to 11.0.2 in /console (#999)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 11.0.0 to 11.0.2.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/11.0.2/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1100.1 to 0.1100.2 in /console (#1003)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1100.1 to 0.1100.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console (#1002)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console (#1001)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console (#1000)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console
Bumps [file-saver](https://github.com/eligrey/FileSaver.js) from 2.0.2 to 2.0.5.
- [Release notes](https://github.com/eligrey/FileSaver.js/releases)
- [Changelog](https://github.com/eligrey/FileSaver.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eligrey/FileSaver.js/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump jasmine-spec-reporter in /console (#974)
Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcaudan/jasmine-spec-reporter/compare/v5.0.2...v6.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* input field border improvements, primary color
* redirect form, conventional ux
* redirects inputs on app create
* fix dynamic suffix padding, user grant layout, lint
* input style accessor, contact view optim, ext idp, card fixes
* hide error on untouched formfield, border red on error touched
* fix change detector
* change, user, form validation, delete refresh
* safari font weight adjustment, change refresh emitter
* key validation
* remove tabls layout from projects
* app changes, refactor project, app state, meta layout
* add key dialog validation, startdate, rever change tabs
* stylelint
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* finnaly fix fckntimestamp picker
* optional key expiry
* small state badge
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-11-25 16:53:14 +01:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2020-06-26 16:45:18 +02:00
|
|
|
.max-width-container {
|
2022-04-28 12:35:02 +02:00
|
|
|
max-width: 80rem;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2022-04-28 12:35:02 +02:00
|
|
|
.max-width-description {
|
|
|
|
max-width: 50rem;
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.enlarged-container {
|
2022-04-28 12:35:02 +02:00
|
|
|
padding: 2rem 0 0 0;
|
2020-05-13 14:41:43 +02:00
|
|
|
}
|
2020-06-10 12:59:12 +02:00
|
|
|
|
|
|
|
i {
|
2020-07-30 16:54:15 +02:00
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
2021-06-14 13:53:40 +02:00
|
|
|
|
2022-07-29 11:14:45 +02:00
|
|
|
.mat-button-toggle-button {
|
|
|
|
display: flex;
|
|
|
|
height: 36px;
|
|
|
|
line-height: 36px !important;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 14px !important;
|
|
|
|
}
|