mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-402] Diagram tooltips bug (#2043)
* Getting rid of MDL from dialog tooltips * Tooltip message body fix and stylings * Add adf prefix and sass compilation * build fix
This commit is contained in:
committed by
Eugenio Romano
parent
8a3d157cf1
commit
44446b73c4
@@ -1,6 +1,25 @@
|
||||
@font-face {
|
||||
font-family: Muli;
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user