Resolves CSS font bug identified by sonar cloud
This commit is contained in:
parent
36d4ab5437
commit
165a6f06e6
|
@ -3,13 +3,13 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
::ng-deep .djs-minimap:not(.open) .toggle:before {
|
::ng-deep .djs-minimap:not(.open) .toggle:before {
|
||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons', sans-serif;
|
||||||
content: "map";
|
content: "map";
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .djs-minimap.open .toggle:before {
|
::ng-deep .djs-minimap.open .toggle:before {
|
||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons', sans-serif;
|
||||||
content: "close";
|
content: "close";
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue