pip-webui
Version:
HTML5 UI for LOB applications
45 lines (35 loc) • 868 B
CSS
.pip-content-container {
overflow-y: auto;
}
@font-face {
font-family: "icon-font";
src: url("../../dist/fonts/icon-font.eot");
src: url("../../dist/fonts/icon-font.eot?#iefix") format("embedded-opentype"),
url("../../dist/fonts/icon-font.woff") format("woff"),
url("../../dist/fonts/icon-font.ttf") format("truetype"),
url("../../dist/fonts/icon-font.svg#icon-font") format("svg");
font-weight: normal;
font-style: normal;
}
body {
background-color: #c0c0c0;
}
md-input-group.stretch > input {
width: 100%;
}
md-card {
background-color: white;
padding: 20px;
}
.pip-content-container {
overflow-y: auto;
}
pre {
border-radius: 4px;
}
.flat {
box-shadow: none ;
}
.pip-menu {
overflow-x: hidden ;
}