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

38 lines
451 B
CSS
Raw Normal View History

2015-03-07 09:44:50 +00:00
section {
float: left;
}
2015-03-07 14:13:47 +00:00
.app {
width: 100%;
}
.menu {
2015-03-07 09:44:50 +00:00
width: 13em;
}
2015-03-07 14:13:47 +00:00
.menu ul {
2015-03-07 09:44:50 +00: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 14:13:47 +00:00
.content {
2015-03-08 10:02:14 +00:00
margin-top: 15px;
2015-03-07 09:44:50 +00:00
width: calc(100% - 13em);
}
2015-03-07 14:13:47 +00:00
.content .left, .content .right {
2015-03-07 17:22:32 +00:00
float: left;
2015-03-07 09:44:50 +00:00
width: 50%;
}