mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
material 13
This commit is contained in:
@@ -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;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use '~@angular/material' as mat;
|
||||
@use '@angular/material' as mat;
|
||||
|
||||
:host {
|
||||
display: block;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use '~@angular/material' as mat;
|
||||
@use '@angular/material' as mat;
|
||||
|
||||
.adf {
|
||||
&-sidebar-action-menu {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import '~@angular/flex-layout/mq';
|
||||
@import '@angular/flex-layout/mq';
|
||||
@import '../../../styles/mixins';
|
||||
|
||||
.adf-sidenav-layout {
|
||||
|
@@ -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;
|
||||
|
@@ -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 */
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import '~@angular/flex-layout/mq';
|
||||
@import '@angular/flex-layout/mq';
|
||||
@import './colors';
|
||||
@import './mixins';
|
||||
@import './typography';
|
||||
|
@@ -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',
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use '~@angular/material' as mat;
|
||||
@use '@angular/material' as mat;
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
@include mat.core($alfresco-typography);
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use '~@angular/material' as mat;
|
||||
@use '@angular/material' as mat;
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
@include mat.core($alfresco-typography);
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use '~@angular/material' as mat;
|
||||
@use '@angular/material' as mat;
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
@include mat.core($alfresco-typography);
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use '~@angular/material' as mat;
|
||||
@use '@angular/material' as mat;
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
@include mat.core($alfresco-typography);
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use '~@angular/material' as mat;
|
||||
@use '@angular/material' as mat;
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
@include mat.core($alfresco-typography);
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@use '~@angular/material' as mat;
|
||||
@use '@angular/material' as mat;
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
@include mat.core($alfresco-typography);
|
||||
|
@@ -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);
|
||||
|
@@ -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);
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user