jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
24 lines (20 loc) • 375 B
CSS
html, body {
width: 100vw;
height: 100vh;
padding: 0;
margin: 0;
overflow: hidden;
}
.jqx-listmenu-item-label img {
width: 50px;
height: 55px;
}
.jqx-listmenu-item-label div:not(.jqx-widget-content) {
margin-top: -35px;
margin-left: 80px;
}
.jqx-listmenu-item {
background-color: white;
padding: 0px;
min-height: 57px;
}