discourse/app/assets/stylesheets/common/base/crawler_layout.scss

25 lines
438 B
SCSS
Raw Normal View History

2016-11-14 15:32:59 -05:00
body.crawler {
> header {
width: 100%;
position: absolute;
top: 0;
z-index: 1001;
background-color: #fff;
padding: 10px;
box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25);
}
div.topic-list div[itemprop='itemListElement'] {
padding: 10px 0px;
border-bottom: 1px solid #e9e9e9;
}
.page-links a {
padding: 0px 4px;
}
footer nav {
margin: 50px 0px;
a {
padding: 15px;
}
}
}