mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[affected:*][ci:force] Fixing the styles - check
This commit is contained in:
committed by
Aleksander Sklorz
parent
821d9e1864
commit
80d971f7ab
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-buttons-menu {
|
||||
margin-right: 10px;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf {
|
||||
&-array-item-icon {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-card-view-dateitem {
|
||||
.adf-property-value {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-card-view-key-value-pairs-item {
|
||||
.adf-property-col-key {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-card-view-selectitem {
|
||||
.adf-property-value {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
$select-filter-height: 4em !default;
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-card-view-textitem {
|
||||
.adf-textitem-error {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-property-list {
|
||||
background: var(--adf-card-view-background);
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
adf-comments {
|
||||
.adf-comments-container {
|
||||
|
@@ -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;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-edit-json-dialog {
|
||||
#{$mat-dialog-content} {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
@import 'styles/flex';
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-hidden {
|
||||
display: none;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
$adf-inplace-input-padding: 7px;
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf {
|
||||
&-amount-widget {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf {
|
||||
&-date-time-widget {
|
||||
|
@@ -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 {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf {
|
||||
&-text-widget {
|
||||
|
@@ -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;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf {
|
||||
&-info-drawer {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
adf-layout-container {
|
||||
display: block;
|
||||
|
@@ -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 {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
$notification-item-height: 72px;
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-search-container:has(.adf-input-form-field-divider) {
|
||||
overflow: hidden;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
:host {
|
||||
display: flex;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-empty-content {
|
||||
color: var(--adf-theme-foreground-text-color-054);
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-image-viewer {
|
||||
width: 100%;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use 'styles/mat-selectors';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-pdf-viewer {
|
||||
width: 100%;
|
||||
|
@@ -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%;
|
||||
|
@@ -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%;
|
||||
|
Reference in New Issue
Block a user