empact/app/styles/app.css

37 lines
429 B
CSS
Raw Normal View History

2015-03-07 16:44:50 +07:00
section {
float: left;
}
2015-03-07 21:13:47 +07:00
.app {
width: 100%;
}
.menu {
2015-03-07 16:44:50 +07:00
width: 13em;
}
2015-03-07 21:13:47 +07:00
.menu ul {
2015-03-07 16:44:50 +07:00
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;
}
2015-03-07 21:13:47 +07:00
.content {
2015-03-07 16:44:50 +07:00
width: calc(100% - 13em);
}
2015-03-07 21:13:47 +07:00
.content .left, .content .right {
2015-03-08 00:22:32 +07:00
float: left;
2015-03-07 16:44:50 +07:00
width: 50%;
}