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

32 lines
532 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: z("max");
2016-11-14 15:32:59 -05:00
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 0;
2016-11-14 15:32:59 -05:00
border-bottom: 1px solid #e9e9e9;
.page-links a {
padding: 0 4px;
}
2016-11-14 15:32:59 -05:00
}
div#main-outlet {
div.post {
img {
max-width: 100%;
}
}
2016-11-14 15:32:59 -05:00
}
footer nav {
margin: 50px 0;
2016-11-14 15:32:59 -05:00
a {
padding: 15px;
}
}
}