discourse/app/assets/stylesheets/mobile/search.scss
Joffrey JAFFEUX 174d392e5a
DEV: adds prettier (#5956)
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.
2018-06-08 11:49:31 +02:00

46 lines
651 B
SCSS

.search-container {
flex-direction: column;
margin-top: 0.5em;
.search-advanced {
order: 1;
width: 100%;
.search-info {
flex-direction: column;
align-items: left;
justify-content: center;
.sort-by {
display: flex;
align-items: center;
margin-top: 0.5em;
margin-left: 0;
width: 100%;
.select-kit {
flex: 1 1 auto;
}
}
}
}
.search-notice {
margin-top: 1em;
}
.search-advanced-sidebar {
order: 0;
width: 100%;
margin: 0;
.tag-chooser {
width: 100%;
}
}
}
.fps-topic {
max-width: 75%;
}