mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[affected:*][ci:force] attempt to fix mat-selectors importing
This commit is contained in:
committed by
Aleksander Sklorz
parent
378c6c2000
commit
821d9e1864
@@ -1,5 +1,5 @@
|
||||
@import 'styles/flex';
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
/* stylelint-disable scss/no-global-function-names */
|
||||
@mixin adf-line-clamp($line-height: 1.25, $lines: 3) {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
.adf-form-container {
|
||||
max-width: 100%;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
.adf-attach-file-widget-dialog {
|
||||
#{$mat-dialog-actions} {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
@import 'styles/flex';
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
.adf {
|
||||
&-attach-widget-container {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
.adf {
|
||||
&-attach-folder-widget-container {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
.adf {
|
||||
&-dropdown-widget {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
.adf {
|
||||
&-people-widget {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
.adf {
|
||||
&-upload-widget-container {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
.adf-assignment-header {
|
||||
border-bottom: 1px solid var(--adf-theme-foreground-divider-color);
|
||||
|
@@ -1,5 +1,5 @@
|
||||
@import 'styles/flex';
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
.adf {
|
||||
&-start-process {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
@import 'styles/flex';
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
.adf {
|
||||
&-userinfo-container {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
.adf-attach-form {
|
||||
#{$mat-form-field} {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
:host {
|
||||
width: 100%;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
@import 'styles/flex';
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
/* stylelint-disable no-descending-specificity */
|
||||
.adf-new-task-heading {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
@import 'styles/flex';
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
adf-task-details {
|
||||
width: 100%;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
.adf-task-form {
|
||||
&-container {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import 'styles/mat-selectors';
|
||||
@use 'styles/mat-selectors';
|
||||
|
||||
.adf-message-card {
|
||||
width: 60%;
|
||||
|
Reference in New Issue
Block a user