[affected:*][ci:force] Fixing the styles - check

This commit is contained in:
Vito Albano
2024-03-19 17:59:33 +00:00
committed by VitoAlbano
parent 344b439194
commit 054067ac68
65 changed files with 155 additions and 225 deletions

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.app-form-container {
padding: 10px;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.app-cloud-layout-overflow {
overflow: auto;

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
adf-search-chip-autocomplete-input {
.adf-chip-list {

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
adf-search-properties {
.adf-search-properties-file-size-label {

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-version-list {
&-viewport {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {
&-array-item-icon {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-card-view-dateitem {
.adf-property-value {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-card-view-key-value-pairs-item {
.adf-property-col-key {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-card-view-selectitem {
.adf-property-value {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
$select-filter-height: 4em !default;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-card-view-textitem {
.adf-property-field {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-property-list {
background: var(--adf-card-view-background);

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
adf-comments {
.adf-comments-container {

View File

@@ -1,7 +1,7 @@
/* stylelint-disable no-descending-specificity */
@use '@angular/material' as mat;
@import '../../../styles/mixins';
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
$data-table-header-font-size: var(--theme-caption-font-size) !default;
$data-table-header-sort-icon-size: var(--theme-subheading-2-font-size) !default;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-edit-json-dialog {
#{$mat-dialog-content} {

View File

@@ -1,6 +1,6 @@
/* stylelint-disable selector-class-pattern */
@import 'styles/flex';
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-hidden {
display: none;

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
$adf-inplace-input-padding: 7px;

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {
&-date-time-widget {

View File

@@ -1,5 +1,5 @@
/* stylelint-disable no-descending-specificity */
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
ul > li > form-field > .adf-focus {
.adf-label {

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {
&-text-widget {

View File

@@ -1,5 +1,5 @@
@import '../styles/mixins';
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
$adf-info-drawer-layout-title-font-size: var(--theme-title-font-size) !default;
$adf-info-drawer-icon-size: 48px !default;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {
&-info-drawer {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
adf-layout-container {
display: block;

View File

@@ -1,6 +1,6 @@
@use '../../../styles/flex' as flex;
@import '../../../styles/mixins';
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-sidenav-layout {
&-full-space {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {
&-notification-history-menu_button#{$mat-button} {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-search-container:has(.adf-input-form-field-divider) {
overflow: hidden;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
:host {
display: flex;

View File

@@ -5,6 +5,7 @@
/* stylelint-disable scss/at-import-partial-extension */
@import '../styles/colors';
@import '../styles/mixins';
@import '../styles/mat-selectors';
@import '../form/components/widgets/form.theme';
@import '../clipboard/clipboard.theme';
@import './snackbar.theme';

View File

@@ -1,91 +1,91 @@
$material-icons: ".material-icons";
$mat-icon: ".mat-icon";
$mat-icon-button: ".mat-mdc-icon-button";
$mat-accent: ".mat-accent";
$mat-focused: ".mat-focused";
$mat-line: ".mat-line";
$mat-tab-label: ".mat-mdc-tab";
$mat-tab-label-active: ".mdc-tab--active";
$mat-tab-label-content: ".mdc-tab__content";
$mat-tab-label-container: ".mat-mdc-tab-label-container";
$mat-tab-label-text: ".mdc-tab__text-label";
$mat-tab-list: ".mat-mdc-tab-list";
$mat-tab-body: ".mat-mdc-tab-body";
$mat-tab-body-wrapper: ".mat-mdc-tab-body-wrapper";
$mat-tab-body-content: ".mat-mdc-tab-body-content";
$mat-tab-header: ".mat-mdc-tab-header";
$mat-tab-header-pagination: ".mat-mdc-tab-header-pagination";
$mat-tab-header-pagination-controls-enabled: ".mat-mdc-tab-header-pagination-controls-enabled";
$mat-tab-labels: ".mat-mdc-tab-labels";
$mat-tab-ink-bar: ".mdc-tab-indicator";
$mat-chip: ".mat-mdc-chip";
$mat-chip-list: ".mat-mdc-chip-list";
$mat-chip-list-wrapper: ".mat-chip-list-wrapper";
$mat-checkbox: ".mat-mdc-checkbox";
$mat-checkbox-frame: ".mdc-checkbox__checkmark";
$mat-checkbox-label: ".mdc-label";
$mat-checkbox-checked: ".mat-mdc-checkbox-checked";
$mat-button: ".mat-mdc-button";
$mat-button-label: ".mdc-button__label";
$mat-button-label-text: ".mdc-button__label";
$mat-button-focus-overlay: ".mat-mdc-focus-indicator";
$mat-raised-button: ".mat-mdc-raised-button";
$mat-radio-outer-circle: ".mdc-radio__outer-circle";
$mat-radio-inner-circle: ".mdc-radio__inner-circle";
$mat-radio-checked: ".mat-mdc-radio-checked";
$mat-radio-label-content: ".mdc-label";
$mat-radio-label: ".mdc -label";
$mat-progress-bar: ".mat-mdc-progress-bar";
$mat-progress-bar-buffer: ".mdc-linear-progress__buffer";
$mat-progress-spinner: ".mat-mdc-progress-spinner";
$mat-form-field: ".mat-mdc-form-field";
$mat-form-field-flex: ".mat-mdc-form-field-flex";
$mat-form-field-wrapper: ".mat-mdc-text-field-wrapper";
$mat-form-field-underline: ".mdc-line-ripple";
$mat-form-field-subscript-wrapper: ".mat-mdc-form-field-subscript-wrapper";
$mat-form-field-prefix: ".mat-mdc-form-field-text-prefix";
$mat-form-field-suffix: ".mat-mdc-form-field-text-suffix";
$mat-form-field-infix: ".mat-mdc-form-text-infix";
$mat-form-field-label: ".mat-mdc-floating-label";
$mat-form-field-invalid: ".mat-form-field-invalid";
$mat-form-field-appearance-outline: ".mat-form-field-appearance-outline";
$mat-text-field-outlined: ".mdc-text-field--outlined";
$mat-text-field-outlined-thick: ".mdc-text-field--outlined-thick";
$mat-dialog-actions: ".mat-mdc-dialog-actions";
$mat-dialog-container: ".mdc-dialog__container";
$mat-dialog-content: ".mat-mdc-dialog-content";
$mat-button-toggle: ".mat-button-toggle";
$mat-button-toggle-checked: ".mat-button-toggle-checked";
$mat-button-toggle-disabled: ".mat-button-toggle-disabled";
$mat-button-toggle-focus-overlay: ".mat-button-toggle-focus-overlay";
$mat-input-element: ".mat-mdc-input-element";
$mat-card: ".mat-mdc-card";
$mat-card-actions: ".mat-mdc-card-actions";
$mat-card-header-text: ".mat-mdc-card-header-text";
$mat-card-title: ".mat-mdc-card-title";
$mat-mini-fab: ".mat-mdc-mini-fab";
$mat-list-item-primary-text: ".mdc-list-item__primary-text";
$mat-table: ".mat-mdc-table";
$mat-header-row: ".mat-mdc-header-row";
$mat-row: ".mat-mdc-row";
$mat-select: ".mat-mdc-select";
$mat-select-value: ".mat-select-value";
$mat-select-value-text: ".mat-mdc-select-value-text";
$mat-select-panel: ".mat-mdc-select-panel";
$mat-grid-tile: ".mat-grid-tile";
$mat-sidenav-content: ".mat-sidenav-content";
$mat-drawer-transition: ".mat-drawer-transition";
$mat-drawer-content: ".mat-drawer-content";
$mat-subheader: ".mat-mdc-subheader";
$mat-menu-panel: ".mat-mdc-menu-panel";
$mat-menu-content: ".mat-mdc-menu-content";
$mat-expansion-panel: ".mat-expansion-panel";
$mat-expansion-panel-header: ".mat-expansion-panel-header";
$mat-expanded: ".mat-expanded";
$mat-calendar: ".mat-calendar";
$mat-calendar-header: ".mat-calendar-header";
$mat-calendar-content: ".mat-calendar-content";
$mat-calendar-table-header: ".mat-calendar-table-header";
$mat-calendar-body-disabled: ".mat-calendar-body-disabled";
$mat-toolbar: ".mat-toolbar";
$mat-slide-toggle: ".mat-mdc-slide-toggle";
$material-icons: '.material-icons';
$mat-icon: '.mat-icon';
$mat-icon-button: '.mat-mdc-icon-button';
$mat-accent: '.mat-accent';
$mat-focused: '.mat-focused';
$mat-line: '.mat-line';
$mat-tab-label: '.mat-mdc-tab';
$mat-tab-label-active: '.mdc-tab--active';
$mat-tab-label-content: '.mdc-tab__content';
$mat-tab-label-container: '.mat-mdc-tab-label-container';
$mat-tab-label-text: '.mdc-tab__text-label';
$mat-tab-list: '.mat-mdc-tab-list';
$mat-tab-body: '.mat-mdc-tab-body';
$mat-tab-body-wrapper: '.mat-mdc-tab-body-wrapper';
$mat-tab-body-content: '.mat-mdc-tab-body-content';
$mat-tab-header: '.mat-mdc-tab-header';
$mat-tab-header-pagination: '.mat-mdc-tab-header-pagination';
$mat-tab-header-pagination-controls-enabled: '.mat-mdc-tab-header-pagination-controls-enabled';
$mat-tab-labels: '.mat-mdc-tab-labels';
$mat-tab-ink-bar: '.mdc-tab-indicator';
$mat-chip: '.mat-mdc-chip';
$mat-chip-list: '.mat-mdc-chip-list';
$mat-chip-list-wrapper: '.mat-chip-list-wrapper';
$mat-checkbox: '.mat-mdc-checkbox';
$mat-checkbox-frame: '.mdc-checkbox__checkmark';
$mat-checkbox-label: '.mdc-label';
$mat-checkbox-checked: '.mat-mdc-checkbox-checked';
$mat-button: '.mat-mdc-button';
$mat-button-label: '.mdc-button__label';
$mat-button-label-text: '.mdc-button__label';
$mat-button-focus-overlay: '.mat-mdc-focus-indicator';
$mat-raised-button: '.mat-mdc-raised-button';
$mat-radio-outer-circle: '.mdc-radio__outer-circle';
$mat-radio-inner-circle: '.mdc-radio__inner-circle';
$mat-radio-checked: '.mat-mdc-radio-checked';
$mat-radio-label-content: '.mdc-label';
$mat-radio-label: '.mdc -label';
$mat-progress-bar: '.mat-mdc-progress-bar';
$mat-progress-bar-buffer: '.mdc-linear-progress__buffer';
$mat-progress-spinner: '.mat-mdc-progress-spinner';
$mat-form-field: '.mat-mdc-form-field';
$mat-form-field-flex: '.mat-mdc-form-field-flex';
$mat-form-field-wrapper: '.mat-mdc-text-field-wrapper';
$mat-form-field-underline: '.mdc-line-ripple';
$mat-form-field-subscript-wrapper: '.mat-mdc-form-field-subscript-wrapper';
$mat-form-field-prefix: '.mat-mdc-form-field-text-prefix';
$mat-form-field-suffix: '.mat-mdc-form-field-text-suffix';
$mat-form-field-infix: '.mat-mdc-form-text-infix';
$mat-form-field-label: '.mat-mdc-floating-label';
$mat-form-field-invalid: '.mat-form-field-invalid';
$mat-form-field-appearance-outline: '.mat-form-field-appearance-outline';
$mat-text-field-outlined: '.mdc-text-field--outlined';
$mat-text-field-outlined-thick: '.mdc-text-field--outlined-thick';
$mat-dialog-actions: '.mat-mdc-dialog-actions';
$mat-dialog-container: '.mdc-dialog__container';
$mat-dialog-content: '.mat-mdc-dialog-content';
$mat-button-toggle: '.mat-button-toggle';
$mat-button-toggle-checked: '.mat-button-toggle-checked';
$mat-button-toggle-disabled: '.mat-button-toggle-disabled';
$mat-button-toggle-focus-overlay: '.mat-button-toggle-focus-overlay';
$mat-input-element: '.mat-mdc-input-element';
$mat-card: '.mat-mdc-card';
$mat-card-actions: '.mat-mdc-card-actions';
$mat-card-header-text: '.mat-mdc-card-header-text';
$mat-card-title: '.mat-mdc-card-title';
$mat-mini-fab: '.mat-mdc-mini-fab';
$mat-list-item-primary-text: '.mdc-list-item__primary-text';
$mat-table: '.mat-mdc-table';
$mat-header-row: '.mat-mdc-header-row';
$mat-row: '.mat-mdc-row';
$mat-select: '.mat-mdc-select';
$mat-select-value: '.mat-select-value';
$mat-select-value-text: '.mat-mdc-select-value-text';
$mat-select-panel: '.mat-mdc-select-panel';
$mat-grid-tile: '.mat-grid-tile';
$mat-sidenav-content: '.mat-sidenav-content';
$mat-drawer-transition: '.mat-drawer-transition';
$mat-drawer-content: '.mat-drawer-content';
$mat-subheader: '.mat-mdc-subheader';
$mat-menu-panel: '.mat-mdc-menu-panel';
$mat-menu-content: '.mat-mdc-menu-content';
$mat-expansion-panel: '.mat-expansion-panel';
$mat-expansion-panel-header: '.mat-expansion-panel-header';
$mat-expanded: '.mat-expanded';
$mat-calendar: '.mat-calendar';
$mat-calendar-header: '.mat-calendar-header';
$mat-calendar-content: '.mat-calendar-content';
$mat-calendar-table-header: '.mat-calendar-table-header';
$mat-calendar-body-disabled: '.mat-calendar-body-disabled';
$mat-toolbar: '.mat-toolbar';
$mat-slide-toggle: '.mat-mdc-slide-toggle';

View File

@@ -1,4 +1,5 @@
@import '../styles/colors';
@import '../styles/mixins';
@import '../styles/typography';
@import '../styles/mat-selectors';

View File

@@ -1,16 +1,8 @@
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies;
@include mat.core();
@include mat.core;
$primary: mat.define-palette($alfresco-ecm-blue);
$accent: mat.define-palette($alfresco-accent-orange);

View File

@@ -1,16 +1,8 @@
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies;
@include mat.core();
@include mat.core;
$primary: mat.define-palette(mat.$pink-palette, 700, 500, 900);
$accent: mat.define-palette($alfresco-accent-purple);

View File

@@ -1,16 +1,8 @@
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies;
@include mat.core();
@include mat.core;
$primary: mat.define-palette($alfresco-ecm-cyan);
$accent: mat.define-palette($alfresco-accent-orange);

View File

@@ -1,16 +1,8 @@
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies;
@include mat.core();
@include mat.core;
$primary: mat.define-palette($alfresco-ecm-cyan);
$accent: mat.define-palette($alfresco-accent-purple);

View File

@@ -1,16 +1,8 @@
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies;
@include mat.core();
@include mat.core;
$primary: mat.define-palette($alfresco-bpm-green);
$accent: mat.define-palette($alfresco-accent-orange);

View File

@@ -1,16 +1,8 @@
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies;
@include mat.core();
@include mat.core;
$primary: mat.define-palette($alfresco-bpm-green);
$accent: mat.define-palette($alfresco-accent-purple);

View File

@@ -2,16 +2,8 @@
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies;
@include mat.core();
@include mat.core;
$primary: mat.define-palette(mat.$indigo-palette);
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);

View File

@@ -2,16 +2,8 @@
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies;
@include mat.core();
@include mat.core;
$primary: mat.define-palette(mat.$pink-palette, 700, 500, 900);
$accent: mat.define-palette(mat.$blue-grey-palette, A200, A100, A400);

View File

@@ -2,16 +2,8 @@
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies;
@include mat.core();
@include mat.core;
$primary: mat.define-palette(mat.$purple-palette, 700, 500, 800);
$accent: mat.define-palette(mat.$green-palette, A200, A100, A400);

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-empty-content {
color: var(--adf-theme-foreground-text-color-054);

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-image-viewer {
width: 100%;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-pdf-viewer {
width: 100%;

View File

@@ -1,5 +1,5 @@
/* stylelint-disable scss/at-extend-no-missing-placeholder */
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-full-screen {
width: 100%;

View File

@@ -1,5 +1,5 @@
/* stylelint-disable scss/at-extend-no-missing-placeholder */
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-full-screen {
width: 100%;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-buttons-menu {
margin-right: 10px;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
/* cspell: disable-next-line */
/* stylelint-disable scss/at-extend-no-missing-placeholder */

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {
// eslint-disable-selector-class-pattern

View File

@@ -1,5 +1,5 @@
@import 'styles/flex';
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
/* stylelint-disable scss/no-global-function-names */
@mixin adf-line-clamp($line-height: 1.25, $lines: 3) {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-form-container {
max-width: 100%;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-attach-file-widget-dialog {
#{$mat-dialog-actions} {

View File

@@ -1,5 +1,5 @@
@import 'styles/flex';
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {
&-attach-widget-container {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {
&-attach-folder-widget-container {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {
&-dropdown-widget {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {
&-people-widget {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {
&-upload-widget-container {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-assignment-header {
border-bottom: 1px solid var(--adf-theme-foreground-divider-color);

View File

@@ -1,5 +1,5 @@
@import 'styles/flex';
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {
&-start-process {

View File

@@ -1,5 +1,5 @@
@import 'styles/flex';
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf {
&-userinfo-container {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-attach-form {
#{$mat-form-field} {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
:host {
width: 100%;

View File

@@ -1,5 +1,5 @@
@import 'styles/flex';
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
/* stylelint-disable no-descending-specificity */
.adf-new-task-heading {

View File

@@ -1,5 +1,5 @@
@import 'styles/flex';
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
adf-task-details {
width: 100%;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-task-form {
&-container {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors';
@import 'styles/mat-selectors';
.adf-message-card {
width: 60%;