Skip to content

Commit f9bd6d7

Browse files
author
pipeline
committed
bug(EJ2-5149): commit for fixing logo loading issue in SB dev
1 parent be4b67b commit f9bd6d7

File tree

8 files changed

+4
-14
lines changed

8 files changed

+4
-14
lines changed

styles/index.css

Lines changed: 4 additions & 14 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
}
@@ -1088,7 +1088,7 @@ propertye pane
10881088
}
10891089

10901090
.sb-footer-logo-icon {
1091-
background: url(images/sb_icons/Syncfusion-logo.svg) no-repeat right;
1091+
background: url(images/sb-icons/Syncfusion-logo.svg) no-repeat right;
10921092
height: 40px;
10931093
width: 140px;
10941094
}
@@ -1402,7 +1402,7 @@ propertye pane
14021402
padding-bottom: 5px;
14031403
}
14041404
.sb-mobile-logo {
1405-
background: url(images/sb_icons/Syncfusion-mobile-logo.svg) no-repeat;
1405+
background: url(images/sb-icons/Syncfusion-mobile-logo.svg) no-repeat;
14061406
width: 27px;
14071407
height: 27px;
14081408
display: table-cell;
@@ -1538,14 +1538,4 @@ propertye pane
15381538

15391539
.sb-hide {
15401540
display: none;
1541-
}
1542-
1543-
/* Description Format */
1544-
1545-
#description {
1546-
margin: 30px;
1547-
padding: 15px;
1548-
background: #f0f0f0;
1549-
border: 1px solid #dddddd;
1550-
display: block;
1551-
}
1541+
}

0 commit comments

Comments
 (0)