framework/extensions/embed/less/forum/extension.less

60 lines
839 B
Plaintext
Raw Normal View History

2015-09-16 14:30:08 +08:00
.container {
width: auto;
padding: 0 20px;
}
.App {
padding-top: 0;
min-height: 0;
&:before {
display: none;
}
}
.App-content {
border-top: 0;
}
2015-10-27 09:33:03 +08:00
.DiscussionPage-nav--embed {
height: 70px;
2015-10-27 09:33:03 +08:00
> ul {
z-index: 100;
background: @body-bg;
2015-10-27 09:33:03 +08:00
list-style: none;
padding: 0;
2015-10-27 09:33:03 +08:00
margin: 0;
border-bottom: 1px solid @control-bg;
@media @tablet-up {
position: fixed;
left: 0;
right: 0;
top: 0;
padding: 0 15px;
}
2015-10-27 09:33:03 +08:00
> li {
margin: 15px 15px 15px 0;
display: inline-block;
.Dropdown-menu {
left: 0;
right: auto;
}
}
.item-replies h3 {
font-weight: normal;
margin: 0;
&, a {
color: @muted-color;
}
}
2015-10-27 09:33:03 +08:00
}
}
2015-09-16 14:30:08 +08:00
.DiscussionPage-stream {
margin-right: 0;
}
.Post-stream {
margin-top: 0;
}