[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:
Popovics András
2017-07-05 12:38:42 +01:00
committed by Eugenio Romano
parent 8a3d157cf1
commit 44446b73c4
8 changed files with 225 additions and 39 deletions

View File

@@ -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 {