Skip to content

Commit 524a286

Browse files
author
pipeline
committed
bug(EJ2-5149): commit for fixing label issue for master
1 parent a28a5e4 commit 524a286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
@font-face {
3030
font-family: 'sbicons';
31-
src: url('images/sb-icons/fonts/icons.ttf?gcjn6a') format('truetype'), url('images/sb_icons/fonts/icons.woff?gcjn6a') format('woff'), url('images/sb_icons/fonts/icons.svg?gcjn6a#sbicons') format('svg');
31+
src: url('images/sb_icons/fonts/icons.ttf?gcjn6a') format('truetype'), url('images/sb_icons/fonts/icons.woff?gcjn6a') format('woff'), url('images/sb_icons/fonts/icons.svg?gcjn6a#sbicons') format('svg');
3232
font-weight: normal;
3333
font-style: normal;
3434
}
@@ -1086,7 +1086,7 @@ propertye pane
10861086
}
10871087

10881088
.sb-footer-logo-icon {
1089-
background: url(images/sb-icons/Syncfusion-logo.svg) no-repeat right;
1089+
background: url(images/sb_icons/Syncfusion-logo.svg) no-repeat right;
10901090
height: 40px;
10911091
width: 140px;
10921092
}
@@ -1399,7 +1399,7 @@ propertye pane
13991399
padding-bottom: 5px;
14001400
}
14011401
.sb-mobile-logo {
1402-
background: url(images/sb-icons/Syncfusion-mobile-logo.svg) no-repeat;
1402+
background: url(images/sb_icons/Syncfusion-mobile-logo.svg) no-repeat;
14031403
width: 27px;
14041404
height: 27px;
14051405
display: table-cell;

0 commit comments

Comments
 (0)