material 13

This commit is contained in:
Denys Vuika
2022-02-21 13:58:32 +00:00
parent 65f4338d4c
commit ad6618d166
24 changed files with 37 additions and 37 deletions

View File

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

View File

@@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
:host {
display: block;

View File

@@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
.adf {
&-sidebar-action-menu {

View File

@@ -1,4 +1,4 @@
@import '~@angular/flex-layout/mq';
@import '@angular/flex-layout/mq';
@import '../../../styles/mixins';
.adf-sidenav-layout {

View File

@@ -1,4 +1,4 @@
@import '~@angular/flex-layout/mq';
@import '@angular/flex-layout/mq';
$adf-pagination-height: 48px !default;
$adf-pagination-icon-button-size: 32px !default;

View File

@@ -1,5 +1,5 @@
/* stylelint-disable value-keyword-case */
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
/* stylelint-disable value-list-max-empty-lines */
/* stylelint-disable scss/no-global-function-names */
/* stylelint-disable scss/at-import-partial-extension */

View File

@@ -1,4 +1,4 @@
@import '~@angular/flex-layout/mq';
@import '@angular/flex-layout/mq';
@import './colors';
@import './mixins';
@import './typography';

View File

@@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
$alfresco-typography: mat.define-typography-config(
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif',

View File

@@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@@ -1,5 +1,5 @@
/* stylelint-disable value-keyword-case */
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@@ -1,5 +1,5 @@
/* stylelint-disable value-keyword-case */
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@@ -1,5 +1,5 @@
/* stylelint-disable value-keyword-case */
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);