mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-1543] Remove local copy of muli (#2335)
Use http request to load the font Add the Muli font in all the theme Remove the overwritten font-family not necessary
This commit is contained in:
committed by
Denys Vuika
parent
54d575ff52
commit
d9bd59833c
@@ -15,6 +15,11 @@
|
|||||||
|
|
||||||
@include mat-core();
|
@include mat-core();
|
||||||
|
|
||||||
|
$custom-typography: mat-typography-config(
|
||||||
|
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif'
|
||||||
|
);
|
||||||
|
@include angular-material-typography($custom-typography);
|
||||||
|
|
||||||
$primary: mat-palette($alfresco-accent-orange);
|
$primary: mat-palette($alfresco-accent-orange);
|
||||||
$accent: mat-palette($alfresco-accent-purple);
|
$accent: mat-palette($alfresco-accent-purple);
|
||||||
$warn: mat-palette($alfresco-warn);
|
$warn: mat-palette($alfresco-warn);
|
||||||
|
|||||||
@@ -42,8 +42,6 @@ import 'material-design-icons/iconfont/material-icons.css';
|
|||||||
import 'material-design-lite/dist/material.orange-blue.min.css';
|
import 'material-design-lite/dist/material.orange-blue.min.css';
|
||||||
import 'material-design-lite/material.js';
|
import 'material-design-lite/material.js';
|
||||||
|
|
||||||
import '../public/css/muli-font.css';
|
|
||||||
|
|
||||||
import 'ng2-activiti-form/stencils/runtime.adf';
|
import 'ng2-activiti-form/stencils/runtime.adf';
|
||||||
import 'ng2-activiti-form/stencils/runtime.ng1';
|
import 'ng2-activiti-form/stencils/runtime.ng1';
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
|
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src=js/shim.min.js></script>
|
<script src=js/shim.min.js></script>
|
||||||
|
|||||||
@@ -1,126 +0,0 @@
|
|||||||
@font-face {
|
|
||||||
font-family: "Muli";
|
|
||||||
src: url(../fonts/Muli-Light.ttf);
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Muli";
|
|
||||||
src: url(../fonts/Muli-LightItalic.ttf);
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Muli";
|
|
||||||
src: url(../fonts/Muli-Regular.ttf);
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Muli";
|
|
||||||
src: url(../fonts/Muli-Italic.ttf);
|
|
||||||
font-weight: bold;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
html, body {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1, h2 {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3, h4 {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
h5, h6 {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
margin: 24px 0 16px
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-typography--display-4, .mdl-typography--display-4-color-contrast {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-typography--display-3, .mdl-typography--display-3-color-contrast {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-typography--display-2, .mdl-typography--display-2-color-contrast {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-typography--display-1, .mdl-typography--display-1-color-contrast {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-typography--headline, .mdl-typography--headline-color-contrast {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-typography--title, .mdl-typography--title-color-contrast {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-typography--subhead, .mdl-typography--subhead-color-contrast {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-typography--body-2-force-preferred-font, .mdl-typography--body-2-force-preferred-font-color-contrast {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-typography--body-1-force-preferred-font, .mdl-typography--body-1-force-preferred-font-color-contrast {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.mdl-typography--caption-force-preferred-font {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-typography--caption-force-preferred-font-color-contrast, .mdl-typography--menu {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-typography--menu-color-contrast, .mdl-typography--button, .mdl-typography--button-color-contrast {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-badge[data-badge]:after {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-button {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-list__item {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-layout__title, .mdl-layout-title {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-snackbar {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-snackbar__action {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,11 @@
|
|||||||
@import '~ng2-alfresco-core/styles/theming';
|
@import '~ng2-alfresco-core/styles/theming';
|
||||||
@import './all-theme';
|
@import './all-theme';
|
||||||
|
|
||||||
|
$custom-typography: mat-typography-config(
|
||||||
|
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif'
|
||||||
|
);
|
||||||
|
@include angular-material-typography($custom-typography);
|
||||||
|
|
||||||
@include mat-core();
|
@include mat-core();
|
||||||
|
|
||||||
$primary: mat-palette($alfresco-ecm-blue);
|
$primary: mat-palette($alfresco-ecm-blue);
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
@import '~ng2-alfresco-core/styles/theming';
|
@import '~ng2-alfresco-core/styles/theming';
|
||||||
@import './all-theme';
|
@import './all-theme';
|
||||||
|
|
||||||
|
$custom-typography: mat-typography-config(
|
||||||
|
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif'
|
||||||
|
);
|
||||||
|
@include angular-material-typography($custom-typography);
|
||||||
|
|
||||||
@include mat-core();
|
@include mat-core();
|
||||||
|
|
||||||
$primary: mat-palette($alfresco-ecm-blue);
|
$primary: mat-palette($alfresco-ecm-blue);
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
@import '~ng2-alfresco-core/styles/theming';
|
@import '~ng2-alfresco-core/styles/theming';
|
||||||
@import './all-theme';
|
@import './all-theme';
|
||||||
|
|
||||||
|
$custom-typography: mat-typography-config(
|
||||||
|
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif'
|
||||||
|
);
|
||||||
|
@include angular-material-typography($custom-typography);
|
||||||
|
|
||||||
@include mat-core();
|
@include mat-core();
|
||||||
|
|
||||||
$primary: mat-palette($alfresco-ecm-cyan);
|
$primary: mat-palette($alfresco-ecm-cyan);
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
@import '~ng2-alfresco-core/styles/theming';
|
@import '~ng2-alfresco-core/styles/theming';
|
||||||
@import './all-theme';
|
@import './all-theme';
|
||||||
|
|
||||||
|
$custom-typography: mat-typography-config(
|
||||||
|
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif'
|
||||||
|
);
|
||||||
|
@include angular-material-typography($custom-typography);
|
||||||
|
|
||||||
@include mat-core();
|
@include mat-core();
|
||||||
|
|
||||||
$primary: mat-palette($alfresco-ecm-cyan);
|
$primary: mat-palette($alfresco-ecm-cyan);
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
@import '~ng2-alfresco-core/styles/theming';
|
@import '~ng2-alfresco-core/styles/theming';
|
||||||
@import './all-theme';
|
@import './all-theme';
|
||||||
|
|
||||||
|
$custom-typography: mat-typography-config(
|
||||||
|
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif'
|
||||||
|
);
|
||||||
|
@include angular-material-typography($custom-typography);
|
||||||
|
|
||||||
@include mat-core();
|
@include mat-core();
|
||||||
|
|
||||||
$primary: mat-palette($alfresco-bpm-green);
|
$primary: mat-palette($alfresco-bpm-green);
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
@import '~ng2-alfresco-core/styles/theming';
|
@import '~ng2-alfresco-core/styles/theming';
|
||||||
@import './all-theme';
|
@import './all-theme';
|
||||||
|
|
||||||
|
$custom-typography: mat-typography-config(
|
||||||
|
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif'
|
||||||
|
);
|
||||||
|
@include angular-material-typography($custom-typography);
|
||||||
|
|
||||||
@include mat-core();
|
@include mat-core();
|
||||||
|
|
||||||
$primary: mat-palette($alfresco-bpm-green);
|
$primary: mat-palette($alfresco-bpm-green);
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
@import '~ng2-alfresco-core/styles/theming';
|
@import '~ng2-alfresco-core/styles/theming';
|
||||||
@import './all-theme';
|
@import './all-theme';
|
||||||
|
|
||||||
|
$custom-typography: mat-typography-config(
|
||||||
|
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif'
|
||||||
|
);
|
||||||
|
@include angular-material-typography($custom-typography);
|
||||||
|
|
||||||
@include mat-core();
|
@include mat-core();
|
||||||
|
|
||||||
$primary: mat-palette($mat-indigo);
|
$primary: mat-palette($mat-indigo);
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
@import '~ng2-alfresco-core/styles/theming';
|
@import '~ng2-alfresco-core/styles/theming';
|
||||||
@import './all-theme';
|
@import './all-theme';
|
||||||
|
|
||||||
|
$custom-typography: mat-typography-config(
|
||||||
|
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif'
|
||||||
|
);
|
||||||
|
@include angular-material-typography($custom-typography);
|
||||||
|
|
||||||
@include mat-core();
|
@include mat-core();
|
||||||
|
|
||||||
$primary: mat-palette($mat-pink, 700, 500, 900);
|
$primary: mat-palette($mat-pink, 700, 500, 900);
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
@import '~ng2-alfresco-core/styles/theming';
|
@import '~ng2-alfresco-core/styles/theming';
|
||||||
@import './all-theme';
|
@import './all-theme';
|
||||||
|
|
||||||
|
$custom-typography: mat-typography-config(
|
||||||
|
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif'
|
||||||
|
);
|
||||||
|
@include angular-material-typography($custom-typography);
|
||||||
|
|
||||||
@include mat-core();
|
@include mat-core();
|
||||||
|
|
||||||
$primary: mat-palette($mat-purple, 700, 500, 800);
|
$primary: mat-palette($mat-purple, 700, 500, 800);
|
||||||
|
|||||||
@@ -42,7 +42,6 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-family: Muli;
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-4
@@ -14,7 +14,6 @@ adf-datatable /deep/ .data-cell {
|
|||||||
.adf-empty-list-header {
|
.adf-empty-list-header {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
opacity: 0.26 !important;
|
opacity: 0.26 !important;
|
||||||
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 1.33;
|
line-height: 1.33;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
@@ -24,7 +23,6 @@ adf-datatable /deep/ .data-cell {
|
|||||||
.adf-empty-list-drag_drop {
|
.adf-empty-list-drag_drop {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
opacity: 0.54;
|
opacity: 0.54;
|
||||||
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 56px;
|
font-size: 56px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
letter-spacing: -2px;
|
letter-spacing: -2px;
|
||||||
@@ -35,7 +33,6 @@ adf-datatable /deep/ .data-cell {
|
|||||||
.adf-empty-list__any-files-here-to-add {
|
.adf-empty-list__any-files-here-to-add {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
opacity: 0.54;
|
opacity: 0.54;
|
||||||
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
letter-spacing: -0.4px;
|
letter-spacing: -0.4px;
|
||||||
@@ -48,4 +45,4 @@ adf-datatable /deep/ .data-cell {
|
|||||||
height: 161px;
|
height: 161px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
margin-top: 17px;
|
margin-top: 17px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ adf-datatable >>> .cell-value{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.no-content-message {
|
.no-content-message {
|
||||||
font-family: Muli;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
width: 30px;
|
width: 30px;
|
||||||
background-color: mat-color($primary);
|
background-color: mat-color($primary);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
font-family: Muli;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -27,7 +26,6 @@
|
|||||||
float: left;
|
float: left;
|
||||||
width: calc(100% - 120px);
|
width: calc(100% - 120px);
|
||||||
padding: 2px 10px;
|
padding: 2px 10px;
|
||||||
font-family: Muli;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #595959;
|
color: #595959;
|
||||||
}
|
}
|
||||||
@@ -36,7 +34,6 @@
|
|||||||
float: left;
|
float: left;
|
||||||
width: calc(100% - 10px);
|
width: calc(100% - 10px);
|
||||||
padding: 2px 10px;
|
padding: 2px 10px;
|
||||||
font-family: Muli;
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: #595959;
|
color: #595959;
|
||||||
white-space: initial;
|
white-space: initial;
|
||||||
@@ -46,7 +43,6 @@
|
|||||||
float: left;
|
float: left;
|
||||||
width: calc(100% - 120px);
|
width: calc(100% - 120px);
|
||||||
padding: 2px 10px;
|
padding: 2px 10px;
|
||||||
font-family: Muli;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #595959;
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
.adf-comments-header {
|
.adf-comments-header {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: Muli;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-bottom: 1px solid #e1e1e1;
|
border-bottom: 1px solid #e1e1e1;
|
||||||
color: #a1a1a1;
|
color: #a1a1a1;
|
||||||
@@ -29,4 +28,4 @@ adf-comment-list {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
height: calc(100% - 101px);
|
height: calc(100% - 101px);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,10 +55,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
adf-people-list /deep/ adf-datatable /deep/ .people-full-name {
|
|
||||||
font-family: 'Muli';
|
|
||||||
}
|
|
||||||
|
|
||||||
.people-pic {
|
.people-pic {
|
||||||
background: mat-color($primary);
|
background: mat-color($primary);
|
||||||
width: 30px;
|
width: 30px;
|
||||||
@@ -68,7 +64,6 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-family: Muli;
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
float: left;
|
float: left;
|
||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
font-family: Muli;
|
|
||||||
opacity: 0.54;
|
opacity: 0.54;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -47,16 +46,9 @@
|
|||||||
thead {
|
thead {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.people-full-name {
|
|
||||||
font-family: 'Muli';
|
|
||||||
}
|
|
||||||
.people-email {
|
.people-email {
|
||||||
font-family: 'Muli';
|
|
||||||
opacity: 0.54;
|
opacity: 0.54;
|
||||||
}
|
}
|
||||||
.people-edit-label {
|
|
||||||
font-family: 'Muli';
|
|
||||||
}
|
|
||||||
.people-pic {
|
.people-pic {
|
||||||
background: mat-color($primary);
|
background: mat-color($primary);
|
||||||
width: 30px;
|
width: 30px;
|
||||||
@@ -66,7 +58,6 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-family: Muli;
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
.adf-new-task-heading {
|
.adf-new-task-heading {
|
||||||
padding: 12px 20px;
|
padding: 12px 20px;
|
||||||
font-family: Muli;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@@ -25,7 +24,6 @@
|
|||||||
|
|
||||||
.adf-new-task-footer {
|
.adf-new-task-footer {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
font-family: Muli;
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
+1
-4
@@ -14,7 +14,6 @@ adf-datatable /deep/ .data-cell {
|
|||||||
.adf-empty-list-header {
|
.adf-empty-list-header {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
opacity: 0.26;
|
opacity: 0.26;
|
||||||
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 1.33;
|
line-height: 1.33;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
@@ -24,7 +23,6 @@ adf-datatable /deep/ .data-cell {
|
|||||||
.adf-empty-list-drag_drop {
|
.adf-empty-list-drag_drop {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
opacity: 0.54;
|
opacity: 0.54;
|
||||||
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 56px;
|
font-size: 56px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
letter-spacing: -2px;
|
letter-spacing: -2px;
|
||||||
@@ -35,7 +33,6 @@ adf-datatable /deep/ .data-cell {
|
|||||||
.adf-empty-list__any-files-here-to-add {
|
.adf-empty-list__any-files-here-to-add {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
opacity: 0.54;
|
opacity: 0.54;
|
||||||
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
letter-spacing: -0.4px;
|
letter-spacing: -0.4px;
|
||||||
@@ -48,4 +45,4 @@ adf-datatable /deep/ .data-cell {
|
|||||||
height: 161px;
|
height: 161px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
margin-top: 17px;
|
margin-top: 17px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,10 +20,9 @@ alfresco-datatable >>> .cell-value{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.no-content-message {
|
.no-content-message {
|
||||||
font-family: Muli;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
opacity: 0.54;
|
opacity: 0.54;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
-1
@@ -29,7 +29,6 @@ $breadcrumb-chevron-spacer: 2px;
|
|||||||
display: flex;
|
display: flex;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
|
||||||
font-family: Muli, Roboto, "Helvetica Neue", sans-serif;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: -0.2px;
|
letter-spacing: -0.2px;
|
||||||
|
|||||||
-4
@@ -48,10 +48,6 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-select-placeholder,
|
|
||||||
&.mat-select {
|
|
||||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-toolbar .mat-toolbar {
|
.adf-toolbar .mat-toolbar {
|
||||||
|
|||||||
@@ -63,7 +63,6 @@
|
|||||||
.adf-empty-list-header {
|
.adf-empty-list-header {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
opacity: 0.26 !important;
|
opacity: 0.26 !important;
|
||||||
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 1.33;
|
line-height: 1.33;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
@@ -83,7 +82,6 @@
|
|||||||
&-this-space-is-empty {
|
&-this-space-is-empty {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
opacity: 0.26;
|
opacity: 0.26;
|
||||||
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 1.33;
|
line-height: 1.33;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
@@ -93,7 +91,6 @@
|
|||||||
&-drag-drop {
|
&-drag-drop {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
opacity: 0.54;
|
opacity: 0.54;
|
||||||
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 56px;
|
font-size: 56px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
letter-spacing: -2px;
|
letter-spacing: -2px;
|
||||||
@@ -104,7 +101,6 @@
|
|||||||
&-any-files-here-to-add {
|
&-any-files-here-to-add {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
opacity: 0.54;
|
opacity: 0.54;
|
||||||
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
letter-spacing: -0.4px;
|
letter-spacing: -0.4px;
|
||||||
|
|||||||
@@ -17,7 +17,6 @@
|
|||||||
.no-result-message {
|
.no-result-message {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
opacity: 0.26;
|
opacity: 0.26;
|
||||||
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 1.33;
|
line-height: 1.33;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
|
|||||||
Reference in New Issue
Block a user