page-app
Version:
Builder for rich single-page js apps (frontend)
43 lines (31 loc) • 497 B
CSS
html, body {
height: 100%;
}
body {
padding: 0;
margin: 0;
color: #333;
font-family: Arial, sans-serif;
font-size: 14px;
}
.g-hidden {
display: none ;
}
.g-layout {
position: relative;
display: block;
height: auto ;
height: 100%;
min-height: 100%;
min-width: 1000px;
max-width: 1240px;
margin: 0 auto;
overflow: auto;
}
a {
color: #8cb8f6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}