mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 04:19:05 +08:00
174d392e5a
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn` It's recommended to configure your editor to run prettier on file save.
32 lines
517 B
SCSS
32 lines
517 B
SCSS
body.crawler {
|
|
> header {
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
z-index: z("max");
|
|
background-color: #fff;
|
|
padding: 10px;
|
|
box-shadow: shadow("header");
|
|
}
|
|
div.topic-list div[itemprop="itemListElement"] {
|
|
padding: 10px 0;
|
|
border-bottom: 1px solid #e9e9e9;
|
|
.page-links a {
|
|
padding: 0 4px;
|
|
}
|
|
}
|
|
div#main-outlet {
|
|
div.post {
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
}
|
|
footer nav {
|
|
margin: 50px 0;
|
|
a {
|
|
padding: 15px;
|
|
}
|
|
}
|
|
}
|