mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
48 lines
695 B
SCSS
48 lines
695 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-result {
|
|
input[type="checkbox"] {
|
|
vertical-align: baseline;
|
|
}
|
|
}
|