1
0
Fork 0
empact/app/styles/app.css

69 lines
980 B
CSS

section {
float: left;
}
.app {
width: 100%;
}
.menu {
width: 13em;
margin-top: 20px;
}
.menu ul {
margin: 0;
padding: 0;
}
li.nav {
display: block;
line-height: 2.5em;
padding: 0 1em;
cursor: pointer;
}
.nav.empact {
font-weight: 600;
}
.nav.header {
color: #aaa;
cursor: default;
}
.content {
width: calc(100% - 13em);
margin-top: 20px;
}
.content .left, .content .right {
float: left;
width: 50%;
}
.info-block {
width: 100%;
height: 100px;
margin-bottom: 20px;
}
.info-block .img {
float: left;
width: 100px;
height: 100px;
background-position: center;
background-size: 100% auto;
margin-right: 20px;
border-radius: 3px;
}
.info-block h1 {
font-size: 32px;
line-height: 32px;
margin: 0;
font-weight: 400;
}
.info-block p {
max-width: 100%;
margin-right: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}